This is how I am doing what i think you want to do:

For Page1
''from here''

<$list 
filter="[!has[draft.of]tag[software]!tag[Installed_page1]sort[created]]">
<$checkbox tag="Installed_page1"><$link to={{!!title}}><$view 
field="title"/></$link></$checkbox>
</$list>

'To here''

<$list 
filter="[!has[draft.of]tag[software]tag[Installed_page1]sort[created]]">
<$checkbox tag="Installed_page1"> <$link to={{!!title}}><$view 
field="title"/></$link></$checkbox>
</$list>


For Page2
'from here''

<$list 
filter="[!has[draft.of]tag[software]!tag[Installed_page2]sort[created]]">
<$checkbox tag="Installed_page2"><$link to={{!!title}}><$view 
field="title"/></$link></$checkbox>
</$list>

''to here''

<$list 
filter="[!has[draft.of]tag[software]tag[Installed_page2]sort[created]]">
<$checkbox tag="Installed_page2"> <$link to={{!!title}}><$view 
field="title"/></$link></$checkbox>
</$list>


Once you get the two pages coded with these create the tiddler that you 
want to show up in the list and tag it software. on both pages no the item 
will show up in the  "from here" list until you check it on that page"

I hop this makes sense. if not let me know and i can add a file for you to 
check out.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to