First, the question. I just found out that there's a new version of
EditSectionPlugin (1) and that it supports the edit button. I totally
love that feature, however, it clashes with DcTableOfContentsPlugin
(2), which creates a div underneath the section title with a link to
the [top]. When I imported the new EditSectionPlugin, the [top] link
remained, but the EditSectionPlugin link turned into a single ]. When
I clicked on it, the result was:
DcTableOfContentsPluginMod##Description [top
So it didn't open the Description section but tried to create a new
section called "Description [top".
Is there a way to specify with regex that EditSectionPlugin should
ignore the " [top]" part of the section title?
And now the suggestions. EditSectionPlugin creates the section if it
doesn't exist. Would it be possible to specify where? Now, it creates
them at the end of the tiddler. Would it be possible to specify after
which section it should create the new one?
Also, would it be possible to import another tiddler's text into that
section? Preferably, the source tiddler would be specified in the
macro parameters.
And the last one. The newly created sections are wrapped in the
"hidden" class. Is there some special reason for that or can that
class be omitted?
(1)
http://www.TiddlyTools.com/#EditSectionPlugin
(2)
http://devpad.tiddlyspot.com/#DcTableOfContentsPlugin
w