mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Tweak the standard list filters
This commit is contained in:
parent
3a710ad9ce
commit
91bebe7b7f
@ -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…
Reference in New Issue
Block a user