-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Automatic Update #28
Comments
To clarify, it sounds like there's two distinct things you're talking about.
|
Adding notes for each task is not something that intent for this Plugin and that is something I should do manually.
I have a single note with my ideas from Todoist and want that note to be updated at least once or twice a day, right now I have to delete the content and add the keyword to update that manually, that's the part I meant for automation. I want only this note to be updated (new tasks are added to the end or front of the list automatically), not others that I link manually. Also if the auto-update feature has the ability not to delete already done ( |
Makes sense! Similar idea to #17 This would probably be at the top of the priority list if i ever get around to another PR here. Can't promise any specific deliverable time, though if you or anyone else wants to try coding it, i'm happy to review/provide guidance. I wonder if as a (partial) workaround, you could do something like: # active things
@@queryActiveTasks@@
# finished tasks
@@queryIsCompleteTasks@@ Since it looks like the filter API supports retrieving completed tasks, you can presumably get historical data that way. You could also perhaps use a Template from the templates plugin to help auto-generate new notes. I realize that doesn't really solve it in the proper way though |
I didn't know that filtered API supports completed tasks. That workaround will do the job for me for now. |
@ahbanavi I don't know how helpful this might be maybe just a few keystrokes. But maybe you could add all of your Todoist-text keywords for this file to a Template (from the core plugin). Then you could do something like: "Select All", "Delete", "CMD+P" (command palette), "Templates: Insert template", and select the file containing your desired Todoist-text keywords. |
I use Todoist to quickly jot down ideas on the go using my mobile device.
At the end of each day, I go through my "On the Go Ideas" Todoist project and manually create a note for each task.
This plugin allows me to keep all of my Todoist ideas in a single Obsidian note, but the current process of manually removing and inserting keywords to update my notes is time-consuming.
I would greatly appreciate it if the developer could consider implementing an automatic update feature to streamline this workflow.
The text was updated successfully, but these errors were encountered: