I have been trying to get TiddlyWikiTasks to work in TW 2.5.3 and have
been beating my head against a wall.  I would like it to work
basically like it does on the website (http://tiddlywikitips.com/
TiddlyWikiTasks.html), but with the updated TW; currently it's on v
2.0.3.

I am having problems with getting the ToggleTag checkboxes in the
toolbar; I would like them to show up only when the tiddler is tagged
with "Tasks".

I have replaced runMacroIfTagged plugin with HideWhenPlugin, but I
think I can't get my syntax correct.  I have imported these from
TiddlyWikiTasks:

Plugin Checkbox
Plugin DefaultView
Plugin ForEachTiddler
Plugin QuickOpenTag
Plugin RunMacroIfTagged (then removed)
Plugin ToggleTag (updated to ToggleTagPlugin from
http://mptw.tiddlyspot.com/#ToggleTagPlugin)

I already have the HideWhenPlugin.

I created TaskToolbar with this:
---
<<toggleTag Urgent>><<toggleTag Completed>>
---

I then edited the ViewTemplate as follows:
---
<!--{{{-->
<span macro="showWhenTagged Tasks"><div class='toolbar' macro='toolbar
[[TaskToolbar]]'></div></span>
<div class='toolbar' macro='toolbar
[[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span
macro='view modified date'></span> (<span macro='message
views.wikified.createdPrompt'></span> <span macro='view created
date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<span macro="hideWhenTaggedAny excludeLists noCommBtn"><div
class='viewer' macro='tiddler commBtn'></div></span>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
---

The Urgent and Completed checkboxes will not show up in tiddlers
tagged with "Tasks".  Can anyone give me some ideas with this?

Thanks,
Jono

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to