Hi Everybody,

I recently came across TiddlyWiki and love the simplicity and power it 
provides. It is exactly the personal notebook that I have been looking for. 

I currently use TiddlyWiki to organize my project discussions and other 
project information. In a top-level tiddler, I list my discussions 
(tiddlers created with "new here") and meeting minutes (tiddlers created 
with "new journal here"). I also list my project to-dos (tiddlers with the 
tags task and <<currentTiddler>>).  
  
I am trying to add a button to my top-level tiddler to add new to-dos. I 
can create a new tiddler like I want, but I can't seem to add the tags. 
Here's what I have so for:

<$reveal type="match" state="$:/temp/addtodo" text="hide">
<$button set="$:/temp/addtodo" setTo="show">Add a to-do</$button>
</$reveal>

<$reveal type="nomatch" text="hide" state="$:/temp/addtodo">

<$edit-text tiddler="$:/temp/newtodo" placeholder="Add a new to-do..." 
tag="input" type="text"/>

<$button set="$:/temp/newtodo!!title" setTo={{$:/temp/newtodo}}>
<$action-sendmessage $message="tm-add-tag" $param=<<currentTiddler>>/> <!-- 
this doesn't do what i thought -->
Add this to-do...
</$button>
<$button set="$:/temp/addtodo" setTo="hide">I'm done adding to-dos</$button>
</$reveal>

I expect there are a number of possibilities, but I'm not sure where to go 
from here. I am still very new to all this.

Thank you for your help and great job on this tool!
Alan

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to