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