GNOME Bugzilla – Bug 613881
When viewing a note, show what notebook it belongs to, if any
Last modified: 2010-12-20 00:03:12 UTC
There should be some indication of what notebook the current note is a part of.
Benoit has done some work on this here: http://github.com/bgarret/snowy.git , but one issue I noticed is that it displays all tags, when it should instead only be displaying notebook tags. And of course, any UI folks interested in improving how the info is displayed are welcome to share ideas and mockups.
http://github.com/SEJeff/snowy/tree/features/breadcrumb _very_ initial support here http://www.digitalprognosis.com/pics/breadcrumb.png screenshot I'll be adding a bit more work to this with the express goal of not changing any models.
Created attachment 176673 [details] [review] Add breadcrumb containing the notebook name if note is in a notebook The same screenshot as before still applies. I'm going to try to use the note_topnav div for later patches.
Review of attachment 176673 [details] [review]: I'm not sure that repeating the title is the best way to display this, but it looks good for now. Please push at your leisure.
Like discussed on IRC, finding a better way to display the breadcrumb is best. Pushed.