Can you post a screenshot example? I don’t understand.
[edit: nevermind, I get it now, I looked up breadcrumb trail, it is UI term for the document > item 1 > child 1 > grandchild 1 text that is at the top of Dynalist when you drill into items.]
This seems like a very useful feature. However, I’m having trouble using it—I pasted the CSS into the preferences section but don’t notice any changes.
Thank you for the note! I see now that it does seem to be working; it’s just behaving differently than I expected.
I was thinking that it would automatically show the breadcrumbs to the list item you’re currently viewing. It’s hard for me to find an example of the behavior, but it’s something like this:
Except instead of the search bar, it’s the breadcrumb trail all the way down to your current bullet (not just to the current level of zoom).
Also, there is an issue where the width of the page isn’t able to expand beyond a certain width (note the gap between the scroll bar of the main page and the keyboard shortcut reference):
One fatal error: Ctrl-End and Ctrl-Home fail to scroll the document with this on. Two lines seem to cause this, but without we don’t get the Breadcrumb sticky:
I found a way that works better. Only complaint now is when Ctrl-Home, it goes to the line below the title (as it always has) and the title remains offscreen. I do wish the Page Title was part of the Crumbs but that’s up to the programmers. It is part of the tab title though.
Explanation: sticky keeps the breadcrumb on top of the document. z-index: 5 makes it overtop the document.
background-color is needed so it’s not transparent.
I chose very-nearly white. This doesn’t follow the theme. You could make it follow the theme by making background-color: inherit, but this only works if you also set all the parent items to :inherit, because transparent is the default.
Thank you, the css is ok. Fixed Breadcrums is very esencial to have fast navigation. Dynalist copied bad the Breadcrums function from Workflowy. Erica must correct the function.