이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

Hidden Setting: Tag Pill Drag Filter

2024년 7월 28일 오후 1:49

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.