Hello, I'm quite new to TiddlyWiki. It is a great tool that I'm currently using as a note taking and bookmark application. :)
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. To illustrate what I mean here are the steps to reproduce the behavior. 1.) Create a new tiddler named "data" and paste into it: ! do not work :( |TableColonPrettyInternal:|[[The Menu|MainMenu]]| |TableColonPrettyExternal:|[[TW Home|http://tiddlywiki.com]]| |TablePrettyInternal|[[The Menu|MainMenu]]| |TablePrettyExternal|[[TW Home|http://tiddlywiki.com]]| ! do work :) SimplePrettyInternal: [[The Menu|MainMenu]] SimplePrettyExternal: [[TW Home|http://tiddlywiki.com]] |TableColonInternal:|[[MainMenu]]| |TableColonExternal:|http://tiddlywiki.com| |TableInternal|[[MainMenu]]| |TableExternal|http://tiddlywiki.com| 2.) Click "done" :) 3.) Create another tiddler and paste this into it: ! do not work :( * <<tiddler [[data::TableColonPrettyInternal]]>> * <<tiddler [[data::TableColonPrettyExternal]]>> * <<tiddler [[data::TablePrettyInternal]]>> * <<tiddler [[data::TablePrettyExternal]]>> ! do work :) * <<tiddler [[data::SimplePrettyInternal]]>> * <<tiddler [[data::SimplePrettyExternal]]>> * <<tiddler [[data::TableColonInternal]]>> * <<tiddler [[data::TableColonExternal]]>> * <<tiddler [[data::TableInternal]]>> * <<tiddler [[data::TableExternal]]>> 4.) Click "done" 5.) Note that the first 4 bullet points are empty. But the section below does demonstrate that the tiddler macro can actually deal with pretty links and data from tables. 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? Best wishes, Toden PS: I'm sorry if this email is posted as an HTML-message. I'm using the Google Groups web page for the first time to write this email and I haven't figured out how to switch to plain text. :( -- 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.

