Hi Danielo Using Stephan's macro for creating bookmarklets I realized that text inside > a link element is converted into a wikilink if its text is in camelCase > instead of behaving like a normal link, as I would expect. > > How to reproduce the problem: > > Go to tiddlywiki.com > create a new tiddler and paste the following code: > <a href="http://tiddlywiki.com/"> TesTing</a> >
This behaviour is because TiddlyWiki recognises wikitext within HTML tags. You can avoid it by using the link syntax: [ext[TesTing|http://tiddlywiki.com]] Best wishes Jeremy. > > It will try to open a tiddler called TesTing instead of following the link. > > > Regards. > > -- > 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/d/optout. > -- Jeremy Ruston mailto:[email protected] -- 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/d/optout.

