[tw] Re: TiddlerAliasPlugin issue with aliases with spaces

2011-02-04 Thread whatever
Lol! Thanks, Eric, you rock! :D It does indeed work now. w On Feb 4, 5:11 pm, Eric Shulman wrote: > > Unfortunately, both !end section titles still get displayed in the > > ToC, which is what I'm trying to avoid. :) > > w > > Ah! You should use the /% ... %/ method of hiding the sections.  That >

[tw] Re: TiddlerAliasPlugin issue with aliases with spaces

2011-02-04 Thread Eric Shulman
> Unfortunately, both !end section titles still get displayed in the > ToC, which is what I'm trying to avoid. :) > w Ah! You should use the /% ... %/ method of hiding the sections. That will prevent them from actually being rendered, so they won't be considered part of the table of contents. <>

[tw] Re: TiddlerAliasPlugin issue with aliases with spaces

2011-02-04 Thread whatever
Thaks for the explanation, Eric, I missed the importance of newlines. Unfortunately, both !end section titles still get displayed in the ToC, which is what I'm trying to avoid. :) w On 4 feb., 13:53, Eric Shulman wrote: > > <> > > <> > > {{hidden{ > > !test1 > > test1text > > !end}}} > > {{hidden

[tw] Re: TiddlerAliasPlugin issue with aliases with spaces

2011-02-04 Thread Eric Shulman
> <> > <> > {{hidden{ > !test1 > test1text > !end}}} > {{hidden{ > !test2 > test2text}}} > <> !end}}} is *incorrect*. Heading syntax cannot have trailing content following the heading text. This should work: <> <>{{hidden{ !test1 test1text !end !test2 test2text !end }}}<> Note that only *o

[tw] Re: TiddlerAliasPlugin issue with aliases with spaces

2011-02-04 Thread whatever
I'm familiar with SectionLinksPlugin, I was considering using it, but I chose DcTableOfContentsPlugin because it adds a link to top. Anyway, I tried SectionLinksPlugin on a random tiddler on your wiki, but with the same result. I also tried an empty tiddler with the following code: <> <> {{hidden{

[tw] Re: TiddlerAliasPlugin issue with aliases with spaces

2011-02-03 Thread Eric Shulman
> Interesting thing, however. I tried the third example: > <>{{hidden{ ... > }}} > > It displayed the content okay, but since I'm using the > DcTableOfContentsPlugin, both "sectionname" and "end" get listed in > the table of content. If I remove !end, then }}} is shown as part of > the section text

[tw] Re: TiddlerAliasPlugin issue with aliases with spaces

2011-02-03 Thread Tobias Beer
That might be a worthy addition to DcTableOfContentsPlugin, the ability to exclude certain strings from being section titles in a ToC. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlywiki@googlegroups.com

[tw] Re: TiddlerAliasPlugin issue with aliases with spaces

2011-02-03 Thread whatever
Interesting thing, however. I tried the third example: <>{{hidden{ !sectionname content !end }}} It displayed the content okay, but since I'm using the DcTableOfContentsPlugin, both "sectionname" and "end" get listed in the table of content. If I remove !end, then }}} is shown as part of the secti

[tw] Re: TiddlerAliasPlugin issue with aliases with spaces

2011-02-03 Thread whatever
Thanks for the explanation, Eric. Anyway, I'm already using your StyleSheetShortcuts :D. w On 3 feb., 09:45, Eric Shulman wrote: > > The good thing about PartTiddlerPlugin is that the part can be visible > > or hidden. Plus, how do you hide a section? With /% %/? > > > I tried this: > > <> > > /%

[tw] Re: TiddlerAliasPlugin issue with aliases with spaces

2011-02-03 Thread Eric Shulman
> The good thing about PartTiddlerPlugin is that the part can be visible > or hidden. Plus, how do you hide a section? With /% %/? > > I tried this: > <> > /%!Behind the scenes > TEXT/% You can write: <>/% !sectionname content !end %/ OR <>@@display:none; !sectionname content !end @@ OR <>{{h

[tw] Re: TiddlerAliasPlugin issue with aliases with spaces

2011-02-02 Thread whatever
The good thing about PartTiddlerPlugin is that the part can be visible or hidden. Plus, how do you hide a section? With /% %/? I tried this: <> /%!Behind the scenes TEXT/% The result was nothing. Also PartTiddlerPlugin goes along nicely with HideWhenPlugin. w On Feb 3, 12:57 am, Tobias Beer wr

[tw] Re: TiddlerAliasPlugin issue with aliases with spaces

2011-02-02 Thread Tobias Beer
Since the dawn of transclusion you should not be using PartTiddlerPlugin any longer. Use (hidden) sections instead and reference them via... <> Cheers, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to

[tw] Re: TiddlerAliasPlugin issue with aliases with spaces

2011-02-02 Thread whatever
After disabling all the plugins and slowly re-enabling them, I found out that when Udo's TiddlerAliasPlugin and PartTiddlerPlugin are both enabled, the backstage disappears and the default tiddlers aren't shown (not even the defailt shadow tiddler GettingStarted). I confirmed this on the lastest va

[tw] Re: TiddlerAliasPlugin issue with aliases with spaces

2011-02-01 Thread whatever
And I noticed another thing. If the plugin is enabled, then the DefaultTiddlers aren't shown and the Backstage vanishes as well. w On 1 feb., 15:20, whatever wrote: > Hi! > > I've noticed an issue in Udo's TiddlerAliasPlugin (1). Namely, if you > use an alias with space in it, then fET (2) doesn