You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having multiple txt files and a centralised archive, it would be good to have in archived task name the name of the original file it came from.
Example:
tennis.txt -> these is a task called "find a coach +Lessons"
Then if I decide to archive this task, ideally on archive.txt there should be:
"find a coach +Lessons file:tennis.txt"
The text was updated successfully, but these errors were encountered:
Implemented in 3.19.0 with the archive-origin-marker option and the archive-origin-is option. When you set archive-origin-marker to something (e.g. origin), that will be used as the property in the archived task (i.e. origin:/path/to/original/todo.txt).
You can set archive-origin-is to name if origin: should only be todo.txt or set it to stem to reduce origin: down to todo.
When having multiple txt files and a centralised archive, it would be good to have in archived task name the name of the original file it came from.
Example:
tennis.txt -> these is a task called "find a coach +Lessons"
Then if I decide to archive this task, ideally on archive.txt there should be:
"find a coach +Lessons file:tennis.txt"
The text was updated successfully, but these errors were encountered: