TiddlyWiki / TiddlyWiki5

A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
https://tiddlywiki.com/
Other
7.98k stars 1.18k forks source link

every navigation should update "viewed-tiddler" #4061

Closed BurningTreeC closed 5 years ago

BurningTreeC commented 5 years ago

I'd like to discuss how we want to update a state tiddler with the "currently viewed", respectively the last navigated tiddler

the new escapecss filter allows secure highlighting of that tiddler using its title

the keyboard shorcuts allow navigation in the story river and actions for that tiddler

this would improve usability a lot and the change wouldn't hurt a lot

BurningTreeC commented 5 years ago

... see https://burningtreec.github.io/TW5-navigator/ for an example how to navigate, description in the sidebar

alt-down and alt-up for navigation, alt-e for editing etc.

pmario commented 5 years ago

BTC have a look at: https://github.com/Jermolene/TiddlyWiki5/pull/3975 and support it. It does exactly what you need. and it fixes the existing TOC

BurningTreeC commented 5 years ago

@pmario , +1 for it! I can close this and #3590 in favor of your PR