Thanks again!

You really helped me a lot,
Here is my code so far:

<$list 
filter="[!has[draft.of]tag[task]!tag[done]!sort[modified]!is[system]]">
<$checkbox tag="done"> <$link to={{!!title}}><$view 
field="title"/></$link></$checkbox>
</$list>
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
<$checkbox tag="done"> ~~<$link to={{!!title}}><$view 
field="title"/></$link>~~</$checkbox>
</$list>

<$set name="tag1" value={{!!title}}>
<$edit field="new_subtask" /><$newtiddler title={{!!new_subtask}} 
skeleton="$:/skeletons/task">Add sub-task</$newtiddler>
</$set>

I plan on adding it to the default view template, so I can easily add tasks 
related to any tiddler.

I still have some issues to solve though:

   1. For some reason, the input field loses focus after each letter.
   2. Clear or delete the new_subtask field after creating the new task.
   3. Somehow disable the new tiddler from popping, just create it, as I 
   will see it in the list right away.
   


On Saturday, January 11, 2014 1:45:25 PM UTC+2, Stephan Hradek wrote:
>
> <$set name="tag1" value=*{{!!title}}*>
>
> But I wonder why you want an additional title field. Isn't it sufficient 
> to set the title after pressing "Create"?
>
> If you really want that, you need to create an input field for some a 
> field in another tiddler. If you have that, you can use
>
> <$newtiddler title={{AnotherTiddeler!!field}} 
> skeleton="$:/skeletons/task">Create</$newtiddler>
>
>
>

-- 
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/groups/opt_out.

Reply via email to