Mohammad, thank you!

Your generosity in supplying this button code has saved me so much time!

On Thursday, December 19, 2019 at 11:50:58 AM UTC-5, Mohammad wrote:
>
> Springer,
>  I noticed you want to change the field name itself NOT the field value.
>  So just do as below
>
>    - create a new tiddler like "change my alias"
>    - in the text body copy and paste the below code
>
> <$button> Change alias to aliases
> <$list filter="[all[tiddlers]has[alias]]">
> <$action-setfield aliases={{!!alias}}/>
> <$action-deletefield alias/>
> </$list>
> </$button>
>
>    - save and click the button
>    - Always make a backup and work on the trial wiki!
>
> How it works
>
>    - find all tiddlers has a filed called alias
>    - copy the content of alias field to a new field aliases
>    - delete the old field alias
>
> --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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/edf58f2d-12bf-489c-a9a6-83e9c55cfed1%40googlegroups.com.

Reply via email to