In some ways if the text field is identical you can just delete one of the “duplicates”.
How do you find them?
You could add a view template to list other tiddlers with the matching text field;
In a tiddler tagged $:/tags/ViewToolbar
<$list filter="[all[tiddlers]get[text]match{!!text}]">
</$list>
- All tiddlers you open that have a text field the same as another will be listed.
- You may want to exclude empty text fields.
But then what will you do with them?
I have a number of to do items which are related and could be combined into one as well.
I was think what if I designed a way to drag one or more tiddler (the source) and drop it on another (the target) such as the dragged one;
- It’s title then its text appended to the target tiddlers text field, and perhaps with a list of fields and their values appended at the end.
- To do this we may need a template, and this could be modified to suit our needs. eg convert tags to tag pills.
- We can then edit the target tiddler and edit it to add or remove content from the source tiddler(s).
One issue would be if the titles you remove are linked to from elsewhere.