filters: and: - file.folder == "/" - file.ext == "md" - '!file.basename.endsWith(".excalidraw")' views: - type: list name: notes-without-destiny filters: and: - '!file.hasTag("destiny")' - type: list name: fleeting-notes filters: and: - file.hasTag("destiny/fleeting") - file.name != "tags" - type: list name: notes-without-status filters: and: - '!file.hasTag("status")' - file.ext == "md" - type: list name: notes-without-authorship filters: and: - '!file.hasTag("authorship")' - type: list name: complete-notes filters: and: - file.hasTag("status/complete") - type: list name: notes-with-uncertain-destiny filters: and: - file.hasTag("destiny/uncertain") - type: list name: notes-without-type filters: and: - '!file.hasTag("type")'