You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Hello,
I have tidders that are tagged 'requirement' listed like this :
<$list filter="[tag[Requirement]]" />
And i need to filter them, to keep only the ones that are not used as tag. In an other way, i need to find orpheans tag tiddlers.
Is anybody can help me ?
Alex
alexrtou
unread,
Mar 10, 2016, 3:28:19 AM3/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
today i can list my requirement coverage like this :
<$list filter="[tag[Requirement]]">
---- <$link><$view field="title"/></$link>
* <$list filter="[tag{!!title}sort[title]]" />
</$list>
And i try to find the orpheans requirements.
Ste Wilson
unread,
Mar 10, 2016, 3:51:23 AM3/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
If you go to the more tab there is an option to list orphan tiddlers.
alexrtou
unread,
Mar 10, 2016, 11:33:18 AM3/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Of course !
but that's not what I want
Mark S.
unread,
Mar 10, 2016, 12:53:03 PM3/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
I'm trying to understand your question. What do you mean by orphan tiddler in this case?
Would an orphan tiddler be one that:
1. Has no tag of any type 2. Is tagged with the name of another tiddler that is NOT tagged Requirement 3. Is tagged as "requirement" but with no children tagged with it's title? 4.Something else
Mark
alexrtou
unread,
Mar 10, 2016, 4:11:32 PM3/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
This is the 3rd case!
Mark S.
unread,
Mar 10, 2016, 5:08:26 PM3/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
I think this will find them:
filter="[tag[Requirements]!is[tag]]"
Mark
On Thursday, March 10, 2016 at 1:11:32 PM UTC-8, alexrtou wrote:
This is the 3rd case!
alexrtou
unread,
Mar 11, 2016, 2:45:20 AM3/11/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Awesome !!! that is exactly the filter that i search :) thx
alexrtou
unread,
Mar 11, 2016, 2:45:32 AM3/11/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Awesome !!! that is exactly the filter that i search :) thx
Le jeudi 10 mars 2016 23:08:26 UTC+1, Mark S. a écrit :