Hi Pedro

> What I need is a way to to create new tiddlers that already has a tag Inbox
> (like journal). Also I would need a tiddler called Inbox that shows all the
> other tiddlers with the inbox tag with a checkbox. When the checkbox is
> marked the tiddler would go to a trash tiddler.
>
> It's possible to accomplish this without the need to write code?

Yes it is:

Install one plugin:

http://www.tiddlytools.com/#TrashPlugin

1) Create a newTiddler button which creates new tiddlers tagged with
"inbox":
<<newTiddler label: "new inbox tiddler" tag:inbox>>

2) Create a tiddler called Inbox and write:
<<list filter [tag[inbox]] template:Inbox##template>>/%
!template
<<view title link>><<toolbar deleteTiddler>>
!end %/

Cheers Måns Mårtensson

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

Reply via email to