Replies: 1 comment 1 reply
-
|
It's correct that |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create a dashboard with multiple dataview queries for different use cases. Now, I already follow a folder structure that enables me to focus on one category of tasks at a time.
So, when I use the following dataview query, it is already filtered to that category:
However, the
file.folderreverts with the entire folder path in the vault instead of just the folder name. Is it possible to just get the folder name instead of the whole folder path?E.g.: For a note at this path:
~OSPath/[Vault Dir]/Root/Category 1/Folder 1/Note 1.mdActual Result:
~OSPath/[Vault Dir]/Root/Category 1/Folder 1Expected Result:
Folder 1Beta Was this translation helpful? Give feedback.
All reactions