Hi Patrick > Therefor the "|" (pipe) is not a valid URL character and has to be seen as the formatting charcter for the beginning of a new cell within a table.
I've updated the regexp used for matching external links to exclude pipe characters: https://github.com/Jermolene/TiddlyWiki5/commit/93b9d16d6c3f849f7f27853176860beb6cddca16 Many thanks, Jeremy. On Sat, Apr 12, 2014 at 7:52 PM, Patrick Sanders < [email protected]> wrote: > http links in tables are not correctly processed when there is a value in > the next cell (see second line). A workaround is to add a space after the > link. > > |a|a|a| > |b|http:/link|b| > |c|http:/link |c| > > http://www.faqs.org/rfcs/rfc1738.html > > The character "%" is unsafe because it is used for > encodings of other characters. Other characters are unsafe because > gateways and other transport agents are known to sometimes modify > such characters. These characters are "{", "}", "|", "\", "^", "~", > "[", "]", and "`". > All unsafe characters must always be encoded within a URL. > > > Therefor the "|" (pipe) is not a valid URL character and has to be seen as > the formatting charcter for the beginning of a new cell within a table. > > -- > 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.

