On Tuesday, July 10, 2018 at 1:05:09 PM UTC+2, [email protected] wrote:
>
> iam pretty new to TW and at the moment i try to build a framework. For 
> better readability i want to emphasize single words.
>

//italic// produces an <em> element in the rendered text, which is 
"emphasize". The default styline in TW is "italic"

 

> Therefore i use the simple way of putting it inside grave accents. 
>

`backtick` creates a <code> element, which is a completely different thing. 
.. So "misusing" it to emphasize some text will probably create problems in 
the furture. I would suggest to use //italic// instead. 
 
see: https://tiddlywiki.com/#Formatting%20in%20WikiText

You can change any style using a tiddler tagged: $:/tags/Stylesheet 

eg: myStyles
tag: $:/tags/Stylesheet 

em {
  font-weight: bold;
  color: blue; 
}


and so on.

have fun!
mario






-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/3fa71e84-ef36-405f-a178-28d39a18f505%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to