On Feb 17, 6:08 pm, Eric Shulman <[email protected]> wrote:

> http://www.TiddlyTools.com/#SectionLinksPlugin
>
> extends the core handling for section references in several ways, one
> of which is to allow an *implied* tiddler title, so the
> "##sectionnname" will automatically reference a section in the current
> tiddler.
>

That is very neat and is certainly going straight into my template!
However I do not think it will work for the Core theme support as this
recovers the link as text and the context is lost by the time it
actually tries to resolve it. The theme system would have to do the
resolution explicitly just after calling our old friend
'getTiddlerText'. Or it might be easier to do it the way I suggested
above - loose one level of indirection and allow the use of sections
(with defined names) in the theme file (which would fit in alongside
the current system as this uses slices).

On a related matter, I tried to extend your valuable advice in your
first reply as follows:

[[MyTheme]]:
----------------------
|ViewTemplateReadOnly|ViewTemplateReadOnly|
|CollapsedTemplateReadOnly|CollapsedTemplateReadOnly|
----------------------

But disappointment resulted! Any chance you will add theme support for
your CollapsedTiddlersPlugin? Incidently, examining the code I
discovered I could achieve what I wanted by creating
'WebCollapsedTemplate', so it is not an immediate problem (for me
anyway).

J.

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

Reply via email to