Some toying with what could be a *$section* widget...

a) create link to section...

<$section link="tiddler§§section"/>

b) render section toc for tiddler here...

<$section toc="render"/>

c) build section toc assuming a previous <$section toc="render"/> widget 
exists in the context (would be placed in a global viewtemplate section 
after the body

<$section toc="build"/>

d) provides a button that opens a section editor

<$section edit="tiddler§§section"/>


Or a *[section[]]* filter...

e) lists all summary sections up until the next heading, regardless of its 
level (TWc)

<$list filter="[section[summary]]"/>

f) lists all summary sections up until the next heading of the same level

<$list filter="[section:full[summary]]"/>

etc...

Best wishes, Tobias.

-- 
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.

Reply via email to