28th July 2024 at 1:49pm
The $:/core/config/TagPillDragFilter defines the filter string, that is used to drag & drop a tap-pill eg:
from 1 wiki to an other wiki.- By default the set contains all tiddlers that are tagged: HelloThere without the HelloThere tag-tiddler itself
- Core Default:
[all[current]tagging[]] +[!is[draft]]
- Core Default:
- If you do want to include the tag-tiddler use the following filter:
- Tagged tiddlers only:
[all[current]tagging[]] [all[current]is[tiddler]] +[!is[draft]]
- Tagged tiddlers only:
Your $:/core/config/TagPillDragFilter
defaults to:
[all[current]tagging[]] +[!is[draft]]