Hi,

There are several plugins related to tagging. However, it's also possible 
to simply add the tag bar from the edit template to the tiddlerinfo panel. 
This way, tags can be modified without opening a tiddler in edit mode. The 
following code adds the tag bar to the tiddlerinfo panel, adds the caption 
"Edit Tags", makes the tag bar the default tiddlerinfo tab and adds the 
info button to the view template:

<$button>
<$action-listops $tiddler="$:/core/ui/EditTemplate/tags" 
$tags="+[append[$:/tags/TiddlerInfo]]"/>
<$action-setfield $tiddler="$:/core/ui/EditTemplate/tags" caption="Edit 
Tags"/>
<$action-setfield $tiddler="$:/config/TiddlerInfo/Default" 
text="$:/core/ui/EditTemplate/tags"/>
<$action-setfield 
$tiddler="$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info" 
text="show"/>
Make Changes
</$button>

Just wanted to share this. Maybe some readers find it useful!

Cheers,

Stef

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/add1ac03-d360-4eb6-8650-dccf7bd32c5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to