I'm using ru keyboard layout, so it isn't comfortable for me to put #
in while editing a tiddler.
I added an extra button to QuickEditToolbar for # key like that:
I modified QuickEdit_image and got this:
%/<html><hide linebreaks><a href="javascript:;" class="tiddlyLink"
tabindex="-1"
title="insert #"
onclick="
return config.quickEdit.setSelection(this,'#');"
> # </a></html>
and it works
You can see it here http://engramm.tiddlyspot.com
For I don't know java at all, maybe there is a more correct way?
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.