> > Inheriting from Saq's implementation (and I'm not sure if there's any > other way to do it), editor-autolist-markdown works via an 'invisible' > toolbar button with the assigned key shortcuts. >
The alternative would be trying to add event listeners for the keydown event to the text area via JavaScript. I think the toolbar button approach is a lot more flexible. > This could be addressed by how the Big Text Area is implemented. I'm sure > it is more difficult to implement, but it is possible to turn the toolbar > invisible rather than removing it via <$reveal>. If the style "display: > none" is added to the div containing the toolbar (I think by default it is > .tc-text-editor-toolbar-item-wrapper) this would do it. (This would also > bring back your bold, italic, etc.) > This is precisely how Streams hides the toolbar. All toolbar buttons that don't display a popup continue to work via keyboard shortcuts. -- 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/948f1c0d-c30d-4b6a-852a-09b2d097ba5an%40googlegroups.com.

