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] Create a todo from highlighted text #2992

Closed
Akselmo opened this issue Mar 19, 2024 · 3 comments
Closed

[FEATURE] Create a todo from highlighted text #2992

Akselmo opened this issue Mar 19, 2024 · 3 comments

Comments

@Akselmo
Copy link
Contributor

Akselmo commented Mar 19, 2024

Is your feature request related to a problem? Please describe.

I like to use tasks a lot to remind myself to do something. However no note taking app I know of has todo support like QOwnNotes does, which is what I really like! But making todo's is a bit cumbersome at the moment, since you have to hop through menus. I'd like to highlight some text and just turn that into a todo.

Describe the solution you'd like

The best solution for this IMO would be, if user has something like

- [ ] Do this task soon

Then user highlights it, opens context menu (or presses a hotkey combo) and selects "Create todo item" and this would copy the text and create a todo item from it. It could also open the editor and when done, replace the highlighted text with a link to the todo.

- [ ] [Do this task soon](task://blablabl123123)

Alternative solution, instead of opening the todo menu, could be somekind of "quick task" bar that appears, like with KMail. It could also have the reminder checkbox.

image

Describe alternatives you've considered

The todo menu is ok, but I just wish I could access it easier, so I don't know what other alternative there is.

Additional context

Basically I hope for a more streamlined todo system that could be used in tandem with regular markdown faster than the current setup.

If this is scriptable, I would not mind at all making a script for this, but I could not find todo menu stuff being exposed in the scripting docs.

Thanks for the great app. :)

@pbek
Copy link
Owner

pbek commented Mar 20, 2024

Nowadays, I only use Nextcloud Deck (with the QOwnNotes integration) for all that. The API is much better than CalDAV.

But the highlighted text will be used when you open the todo dialog in the "search or create" line-edit, then you just need to press "Enter" and a new item will be created. And you can also insert a link to that todo item in the note in that dialog...

The Nextcloud Deck integration works pretty much the same...

@Akselmo
Copy link
Contributor Author

Akselmo commented Mar 20, 2024

Oh, hah, I didn't realise. So the feature I want is already there. 😂 Thanks!

I'll check Nextcloud Deck as well!

Closing this issue. :)

@Akselmo Akselmo closed this as completed Mar 20, 2024
@pbek
Copy link
Owner

pbek commented Mar 20, 2024

Great 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants