Re your first question; I use comment plugin to paste sections into the tiddler body and then append to these with additional comments and provide an edit section if I want to edit it.
<<editSection "To Do" "To Do">> where !To Do /%todo%/ Has been placed in the tiddler using; With <div class='viewer' macro='tiddler CreateTaskSections <javascript:;>'></div> used to display CreateTaskSections !Create sections for this task +++^40em^[Simple Task]... <<moveablePanel>>Create a Simple Task <<comment here "simpleTask" "/%top%/\n!Task Details/%comment%/\n/%bottom%/">> === +++^40em^[Standard Task]... <<moveablePanel>>Create Standard Task Sections To Do, Activity and Result, also - Create Top/Bottom and Center (Hidden comment) Sections <<comment here "standardTask" "/%top%/\n!To Do\n/%todo%/\n!Activity\n/%activity%/\n!Result/%result%/\n/%comment%/\n/%bottom%/">> === +++^40em^[Big Task]... <<moveablePanel>>Create Standard Task Sections and include Background and Research <<comment here "bigTask" "/%top%/\n!To Do\n/%todo%/\n!Background\n/%background%/\n!Research\n/%research%/\n!Activity\n/%activity%/\n!Result/%result%/\n/%comment%/\n/%bottom%/">> === +++^40em^[Initialise for FreeForm]... <<moveablePanel>>Create Top/Bottom and Center (Hidden comment) Sections <<comment here "FreeFormSections" "/%top%/\n/%comment%/\n/%bottom%/\n">> === These buttons will disappear once one of the above are selected. You can use Transform ''clearContent and sections'' to erase content I need to think more about your second question but it suggests to me there is a better way to do it. I abandoned using source tiddlers for new tiddler templates and keep my tiddler content to a minimum, using the comment plugin to insert only when needed. Anthony Muscio LaSourceProjects.org Open Source Sustainability Projects LaSource.com.au <http://www.LaSource.com.au> Sustainable Products and Business SerendipityIdeas.com IT hints and Tips and Website hosting Like personal Web 2.0 ? see www.tiddlywiki.com On Mon, Aug 30, 2010 at 19:23, Måns <[email protected]> wrote: > Hi TwWizards (Eric in particular) > > I'm trying to setup EditSectionsPlugin macros so I can create sections > in tiddlers. > The Plugininfo says: > "If the indicated tiddler and/or section does not yet exist, it will > be created when you press 'save'." > However I've tried this in empty tiddlers and in tiddlers where text > already exists - and it doesn't seem to work.. > If I create sections with an empty line, corresponding to the > macrocalls i.e. > <<editSection TiddlerName##sectionname label tooltip>> it works - > !sectionname > > !end > > If I omit the empty line it doesn't... > > If it isn't possible - I need a way to enter a template of sections > into multiple tiddlers textfield at once (200 tids) > I tried to figure it out with the CreateTiddlersFromCSV transclusion, > however I could not figure out how to create textfields with sections > and linebreaks... > http://www.tiddlytools.com/#EditSectionPlugin > > Regards Måns Mårtensson > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<tiddlywiki%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tiddlywiki?hl=en. > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

