Hi everyone,
one thing I've really been missing in TiddlyWiki are keyboard shortcuts (currently there are just two, "ctrl+enter" for confirming and "esc" for aborting an edit operation). I've been working on implementing extended support, and would like to invite you to test and provide feedback. You can test it here:
http://nome.github.io/TiddlyPlugins/Predefined global shortcuts:
ctrl+plus:tm-new-tiddler
ctrl+shift+F:tm-full-screen
ctrl+down:tm-navigate-next
ctrl+up:tm-navigate-prev
f2:tm-edit-tiddler
Edit $:/config/GlobalShortcuts to change these or add new ones.
Currently, the implementation is packaged as a plugin (so you can try it in your own wiki); however, to do this we have to override at least the page template, so I decided to override the <$keyboard> and <$navigator> widget implementations as well instead of adding similar widgets with new names (both are backwards-compatible, I just added some features). This means the plugin may very well break future TiddlyWiki updates. I think this functionality should get included in the core, once it's tested and stable.
One of the kinks that need to get ironed out is that these shortcuts interfere with the tiddler editor, so that defining "up"/"down" as global shortcuts (for instance) makes it impossible to properly edit tiddlers.
Some feedback regarding a sensible set of default bindings would be welcome.
Cheers,
Knut