Thanks for the feedback everyone. I’ve made some improvements: 1. Added tooltips to the text editor toolbar buttons 2. Made text editor toolbar buttons selectable via Control Panel. (H4, H5 and H6 are hidden by default) 3. Added support for tagging an excised tiddler with the name of the donor tiddler, as suggested by Scott 4. Improved styling 5. Improved “Add your own” item for snippets that now kicks off a new tiddler with the required tag and fields, also suggested by Scott 6. Added the ability to excise as a custom macro call, providing a way for Mark to excise as both a link and a transclusion
I’ve uploaded a new preview: http://rich-text-editor.tiddlyspot.com/ You can see the code in the pull request: https://github.com/Jermolene/TiddlyWiki5/pull/2315 Best wishes Jeremy. > On 9 Mar 2016, at 14:20, Andy Pastuszak <[email protected]> wrote: > > You have just made Tiddlywiki far more accessible to the masses! This is > going to be awesome. Thanks for making such a great tool. > > Andy > > On Monday, March 7, 2016 at 12:34:19 PM UTC-5, Jeremy Ruston wrote: > I’m pleased to say that TiddlyWiki is finally getting an extensible rich text > editor toolbar in the core. There’s a preview you can try out here: > > http://rich-text-editor.tiddlyspot.com/ > <http://rich-text-editor.tiddlyspot.com/> > > > > The breakthrough was (re)-discovering how to avoid losing the selection when > clicking on one of the toolbar buttons. The solution turns out to be as > simple as embedding the textarea in an iframe. There are some complexities > stemming from the fact that the content of the iframe doesn’t inherit the > prevailing CSS styles. > > Anyhow, the code is complete enough to be usable. Besides the expected > formatting operations there are a couple of interesting additions: > > * An “excise” button that slices the selected text into a new tiddler and > replaces it with a link or transclusion to the new tiddler > * A “stamp” button that brings up an extensible list of snippets that can be > selected with a single click > > It’s still a work in progress; the things left to are listed in the pull > request: > > https://github.com/Jermolene/TiddlyWiki5/pull/2315 > <https://github.com/Jermolene/TiddlyWiki5/pull/2315> > > I’m interested in feedback on how well it works on different > browser/operating system combinations, but please feel free to post any > thoughts or questions too, > > Best wishes > > Jeremy. > > > -- > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <https://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/5710db60-33f8-4b9e-8292-f1c3e3b4cde8%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/5710db60-33f8-4b9e-8292-f1c3e3b4cde8%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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/A23E002F-91B2-480A-8CE6-B444E27488BB%40gmail.com. For more options, visit https://groups.google.com/d/optout.

