Added to TW-Scripts
https://kookma.github.io/TW-Scripts/#Replace%20or%20Rename%20Fields

On Thursday, December 19, 2019 at 8:20:58 PM UTC+3:30, 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/2fd6b269-988c-435d-a50e-016e3fe222df%40googlegroups.com.

Reply via email to