On Aug 9, 5:02 pm, "G.J.Robert" <[email protected]> wrote: > It seems that <<editSections>> macro of EditSectionPlugin must be added > manually to each tiddler. Is there already a way to incorporate it in the > ViewTemplate so that every tiddler get the edit buttons for their sections > by default? Thanks!
You can customize the ViewTemplate by adding the following to the end: <span macro="editSections"></span> This will invoke the <<editSections>> macro whenever you view any tiddler, without needing to put the macro into the tiddler content itself. Q.E.D. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... http://www.TiddlyTools.com/#Donations 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 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.

