Hi Otterb The TW5 Markdown plugin doesn't currently support tiddler links. There's a bit more needed than just making a link to the #anchor; the links need an onclick handler that handles the navigation.
To re-use Markdown's link syntax we'd have to distinguish between tiddler links and links to external resources. A markdown link to "index.html", say, could be ambiguous as to whether it's the name of a tiddler or the name of a file. I'm not keen on extending the dialect of Markdown; we'll end up re-inventing wikitext. Since the point of the markdown plugin is to provide interoperability with other products and tools it really needs to stick to vanilla markdown. Best wishes Jeremy On Thu, Nov 28, 2013 at 2:57 PM, otterb <[email protected]> wrote: > huum, strange.. > >  actually did work. > > even transclusion like > {{$:/Top-toggle-sidebar-button}}{{$:/Top-toggle-view-button}} worked in > markdown. > > So, I think all my problems are solved and TW5 rocks! > otterb > > > > > On Thursday, November 28, 2013 11:31:57 AM UTC+1, otterb wrote: >> >> Hello, >> >> I am a long time user of old one but I just started using TW5 today. It's >> really cool. >> >> Just wondering if it is possible at all to refer to other tiddlers in a >> Markdown tiddler. >> I tried the wikitext syntax (double square brackets) but had no luck. >> >> By hovering on the link to a tiddler in a wikitext tiddler, I found that >> the url should be just the id of tiddler (ex. #TitleOfOtherTiddler) >> >> So, I tried >> >>  >> >> This did not work either... Any idea?? >> >> Thanks! >> otterb >> >> -- > You received this message because you are subscribed to the Google Groups > "TiddlyWikiDev" 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/tiddlywikidev. > For more options, visit https://groups.google.com/groups/opt_out. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev. For more options, visit https://groups.google.com/groups/opt_out.
