Ste,
Let us assume it Is "just that you feel titles look better in lower case in
the text". Using CSS will maintain the references or back links.
Create a tiddler tagged $:/tags/Stylesheet
.uc {
text-transform: uppercase;
}
.lc { text-transform: lowercase; }
.cc { text-transform: capitalize; }
.nc { text-transform: none; }
Then if and when you want to transform the text use is like this
* [[New Tiddler 42 plus]]
* This method is the best in A sentence @@.nc [[New Tiddler 42 plus]]@@
like this
* @@.nc [[New Tiddler 42 plus]]@@
* @@.lc [[New Tiddler 42 plus]]@@
* @@.uc [[New Tiddler 42 plus]]@@
* @@.cc [[New Tiddler 42 plus]]@@
;.nc [[New Tiddler 42 plus]]
;.lc [[New Tiddler 42 plus]]
;.uc [[New Tiddler 42 plus]]
;.cc [[New Tiddler 42 plus]]
:.nc [[New Tiddler 42 plus]]
:.lc [[New Tiddler 42 plus]]
:.uc [[New Tiddler 42 plus]]
:.cc [[New Tiddler 42 plus]]
You could create an Editor Toolbar button to wrap a tile.
This is best in my view because it is at the place where the link us used
you define its format, not globally.
For items you list use the caption
Regards
Tony
--
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/e553d6b7-5e0d-4007-85b5-86288f520562%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.