mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-18 15:50:42 +00:00
Revert "Add provisional version of new tagger manager"
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
title: $:/Manager/ItemMain/Fields
|
||||
tags: $:/tags/Manager/ItemMain
|
||||
caption: Fields
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<$list filter="[all[current]fields[]sort[title]] -text" template="$:/core/ui/TiddlerFieldTemplate" variable="listItem"/>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -1,5 +0,0 @@
|
||||
title: $:/Manager/ItemMain/RawText
|
||||
tags: $:/tags/Manager/ItemMain
|
||||
caption: Raw text
|
||||
|
||||
<pre><code><$view/></code></pre>
|
||||
@@ -1,5 +0,0 @@
|
||||
title: $:/Manager/ItemMain/WikifiedText
|
||||
tags: $:/tags/Manager/ItemMain
|
||||
caption: Wikified text
|
||||
|
||||
<$transclude mode="block"/>
|
||||
@@ -1,15 +0,0 @@
|
||||
title: $:/Manager/ItemSidebar/Colour
|
||||
tags: $:/tags/Manager/ItemSidebar
|
||||
caption: Colour
|
||||
|
||||
\define swatch-styles()
|
||||
height: 1em;
|
||||
background-color: $(colour)$
|
||||
\end
|
||||
|
||||
<$vars colour={{!!color}}>
|
||||
<p style=<<swatch-styles>>/>
|
||||
</$vars>
|
||||
<p>
|
||||
<$edit-text field="color" tag="input" type="color"/> / <$edit-text field="color" tag="input" type="text" size="9"/>
|
||||
</p>
|
||||
@@ -1,9 +0,0 @@
|
||||
title: $:/Manager/ItemSidebar/Icon
|
||||
tags: $:/tags/Manager/ItemSidebar
|
||||
caption: Icon
|
||||
|
||||
<p>
|
||||
<$macrocall $name="image-picker-dropdown" image-tiddler={{!!icon}} fallback="(none)" actions="""
|
||||
<$action-setfield $field="icon" $value=<<imageTitle>>/>
|
||||
"""/>
|
||||
</p>
|
||||
@@ -1,16 +0,0 @@
|
||||
title: $:/Manager/ItemSidebar/Tags
|
||||
tags: $:/tags/Manager/ItemSidebar
|
||||
caption: Tags
|
||||
|
||||
<p>
|
||||
<$list filter="[is[current]tags[]] [list[$:/config/Manager/RecentTags]] +[sort[title]] " variable="tag">
|
||||
<div>
|
||||
<$checkbox tiddler=<<currentTiddler>> tag=<<tag>> actions=<<tag-checkbox-actions>>>
|
||||
<$macrocall $name="tag-pill" tag=<<tag>>/>
|
||||
</$checkbox>
|
||||
</div>
|
||||
</$list>
|
||||
</p>
|
||||
<p>
|
||||
<$macrocall $name="tag-picker" actions=<<tag-picker-actions>>/>
|
||||
</p>
|
||||
@@ -1,10 +0,0 @@
|
||||
title: $:/Manager/ItemSidebar/Tools
|
||||
tags: $:/tags/Manager/ItemSidebar
|
||||
caption: Tools
|
||||
|
||||
<p>
|
||||
<$button to=<<currentTiddler>>>{{$:/core/images/link}} open</$button>
|
||||
</p>
|
||||
<p>
|
||||
<$button message="tm-edit-tiddler" param=<<currentTiddler>>>{{$:/core/images/edit-button}} edit</$button>
|
||||
</p>
|
||||
Reference in New Issue
Block a user