ivan-lednev / obsidian-task-archiver

Archive completed tasks in your Obsidian vault (plus other org-mode-like features)
MIT License
109 stars 12 forks source link

Add a setting to automatically create links to pages where archived tasks are stored. #48

Open YousufSSyed opened 1 year ago

YousufSSyed commented 1 year ago

If I have a page configured to archive tasks to a specific page, it would be great to have link(s) to the page(s) automatically created if they aren't already in the note. This would be convenient for checking if the page has archived tasks, and to access them. This would be opt-in of course.

ivan-lednev commented 1 year ago

Hello, @YousufSSyed. Some form of this is already available. If you configure the plugin like this: image

then every archived task is going to contain a link to the source file, which you can find in the backlinks panel like so:

image

This has the added bonus: if you archive tasks to daily/monthly/weekly notes, it's going to remain clean, whereas with links in front-matter, the list of archive files will have to grow continuously.

Let me know what you think!