mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-10 20:09:57 +00:00
Add tag-tiddler to tag-pill drag & drop import, add hidden setting for TagPillDragFilter (#8182)
* add tag-tiddler to tag-pill drag & drop import, add hidden setting for TagPillDragFilter * update docs to make Be Aware clearer * exclude the tag tiddler and update hidden docs accordingly
This commit is contained in:
parent
5794718047
commit
e80c99791e
@ -9,7 +9,7 @@ title: $:/core/ui/TagTemplate
|
||||
colour={{{ [<currentTiddler>] :cascade[all[shadows+tiddlers]tag[$:/tags/TiddlerColourFilter]!is[draft]get[text]] }}}
|
||||
palette={{$:/palette}}
|
||||
element-tag="$button"
|
||||
element-attributes="""popup=<<qualify "$:/state/popup/tag">> dragFilter="[all[current]tagging[]]" tag='span'"""
|
||||
element-attributes="""popup=<<qualify "$:/state/popup/tag">> dragFilter="[subfilter{$:/core/config/TagPillDragFilter}]" tag='span'"""
|
||||
/>
|
||||
<$reveal state=<<qualify "$:/state/popup/tag">> type="popup" position="below" animate="yes" class="tc-drop-down">
|
||||
<$set name="tv-show-missing-links" value="yes">
|
||||
|
2
core/wiki/config/TagPillDragFilter.tid
Normal file
2
core/wiki/config/TagPillDragFilter.tid
Normal file
@ -0,0 +1,2 @@
|
||||
title: $:/core/config/TagPillDragFilter
|
||||
text: [all[current]tagging[]] +[!is[draft]]
|
@ -0,0 +1,22 @@
|
||||
created: 20240508093242925
|
||||
modified: 20240728134955433
|
||||
tags: [[Hidden Settings]]
|
||||
title: Hidden Setting: Tag Pill Drag Filter
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
The ''~$:/core/config/TagPillDragFilter'' defines the filter string, that is used to drag & drop a tap-pill eg: <<tag HelloThere>> 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: <code><$transclude $tiddler="$:/core" $subtiddler="$:/core/config/TagPillDragFilter" output="text/plain" /></code>
|
||||
* 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
|
||||
<%if [[$:/core/config/TagPillDragFilter]is[tiddler]] %>
|
||||
''has been overwritten'' and contains:
|
||||
<%else%>
|
||||
defaults to:
|
||||
<%endif%>
|
||||
<code>{{$:/core/config/TagPillDragFilter}}</code>
|
||||
|
||||
<<.note title:"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.">>
|
Loading…
Reference in New Issue
Block a user