[FIXED] Log and alert background color supports palette in use
[FIXED] Field rename support TW 5.2.0 mixed case name and spaces in field name
[FIXED] SNR setting is now stored in config tiddler instead of state tiddler. This allows to have permanent config and do not lose them between sessions.
Is there currently (or are you planning to add) a way to refer to tiddler field values in search and replace?
My use case is: for each tiddler selected with a filter, I would like to append the value of my-field to tags.
Do the search and replace arguments support WikiText or filter expressions (with references to current Tiddler) or only raw text/ regex? From what I have tried and read in your tutorial it seems to be only raw text/ regex. I am using the latest v2.1.6.
Or is the thing I am looking for doable in some other way using a different TC functionality, e.g. adding tags? The tag to add would be the value of the my-field field of each tiddler.
Edit: In the worst case I can export the target tiddlers to json, and to snr with text editor there. It is probably a rather odd thing to do, so I am not suggesting that you add such a thing to TC, I was just wondering if it maybe is possible already and I missed it.
Hi @vilc,
Tiddler Commander cannot do what you asked: read from my-field and write to tags. The SNR does search and replace for a single field you indicate in your operation.
I think there are simple solutions to do what you want.
write a button
use an action macro to search tiddlers using your own criteria
2.1. it then reads from my-field and appends to tags
The macro myactions contains a $list widget to list the tiddler using your criteria (filter) and $action-listops to read from my-field and append to tags
See https://kookma.github.io/TW-Scripts/ and look for Add Remove Tags Using ActionListops
TC does not support wikikified input like {{!!my-field}}.
Thanks again for this amazing plugin. May I ask if it’s possible to copy tiddler text, title and other field values in formatted form using TW-Commander?
I am trying to copy bibtex details from bibtex imported files. Please point me in direction in which I can contribute.
@Mohammad some “system” fields cannot be renamed using the Field/Rename fields tab.
It seems obvious that title would be excluded from that list, but what about others? created, type are included, but caption, modified, tags are excluded.
Is this intentional or is it a bug?
Of course, its not often that one would need renaming any of these fields, but I think they should be renamable anyway.
I was eager to try this Tiddler Commander to remove a tag from a bunch of tiddlers. But when I went to the tags tab, and then the Add remove tags tab, and tried to paste or type or select a tag, there was no way to do so. I have a feeling the replace tag tab has the same problem. Or am I doing it wrong?
Never mind, I figured it out! I had ignored the “combo search” section and was just looking at the tabs section below. I got my tag removed from all my tiddlers with one easy operation. Thanks! This is going to be one of my favorite new plugins to use. Well, new for me, anyway.
Thanks Mohammad. I edited my post but you probably only saw the original version from your email. I figured it out soon after I wrote my original post.
The new icon is used as multiple list, so you may propose a better icon. A limitation in using icons from TW-Icons is the stroke width to be compatible with TiddlyWiki page control icons.