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
I am new to emacs(Doom emacs) and wanted to integrate todoist with emacs. So far its good start and thank you for this plugin :)
Is it possible to add description to the task when we create a new task?
The plugin provides fields for new task and then some deadline but I was unable to find any way to add description form emacs directly. I have open the todoist app and copy my description from org format after converting to md format.
Also is it possible to get calendar to select the date when we need to set deadline?
The text was updated successfully, but these errors were encountered:
Rahul-fix
changed the title
Basic: How to insert description for the task?
Basic: How to insert description to new task?
Jul 27, 2022
Hi @Rahul-fix ,
Welcome!
It is currently not possible to add a description through the extension. It wouldn't be too hard to implement. Same with the calendar view but I recommend opening a separate issue that I can tag as a feature request.
I would be nice to have small buffer where we can enter the description like org-capture/org-roam then using C-c C-k we could cancel or C-c C-c to confirm our input. This way I think we could use the vim-bindings in my case doom-emacs to edit the text.
Could we write the description in org format and it will be converted md format in todoist app for better syntax highlighting and formatting.
Also, is possible to trigger quickly to add the task from anywhere like some keybinding similar to org-capture because I need to open todoist buffer first and then I could start adding new tasks.
Thank you for the details! I think they make sense. I do not know if/when I will work on it though and as usual, I encourage PRs.
For a quick way to add a task from anywhere, it's already possible thanks to #31 . You can just setup a binding to call todoist-quick-new-task or just M-x todoist-quick-new-task.
I am new to emacs(Doom emacs) and wanted to integrate todoist with emacs. So far its good start and thank you for this plugin :)
The text was updated successfully, but these errors were encountered: