mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-09 10:41:45 -08:00
Tweak the standard list filters
This commit is contained in:
parent
3a710ad9ce
commit
91bebe7b7f
1 changed files with 5 additions and 4 deletions
|
|
@ -30,10 +30,11 @@ exports.info = {
|
|||
These types are shorthands for particular filters
|
||||
*/
|
||||
var typeMappings = {
|
||||
all: "[!is[shadow]]",
|
||||
missing: "[is[missing]]",
|
||||
orphans: "[is[orphan]]",
|
||||
shadowed: "[is[shadow]]"
|
||||
all: "[!is[shadow]sort[title]]",
|
||||
recent: "[!is[shadow]sort[modified]]",
|
||||
missing: "[is[missing]sort[title]]",
|
||||
orphans: "[is[orphan]sort[title]]",
|
||||
shadowed: "[is[shadow]sort[title]]"
|
||||
};
|
||||
|
||||
exports.executeMacro = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue