list-after and list-before are respected by tag-filters eg: <<list-links "[tag[x]]">>
- Let’s say tiddlers a, b and c are tagged x
- All of them are shadow tiddlers
- tiddler x has a list field with the value: a b c
If you create a tiddler eg:
-
test and tag it x,
- add a field list-after: b
The <<list-links "[tag[x]]">>
will show the test tiddler after b in the list.
Now show the list with <<list-links-draggable "x">>
…
The test tiddler is gone, because list-links-draggable directly accesses the list-field of tiddler x.
- Now use
<<tag x>>
- Open the dropdown
- tiddler test will be there
- drag & drop sort the list
Now strange things happen:
- list-links-draggable will also show test
- tiddler x is converted to a normal tiddler and the list-field is adjusted
- the list-after field from tiddler test is gone !!!
See the attached json and play with it.
test-list-after.json (880 Bytes)