Thanks for sharing your plugin Max. It looks like a great addition to the core functionality <https://tiddlywiki.com/static/How%2520to%2520create%2520keyboard%2520shortcuts.html> .
Good question! For example, I'm using JS in order to determine which > tiddler is the current one (because more than one can be in the viewport). > I don't think that there is a core feature for doing that. I think that the storyTiddler <https://tiddlywiki.com/static/storyTiddler%2520Variable.html> variable might be just that, though I could be wrong:) On Thursday, 30 April 2020 18:28:24 UTC+1, Mikesch wrote: > > Just great! Thank you! I discovered ESC to cancel editing as well. I do > not understand why this isn't in the global shortcuts already included. > Perfect! :) > > Am Donnerstag, 30. April 2020 16:10:36 UTC+2 schrieb MaxGyver: >> >> Hi all, >> >> some time ago I created a TiddlyWiki plugin for easier navigation without >> using a mouse. It adds some useful key mappings: >> >> - <kbd>j</kbd> / <kbd>k</kbd>: Scroll down/up to the next/previous >> tiddler in the story river (instead of scrolling page-wise). >> - <kbd>e</kbd>: Edit the currently "selected" tiddler. >> - <kbd>c</kbd>: Close the selected tiddler. >> - <kbd>Esc</kbd>: Unfocus the search box (when active) in order to >> cancel a search and go on navigating with your keyboard. >> >> Today, I added new features: >> >> - When you search something, you can open the first match with >> <kbd>Return</kbd>. Without this plugin you have to press <kbd>Tab</kbd>, >> <kbd>Tab</kbd>, <kbd>Tab</kbd>, <kbd>Tab</kbd>,<kbd>Return</kbd>. >> - When you search something and you want to tab through the results, >> a single <kbd>Tab</kbd> brings you directly to the first match (so you >> save >> three <kbd>Tab</kbd>s). >> - When you scroll to the next or previous tiddler via <kbd>j</kbd> >> / <kbd>k</kbd>, the scrolling is smooth. When you press these keys >> repeatedly (delta < 800 ms), you jump instantly to the next (or previous) >> tiddler. >> >> Check this demo page >> <https://maximilian-schillinger.de/tw5-keyboard-navigation-plugin.html> >> or the plugin source code at GitHub >> <https://github.com/MaxGyver83/tw5-keyboard-navigation>. I hope this is >> useful for somebody. >> >> Best regards, >> Max >> > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/19237446-ef4f-4c60-88b1-14b6f0db74d7%40googlegroups.com.

