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

Feture request: Task management with notes #550

Open
sharpevo opened this issue Mar 16, 2017 · 5 comments
Open

Feture request: Task management with notes #550

sharpevo opened this issue Mar 16, 2017 · 5 comments
Labels
Type: Feature adds functionality

Comments

@sharpevo
Copy link

Thanks for the great app and the hard efforts behind it, so that I can get the updates everyday ;-)

Here's a feature request about task management along with notes. Most of time, I need to get the note list which contains tasks, in order to follow the notes that to be continued more elagently. The dialog look like:

note

The features are including:

  • Get the status(active, completed, etc) from "Tasks" app of nextcloud
  • The task entry is clickable, and open the cooresponding note.

I was trying to get it done by scripts, but there's only fetchNoteByFileName, rather than functions like fetchNoteByText, so that I can search strings like (task://...).

Thank you!

@pbek
Copy link
Owner

pbek commented Mar 16, 2017

Thank you for your kind words and your suggestion.
I think I'm not sure what you want. You write about a note list but your screenshot shows a task list. What are you trying to achieve?

@pbek pbek added the Type: Feature adds functionality label Mar 16, 2017
@sharpevo
Copy link
Author

sharpevo commented Mar 17, 2017

Actually it's a list of notes that holds tasks, for example, there's two notes:

  • note 1, contains task 1 and task 3.
  • note 2, contains task2 only.

So the following list is more convenient to manage tasks:

  • task 1 [note 1]
  • task 2 [note 2]
  • task 3 [note 1]

IMO, QOwnNotes has the potential to be a fantastic utility of GTD indeed, via integrating Calendar and Tasks app of NextCloud. The gap is only task management now.

As the implementation, three steps would be necessary:

  1. select notes where (task:// is in the text.
  2. build the task-oriented data structure.
  3. show the list in dialog.

Thank you!

@pbek
Copy link
Owner

pbek commented Mar 17, 2017

thank you for the explanation

@QuAzI
Copy link

QuAzI commented Jul 14, 2017

GitHub and TortoiseHG can use #number like issue links. As example #550 is link to this issue. Can it be used also in QOwnNotes? But issue tracker must be configurable.

Mercurial (Tortoise HG) settings example
2017-07-14_23-27-58_vl28ej0l

@pbek
Copy link
Owner

pbek commented Jul 14, 2017

Nah, I don't think that will be possible. Working with non-conform urls a is VERY hard thing to deal with...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature adds functionality
Projects
None yet
Development

No branches or pull requests

3 participants