Hi Tryign It > The Formating Bar is a great addition - especially the Excise button!
Thanks, glad you’re enjoying it. > I think it would also be a good idea to include a tag bar below the 'tag with > current tiddler' to the excise button. That’s an interesting idea, and would perhaps make a good experiment for someone learning how these buttons work. > Also - is there a way to modify the current Headings (change the colors, > size, etc)? Add more heading presets (H7, H8, H9, H10, etc.)? To change the colours/size of the headings you’d need to change the theme or customise the CSS. HTML tags only go up to H6, although nowadays you could use custom elements and custom CSS to create additional headings if you needed to. > > A feature that is tremendously useful in any text editing software is the > ability to 'fold' texts and also to move the folded text up/down. The text editor in TW5 is still a basic HTML textarea, which doesn’t support things like folding. However, it is supported by CodeMirror, an open source library that provides an enhanced editor. CodeMirror is integrated with TW5 as a plugin, but I have yet to update the integration to work with the new toolbar buttons. Anyhow, you could certainly experiment with code folding once all of that was done. > LibreOffiice for example has a feature of Ctrl+(arrow keys) - and you can > move a bullet up or down, indent it, etc - very easily. That could be done via a plugin, but I’d be cautious about overriding the underlying platform cursor handling. > While I dont think that is within the scope of this release, would you ever > consider it in near future? I’d certainly like to add features for easier manipulation of lists. > Another great addition to the editor would be auto detection of all HEADINGS, > and creating a mini hierarchal outline of them on the side. This help the > user navigate the tiddler easily when editing. > I also do not think that is within the scope of this particular release - but > maybe a consideration for future release? For reference, LibreOffice also has > such a feature. Tremendously useful Again, that’s probably CodeMirror territory. > Tables are a extreme hassle in any markdown/wiki language - > so currently I think transcluding an html tiddler with the table into the > main tiddler - edited via an external editor is the best option. But I can > not find such a solution to the text folding/moving… One could imagine an “edit table” toolbar button that detected being within a table, and then displayed the table content in a grid of separate text boxes, like a spreadsheet, that one could tab between. 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/cc2988f8-a5f9-4d76-8c8d-ddff40930b6e%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/cc2988f8-a5f9-4d76-8c8d-ddff40930b6e%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/1C119C6E-230C-49F7-BD84-8C5DA0AFCE85%40gmail.com. For more options, visit https://groups.google.com/d/optout.

