Draggable pills for fields / values? = make fields like tags

I have a ‘domain’ field that specifies the file that a given tiddler needs to be transferred to.

I would like a list of the different values for the domain fields of all tiddlers that have it, and I would like them to display in a way that functions like tag pills: I would like to drag the value to another file, and have all the tiddlers with that domain field value dragged to the file.

(You might ask why I don’t just use tags. That’s because after dragging the tiddlers over, they would then have tags that are meaningless for the target file. If the tag is Birds, and I drag them to the Birds file, then the Birds tag becomes redundant.)

How might I do that?

I don’t have the opportunity to confirm right now but have a look for my “filter pills” solution. if it does not yet cater for draging also have a look at my reimagin tags solution for instpiration.

  • in this case the filter can be tiddlers with domain field = value.
  • filter pills can be written in the text field for any filter

however the advanced search filter tab, export as json and delete buttons are the manual batch approach.

Thanks I will have a look. I assume it is a matter of searching here in TW talk?

I did come up with a close-enough solution:

<$list filter="[!is[system]has:field[domain]sort[domain]]"><$view field="domain"/> | <$link/><br></$list>