This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

Hidden Setting: Tag Pill Drag Filter

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]]
  • 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]]

Your $:/core/config/TagPillDragFilter defaults to: [all[current]tagging[]] +[!is[draft]]

Be Aware
The core default filter does not include shadow-tiddlers. It will include overwritten shadow tiddlers. See: is Operator for details about the is[tiddler] and other possibilities.