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

File collapsing and file order #1

Open
diegombeltran opened this issue Aug 20, 2018 · 2 comments
Open

File collapsing and file order #1

diegombeltran opened this issue Aug 20, 2018 · 2 comments
Labels
Type: Enhancement New feature or request

Comments

@diegombeltran
Copy link

Hello, and first of all, congratulations. I love your idea.

I've been using it for a while and I really like it. I wonder how hard implementing file collapse and file order would be. That way you would be able to hide one of the files in case it's full of links (for instance, awesome.yml), and also, establish which file should be first. Currently, I'm not sure which sort order uses.

I'm not a front developer, so I'm not sure I could help, but, I think it could be possible by modifying template file, couldn't it?

@darekkay
Copy link
Owner

Hi Diego, thanks for your feedback! :)

The project/file order is defined by your CLI arguments order. So for example static-marks -o index.html awesome.yml examples.yml leads to "Awesome" → "Examples" and static-marks -o index.html examples.yml awesome.yml leads to "Examples" → "Awesome".

Collapsing projects/files is not a difficult task, so I will look into this when I find some time.

@darekkay darekkay self-assigned this Aug 20, 2018
@diegombeltran
Copy link
Author

Thank you very much for your answer. Looking forward to see this project improved.

See you!

@darekkay darekkay changed the title New functionality File collapsing and file order May 2, 2020
@darekkay darekkay added the Type: Enhancement New feature or request label May 2, 2020
@darekkay darekkay removed their assignment Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants