Replies: 1 comment 1 reply
-
And here is a more simplified version of my above question (lol): Here’s what I need dataview to do: Include Files: The table should include note files that:
Exclude Files: The table should exclude files that:
Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A big thank you in advance for any help with this. I've searched everywhere and spent hours trying to solve this!
Here is my problem
I’m trying to create a Dataview table in Obsidian that includes files based on specific criteria and also excludes certain files. Here’s what I’m looking to achieve:
Include Files: The table should include files that:
Have the frontmatter field "Home" containing "Note-making - MOC", AND
Are located in the directory: "00001. Zettelkasten System/0003. Notes/001. Reference Notes/Fleeting Notes", AND
Exclude Files: The table should exclude files that are already linked in the "Note-making - MOC.md" file located at "00001. Zettelkasten System/0002. Maps of Content/Note-making - MOC".
Essentially, I want the table to show me what files I have marked in the "Home" frontmatter as "Note-making - MOC" that haven’t yet been added to the "Note-making MOC - MDR.md" file.
This where I have eventually reached, without it still working:
Here is the error I get
Dataview: Error:
-- PARSING FAILED --------------------------------------------------
4 | from "00001. Zettelkasten System/0003. Notes/001. Reference Notes/Fleeting Notes"
5 | where Home = "Note-making - MOC"
Expected one of the following:
'*' or '/' or '%', '+' or '-', '>=' or '<=' or '!=' or '=' or '>' or '<', 'and' or 'or', /FROM/i, EOF, FLATTEN [AS ], GROUP BY [AS ], LIMIT , Not a comment, SORT field [ASC/DESC], WHERE , whitespace
Beta Was this translation helpful? Give feedback.
All reactions