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-prevf2: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

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4a11ab2b-7b68-4f12-b72c-12a127a7be38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to