On Wednesday, May 28, 2014 7:22:54 AM UTC-7, Danielo Rodríguez wrote: > > This thread have inspired me to create a plugin for splitting large > tiddlers into small ones. The idea is to take a large tiddler with several > headers, click the split button and get a set of small Tiddlers transcluded > into the big one. What do you think?
I did something very similar for TWC... see: http://www.TiddlyTools.com/#SplitTiddler SplitTiddler is written using an embedded HTML form with javascript handlers for processing the data. You can specify the format for generating new tiddler titles, the output format to insert into those tiddlers, and any tags to add to those tiddlers. You can also choose *how* the tiddler is to be split: every N characters, every N lines, or by matching specified text (or regexp text pattern). Options include the ability to limit the number of tiddlers created, and to generate an "index" tiddler with a specific format for referencing each newly created tiddler (e.g., links, transclusions, sliders, etc.). SplitTiddler uses mostly general javascript code, with only a few places where TWC-specific objects and functions are used. You may be able to 'borrow' some of my code and feature ideas to get you started. let me know how it goes... 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.

