Could this experiment be something for learners?

Go to http://tiddlywiki.com and create a new tiddler containing

! Sections to learn:

<$list filter="[!is[system]!tag[learned]sort[]limit[10]]">
<$checkbox tag="learned"> <$view field="title"/> </$checkbox><br/>
</$list>

---

<$list filter="[tag[learned]!sort[modified]limit[1]]">

! <$view field="title"/>

<$transclude mode="block"/>
</$list>

---

! Sections learned

<$list filter="[!is[system]tag[learned]!sort[modified]limit[10]]">
<$checkbox tag="learned"> <$view field="title"/> </$checkbox><br/>
</$list>

The idea here is: All tiddlers are sections to learn (you can change the 
first filter to define those which are really of interest). The first 10 
when sorted by name are displayed.

When you click the checkbox, of a section, that section is displayed right 
below the overview.

Below that, you see the last 10 sections "learned". Removing the checkbox 
will move the section back to the "Sections to learn".

-- 
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