Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Override the assets path #4

Closed
kvark opened this issue Feb 11, 2022 · 2 comments
Closed

Override the assets path #4

kvark opened this issue Feb 11, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@kvark
Copy link

kvark commented Feb 11, 2022

Let's say I want to store multiple different presentations somewhere. Currently, it looks like the only option is having something like this:

slides
  Presentation
    assets
  AnotherPresentation
    assets

It's inconvenient because the only thing inside each presentation folder is "assets". Of course I could move the slides md out with an override, but there would still be an assets folder.

What would be convenient for me is:

  • remove the assets entirely
  • by default rusty-slider looks for all the assets in the current directory
  • there is a command line option to override this directory
@ollej ollej self-assigned this Feb 12, 2022
@ollej ollej added the enhancement New feature or request label Feb 12, 2022
@ollej
Copy link
Owner

ollej commented Feb 12, 2022

This sounds like a good idea. I don't think the assets directory is necessary.

@ollej
Copy link
Owner

ollej commented Feb 12, 2022

b96d908 adds a command line option to set the assets directory. It currently defaults to "assets", to be backwards compatible.

@kvark kvark closed this as completed Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants