formula to know if a folder with de same name as the note exist #1053
Unanswered
louwelyn-jeremy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to do a thing in my vault and your plugin seems to do what i want.
But i'm not a JS coder, so i need your help (if it's possible)
I try to have a subfolder in "C:/projects/" for each project. The name of the subfolder and the name of my note in obsidian are the same.
I try to create a function that:
check if a folder with the name of the note exist in "C:/projects/"
if it's true --> show "👍"
if it's false --> show "❌"
thank you for your time 🙏
Beta Was this translation helpful? Give feedback.
All reactions