Use quickadd macro to get all files within folder (project management) #113
Unanswered
imed-ghomari
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
Uh oh!
There was an error while loading. Please reload this page.
-
What I'm trying to do
I want to use this plugin for project management. Each project have its own file under the project folder. Now, whenever I have a new idea :
Things I have tried
I have tried to use "capture", and I can successfully create a new note or append my idea to an already existing file, but here is the problem :
project folder/{{VALUE:file1,file2,file3...}}.md
project folder/{{VALUE:{{macro:macroname}}}}.md
and the macro would create a comma separated list of all the files under my project folderCan this be achieved ? (alternative solutions are welcome)
Beta Was this translation helpful? Give feedback.
All reactions