> While fiddling around I came across the following problem:
>
> Using the tiddler macro I'd like to access contents from other tiddlers 
> via the [[TiddlerName::KeyName]] syntax. Most of the time that works as 
> expected, but when I want to access pretty links that are placed in a Table 
> it fails. This is TiddlyWiki 0.8.1.
>
> |TableColonPrettyInternal:|[[The Menu|MainMenu]]|
> |TableColonPrettyExternal:|[[TW Home|http://tiddlywiki.com]]|
> |TablePrettyInternal|[[The Menu|MainMenu]]|
> |TablePrettyExternal|[[TW Home|http://tiddlywiki.com]]|
>
 

> Maybe TiddlyWiki's parser is confused about the extra 
> normally-only-used-for a-table vertical bar that is inside the Link?
> Is this a bug? Should I post that to TiddlyWikiDev?
>

The TWCore parser is a "pattern filter" parser, not a "recursive" parser, 
so certain kinds of syntax cannot be nested, such as the use of "|" as 
content within a table cell.  There is no plan to change the syntax.  As 
you already noted, you can use the "name:value" slice syntax instead of the 
|name|value| to specify slices containing pretty links, since that syntax 
doesn't use the "|" as a special character.

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 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/groups/opt_out.


Reply via email to