Skip to content
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 Request: support creating/editing task descriptions #32

Open
Rahul-fix opened this issue Jul 27, 2022 · 3 comments
Open

Feature Request: support creating/editing task descriptions #32

Rahul-fix opened this issue Jul 27, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@Rahul-fix
Copy link

Rahul-fix commented Jul 27, 2022

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?
@Rahul-fix Rahul-fix changed the title Basic: How to insert description for the task? Basic: How to insert description to new task? Jul 27, 2022
@abrochard
Copy link
Owner

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.

@abrochard abrochard added the enhancement New feature or request label Jul 27, 2022
@abrochard abrochard changed the title Basic: How to insert description to new task? Feature Request: support creating/editing task descriptions Jul 27, 2022
@Rahul-fix
Copy link
Author

Thank you for accepting the 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.

@abrochard
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants