> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---