Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently it's a pain to write a generic queryfor "everything in current folder", as you can't do LIST FROM this.file.folder
LIST FROM this.file.folder
I think something like LIST FROM "." or LIST FROM "./subfolder" would be nice
LIST FROM "."
LIST FROM "./subfolder"
The text was updated successfully, but these errors were encountered:
I've actually added relative path resolution for some DataviewJS work, so I can probably extend it to queries at this point.
Sorry, something went wrong.
M-bot
blacksmithgu
Successfully merging a pull request may close this issue.
Currently it's a pain to write a generic queryfor "everything in current folder", as you can't do
LIST FROM this.file.folderI think something like
LIST FROM "."orLIST FROM "./subfolder"would be niceThe text was updated successfully, but these errors were encountered: