> {/%%/ts}
> {t/%%/s}
> > {ts}
> > {ds}
> > should work.
... but won't, because the example in the original posting
had the
enclosed in a PRE block:
{{{
This sentence contains a that should be left alone but
isn't
}}}
as a result, TW comments (/%%/) or HTML entities ({
and ^#125;)
will simply appear as literal content in the PRE block and
won't
appear as desired. However... a quick look at the code for
the
InstantTimestamp plugin:
http://s
imonbaird.com/mptw/#InstantTimestamp
includes a static array called "excludeTags",
which contains this set
of tag values:
"noAutoCorrect", "CSS",
"css", "systemConfig",
"zsystemConfig",
"Plugins", "Plugin",
"plugins", "plugin",
"javascript", and "code".
A quick, *workable* solution to your problem is to simply
tag the
troublesome tiddler with any of the above tags... if a
tiddler is
tagged with one (or more) of these tags, embedded
sequences
contained in that tiddler will NOT be converted... and, if
you wanted
to use a tag of your own choosing (e.g., "myTag"),
then you can create
a tiddler called [[InstantTimestampTweak]], tagged with
"systemConfig" (i.e., a plugin tiddler),
containing the following
single line of javascript code:
config.InstantTimestamp.excludeTags.push("myTag");
Then, after saving and reloading the document, any tiddlers
tagged
with "myTag" will also be excluded from the
InstantTimestamp
conversion processing.
HTH,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "TiddlyWiki" group.
To post to this group, send email to TiddlyWiki googlegroups.com
To unsubscribe from this group, send email to
TiddlyWiki-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---
|