<<list-links "[has[modified]sort[modified]!limit[10]]" type:"ol">>Could it be as simple as adding +[!sort[modified]] to your filter expression?
Regards,
Mal
How to list the last ten modification to wiki
- The last one shall be shown first
- Only show last 10 tiddlers
- modified and created have no priority and treat as the same
One solution does not work<<list-links "[has[modified]sort[modified]!limit[10]]" type:"ol">>The problem is it shows last 10 modification, but the last is shown last.--Mohammad
--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/bb730f20-b1c6-4805-91b3-01555ed4f847%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[!prefix[$:/state]!prefix[$:/temp]![$:/StoryList]![$:/HistoryList]haschanged[]!sort[modified]]
[has[modified]!prefix[$:/state]!prefix[$:/temp]!sort[modified]limit[50]]
purpose filter the input by tiddler modification status
A tiddler is deemed to have been modified if it has been written back to the wiki since the start of the current TiddlyWiki session. If you edit a tiddler and immediately store it again without making any changes, that is enough to mark it as modified.