Doing things to titles is tough, because titles are key to TW. I think you 
would need to clone each tiddler with a new title. Then delete the original 
tiddler. If you expect list and tag fields to be updated, that would make 
it even harder. And, of course, any links to the old tiddlers will be 
broken.

A upper case converter macro written in wikitext would take all day to 
write, be slow, and leave fringe cases.

But here's a mas_toupper filter operator you can cautiously experiment 
with. It worked once ;-) I thought a filter operator would probably work 
best with a large number of tiddlers to convert. But maybe a "upcase" macro 
would be useful too.

-- Mark

On Thursday, December 20, 2018 at 7:50:33 AM UTC-8, Mohammad wrote:
>
>
> I have hundreds of tiddlers tag with "bibtex", how can I simply change the 
> title of tiddlers from uppercase to lowercase or sentence case?
>
>
>    - Pseudo code
>
>
> <$button> Change case
> <$list filter="[tag[bibtex]]" variable="tid">
> operation to change the case of tid tittle
> </$list>
> </$button>
>
>
> -- Mohammad
>

-- 
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/22d1f1ee-cae0-4aa6-bcba-58b67943a7aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: x$__MAS_filters_mas_toupper.js.json
Description: application/json

Reply via email to