> e.g. Given recent chrome discussions, I put --enable-file-cookies in a
> tiddler ... only to get ... strikethrough. <sigh>
> Ended up with −−
>
> Just discovered """--""", and {{{--}}}, but not real sure of the
> difference.
"--enable-file-cookies"
is a Chrome *command line option*. You don't put it in a tiddler.
You add it to the command line that is used to invoke the browser
(i.e., the 'target' input in the application icon's properties).
{{{...text...}}}
is a TiddlyWiki format that create a "CODE" block, which uses fixed-
width text and different text colors, and the content is *not*
processed for wiki syntax (i.e., it is displayed as literal text),
except that *whitespace* (newlines and tabs) are NOT retained, and
normal word-wrapping occurs.
When you put the {{{ and }}} on lines by themselves (with no leading/
trailing whitespace), like this:
{{{
...text...
}}}
TiddlyWiki creates a "PRE" block, which also uses fixed-width text
with different foreground/background colors and doesn't process wiki
syntax, but also *preserves all whitespace* so that the original
newlines, indentation and word-wrapping (or lack thereof) is retained.
"""...text..."""
is the simplest treatment: the text is displayed, unprocessed, with
the *current* font styles applied. You can also enter this using HTML-
like syntax:
<nowiki>...text...</nowiki>
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
----------
Was this answer useful? If so, please help support TiddlyTools:
TiddlyTools direct contributions: (paypal)
http://www.TiddlyTools.com/#Donate
UnaMesa tax-deductible contributions:
http://about.unamesa.org/Participate (paypal)
TiddlyWiki consulting:
http://www.TiddlyTools.com/#ELSDesignStudios
http://www.TiddlyTools.com/#Contact
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.