Revert "Add provisional version of new tagger manager"

This commit is contained in:
Jeremy Ruston
2016-11-28 10:40:55 +00:00
committed by GitHub
parent a85d034015
commit a9b54d6fce
34 changed files with 119 additions and 584 deletions
-9
View File
@@ -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>
-5
View File
@@ -1,5 +0,0 @@
title: $:/Manager/ItemMain/RawText
tags: $:/tags/Manager/ItemMain
caption: Raw text
<pre><code><$view/></code></pre>
-5
View File
@@ -1,5 +0,0 @@
title: $:/Manager/ItemMain/WikifiedText
tags: $:/tags/Manager/ItemMain
caption: Wikified text
<$transclude mode="block"/>
-15
View File
@@ -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>
-9
View File
@@ -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>
-16
View File
@@ -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>
-10
View File
@@ -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>