Discussion:
[tw] [TWC] How to write two underscores?
Schorschi
2014-09-03 19:46:41 UTC
Permalink
In TW Classic I want to write a word that begins with two underscores
("__") but I can't figure out how to do it.

The "How to Format Text" tiddler doesn't seem to provide a solution. Is
there an escape character so the double underscores are not interpreted as
the beginning of underline markup?
--
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 tiddlywiki+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
whatever
2014-09-03 19:55:43 UTC
Permalink
Hey!
Instead of an underscore, use an entity for it: _
So instead of __bla, you would write __bla

w
Post by Schorschi
In TW Classic I want to write a word that begins with two underscores
("__") but I can't figure out how to do it.
The "How to Format Text" tiddler doesn't seem to provide a solution. Is
there an escape character so the double underscores are not interpreted as
the beginning of underline markup?
--
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 tiddlywiki+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
Schorschi
2014-09-03 20:26:24 UTC
Permalink
Thanks. Works.
--
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 tiddlywiki+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
Yakov
2014-09-08 12:21:09 UTC
Permalink
There are other ways, not to remember the #95 code:
- wrap the whole thing: """__some text - which will not be wikified,
though__"""
- wrap the underscores: """__"""this way, this text is wikified"""__"""
- separate the underscores: _/%%/_ or _////_ or _''''_ (4 single quots)

Best regards,
Yakov.
Post by Schorschi
Thanks. Works.
--
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 tiddlywiki+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
PMario
2014-09-03 19:59:01 UTC
Permalink
If you have 2 underscores very often and you don't need the underline
markup just put the following line at the top of your tiddler.
It will disable the underscore wikification.

eg: test tittler

\rules except underscore

__test


have fun!
mario
--
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 tiddlywiki+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
Loading...