Hi Jon, 

If you don't want to use a tag, to apply the "special" styling you can use 
the "user class <https://tiddlywiki.com/#Custom%20styles%20by%20user-class>" 
field. 

eg: create a field named: class
add the value eg: myText

This field needs to be part of every tiddler, which needs special 
formatting. I think *the tagging mechanism will be more convenient*. 

----------------

create a tiddler named eg: my-styles and tag it: $:/tags/Stylesheet ... add

.myText {
  word-break: normal; 
  word-wrap: break-word;
  white-space: pre-wrap;
}

This will have the same effect as tagging it and use the data-xxxx definition. 

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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/949ce550-b501-4062-8eed-8e7e88c1ca1a%40googlegroups.com.

Reply via email to