> I'd like to make a text style for comments (or notes to myself).

You could use a simple formatter:
     http://devpad.tiddlyspot.com/#CommentsFormatter

That creates a SPAN element with class "comment", so you could add 
something like the following to your StyleSheet:
     .comment {
         margin-left: 1em;
         font-style: italic;
         color: #0A0;
     }

HTH.


-- F.

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to