simov / markdown-viewer

Markdown Viewer / Browser Extension
MIT License
1.07k stars 135 forks source link

[Feature Request] Add a file navigation sidebar #243

Open gugglegum opened 3 months ago

gugglegum commented 3 months ago

The extension already supports sidebar navigation, but it consists of headers within the current document. And I would like to have a navigation system between different documents. How can this be done? Other than manually adding a list of linked files to the beginning of each document. Is there any other way?

simov commented 3 months ago

Just to confirm, is this just for the linked documents found in the current file or a file navigation for your current location (folder)?

gugglegum commented 3 months ago

Navigating through the files in the current folder. I have a directory with a project knowledge base. It has several MD-files in it. I want to be able to quickly navigate from one file to another from any file. Without going back to some index file. It could be just possible to include the contents of one file in another. In that case, I could create some sort of file with a side menu and include it into all documents with a single line.

chtixof commented 6 days ago

+1 for the side display of the content of the current folder (and links on items to display them) Or/and the display of the path, with clickable folders for a breadcrum navigation (maybe this could be a separate feature to request - just tell).