Todo list where button places done tasks in archive file #539
Answered
by
SamRotthier
SamRotthier
asked this question in
Q&A
-
Hello everyone Currently I'm trying to implement a button that moves all the done tasks (regex can detect this) to an archive file. The button:
A small part of the code that doesn't run:
|
Beta Was this translation helpful? Give feedback.
Answered by
SamRotthier
Mar 21, 2025
Replies: 1 comment
-
The answer to this question was to use full file path (example: D\test\test.md). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SamRotthier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The answer to this question was to use full file path (example: D\test\test.md).
I was unable to make the "context.file?.path" work since it went to the appdata folder.