On Saturday, June 21, 2014 1:57:03 PM UTC-7, David Bakin wrote: > > I frequently find myself with very long tiddlers arranged in outline > format (e.g., nested "*" formatting, or mixed "*#*" formatting). > Basically, because I start typing a small outline, then expand it and > expand it. > I'd like a way to easily split such a tiddler into multiple tiddlers. > Maybe by selecting some of it and hitting some key and it would > automatically create a new tiddler (maybe I get a change to set a title) > and leave a link in its place. Maybe it would link all such tiddlers > together with some tag I could give it. Maybe ... maybe ... maybe ... >
This will do exactly what you describe: http://www.TiddlyTools.com/#QuickEditPlugin http://www.TiddlyTools.com/#QuickEdit_split To add the "split" command to your tiddler editor toolbar, you can transclude QuickEdit_split directly into the [[EditTemplate]], like this: <div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'><span macro='tiddler QuickEdit_split'></span></div> For a whole set of convenient "quick edit" buttons, see http://www.TiddlyTools.com/#QuickEditToolbar which is part of the http://www.TiddlyTools.com/#QuickEditPackage enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios YOUR DONATIONS ARE VERY IMPORTANT! HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... http://TiddlyTools.github.com/fundraising.html#MakeADonation Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

