Ciao Mark S. & Jan

One of the minor issues *with both WikiText markup & Fountain markup* (!, 
@, # etc) is that you can't just pass it to CSS because CSS class names 
only accept alpha-numerics. Its not a big deal but its not as easy as 
using, say, start of line markers like this ....



* :s = scene :a = act*

With those you can use RegEx to capture the "s" or "a" very simply and pass 
them directly, with fewer steps, to a RegEx replace ...

<p class="mss-screen1-s">CONTENT</p>

<p class="mss-screen1-a">CONTENT</p>

Just a "bits-n-pieces" note ...

Best wishes
Josiah

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5d33166a-09b2-4133-a1f6-6b5a58b00200%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to