That’ exactly what I said: it is the path to the location of your Hypertext Markup Language file.
Whereas breadcrumbs is a trail of web sites or files visited. So, the question is: do you just want the current file’s location to be shown (as e.g. in the Windows/Linux file explorer or in Mac’s Finder) or do you to want your last 5 (or whatever number) file names to be shown?
Sorry for not capturing the idea in your first comment.
The idea would be to present the file structure in a windows/linux context relative to the current file that you’re on.
I was not referring to breadcrumbs to the last X files you visited regardless of the folder structure of your vault, although I can see some use to it.
The plugin could let you choose whether to show breadcrumbs one way or another, depending on personal preference.
Yeah, I like the syntax you’re proposing.
I really don’t mind what the structure is like as long as I can navigate through my files in an easier, more convenient fashion. If the devs decide to implement it one way or another, I don’t mind adapting to the style.
One reason I would not want the direction to go like that: If you select it to copy the path, it would be preferable to have a file path in the correct order so that you can copy/paste. (For example, to do command-line operations on the file path.)
I love the idea of a History plugin! Being able to track which files you opened would be super powerful. Right now the file list allows for sorting by name or edit date, but I could imagine something that works a bit more like the history in a web browser… i.e. showing which files you opened each day. The same file would therefore show up multiple times in this context, if you opened it on multiple different days.
For the second part — revisions! Nice idea. I know this can be natively done in macOS (like iA Writer does), so this seems like a not too-far-stretched plugin idea, too.
Not quite. Filtering out everything would make the scope too narrow and you’d lose inbetween connections. Also it isn’t a graph view. It would be its own pane or plugin that shows the breadcrumbs more concisely and compactly.
@rigmarole I do not see any incompatibility here.
In order to display title-beginning always in the same position (top left corner), and for reasons described by @rsdimitrov ,
trail will be displayed as suggested by in post #24.
Example: “current ← previous ← preprevious”
It will can be clickable in this mode.
But when e.g. entering it for editing, raw text will be in standard address-bar format.
Example: preprevious/previous/current
The “Copy” command returns this too
Here is an illustration from PersonalBrain=TheBrain:
The issue I have had with it: To access older items I had to scroll horizontally for each item. Instead, it should unfold as standard vertical scrollable list over the main area.
For implementation:
It is possible for plugins to display info in status bar as can be seen in some screenshots in https://github.com/lynchjames/obsidian-day-planner
Perhaps it is possible to put there also clickable buttons with file titles.
Hotkey to "Focus on last active pane"
(Similar usecases, but working across opened panes, not within history of one pane. Maybe it could be integrated somehow.)
The OP will be easily solved by Recent Files List Plugin . Now it shows each file just once to satisfy request Compress history for Navigate Back but it would be possible to show full path by suppressing this deduplication.
Ask the plugin author @tgrosinger if you want to add option showing unreduced trail. Then highlighting all occurences of the file under cursor might be desirable (at least within the history list).