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/ef9b37f3-8447-43c2-aec2-d9e005985107%40googlegroups.com.