Table with pipe symbol in table cell

303 views
Skip to first unread message

Guido

unread,
Apr 30, 2008, 8:45:23 AM4/30/08
to TiddlyWiki
Hello,

I need a table in TiddlyWiki where one of the table cells contains a
pipe symbol.
As this symbol is used as cell separator, it doesn't work (as
expected).

How can I escape a pipe ('|') symbol for this purpose?

Regards

Guido

Eric Shulman

unread,
Apr 30, 2008, 9:08:47 AM4/30/08
to TiddlyWiki
You can use the HTML entity syntax: |
(7C hex is the character code for the vertical line (pipe) symbol)

| this cell has a pipe | in it |

enjoy,
-e

Guido

unread,
Apr 30, 2008, 9:20:27 AM4/30/08
to TiddlyWiki
On 30 Apr., 15:08, Eric Shulman <elsdes...@gmail.com> wrote:
> You can use the HTML entity syntax: &#x7c;

Thanks, it works :-)

I just wish they had defined something easier to remember,
like &brvbar;.

Regards

Guido

Eric Shulman

unread,
Apr 30, 2008, 9:33:03 AM4/30/08
to TiddlyWiki
> > You can use the HTML entity syntax: &#x7c;
> I just wish they had defined something easier to remember,
> like &brvbar;.

You can use
http://www.TiddlyTools.com/#AliasPlugin
to define a more memorable *macro* definition, like this:
<<alias vbar "&#x7c;">>

Then, to use it:
| This cell has a pipe <<vbar>> in it |

-e

MilchFlasche

unread,
May 2, 2008, 11:30:30 AM5/2/08
to TiddlyWiki
AliasPlugin rocks! It helps me to implement as many emoticons as I
want!
Reply all
Reply to author
Forward
0 new messages