Hi Mark > But you still have to change all field references when you change a title, so > it seems like the same problem exists.
It’s much easier to whizz through all tiddlers looking for all the field names with a given prefix, and assign a new value, than it is to do a search and replace across the text field. The particular problem with search and replace is that it is very brittle. If I have a tiddler called “tiddler”, say, and rename it, I don’t want all the “<$tiddler>” widgets to also be reassigned. > IF the auto update of "list and tag fields" that happens when changing > tiddler titles could be made to include other designated fields, (e.g. > matching link-*) then the fields would be updated automatically whenever a > corresponding title was changed. Exactly that, it would be a very modest extension of the existing relinking code. https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/wiki-bulkops.js <https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/wiki-bulkops.js> Best wishes Jeremy. > > Thanks, > -- Mark > > -- > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <https://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/9f7fd0e9-9ce9-408a-a8fc-cf19b2a6b714%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/9f7fd0e9-9ce9-408a-a8fc-cf19b2a6b714%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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/1B48B758-78D6-4CED-B332-8DE931A128F9%40gmail.com. For more options, visit https://groups.google.com/d/optout.

