Replies: 3 comments 14 replies
-
I didn't hear anything on this so I went ahead and created an extension that implements the above here. It involved copying a few large functions that only required a couple line changes. Mind if I send in a pull request to refactor some of the functions so it involves less copying? |
Beta Was this translation helpful? Give feedback.
-
Hey, sorry I completely missed this discussion 😅 I think having a I'm all for disambiguating though, and it seems sensible to do it this way :) |
Beta Was this translation helpful? Give feedback.
-
Hello @esquires, sorry for the missing feedback until now (we're quite focused on wrapping up some features, that'll allow us to close unstable and only use PR's for development) Nervertheless, these are my feedbacks about your questions and points:
From what I see, you want to ditch the rigidity of GTD specs from using heading1 levels from projects, to be able to use other things as projects. I'm not sure we can allow such behavior (or we only could allow this as public config, to be enabled). Why? From my point of view, this:
This last point is in my opinion the trickiest to bypass. For example, what do we do with this information ?:
One idea to bypass this is allow the user to change projects to be heading1 from an other heading (in your case heading2).
I think if you can help me solve these considerations, we'll be good to do some PR's |
Beta Was this translation helpful? Give feedback.
-
Greetings!
I am trying to figure out how to best use neorg for my workflow. Oftentimes I am taking notes during meetings and have a short period of time to jot down tasks. An example might be the following
Let's say this is just one of many meetings on puzzles so I might have 10 or files like this. As I understand it, in the current workflow if I were to view the projects list
:Neorg gtd views
followed byp
I would see an interface like this:In other words, neorg seems to organize the tasks based on meetings rather than on a project theme where in this case it is better grouped into a more coherent goal (e.g.
create puzzle app
). As I understand it, I could do this in neorg manually by moving the tasks I create during meetings into another file (perhaps calledcreate_puzzle_app.norg
) that looks like this:This is certainly doable but it seems to have the following downsides:
create_puzzle_app.norg
rather thanpuzzle.norg
). Of course, I could add a link back to the original file where I made meeting notes but this adds further overhead to the task management process.Another higher level issue is that sections and GTD projects are both designated by
*
in the neorg spec which seems ambiguous (see here for a related discussion).My questions are:
project
tag to a task as follows? This would enable the workflow above (being done with task management at the end of a meeting/removing ambiguity between headers and projects/keep context for created tasks)For question (2) the suggestion would be to add a tag similar to the
waiting_fors
convention already in neorg. So it would look something like this:In some notes file where I had in the "How To Do Puzzles" meeting:
and in the file where I had the other notes file where I had the "Puzzle Manufacturing" meeting:
Then when doing
:Neorg gtd views
followed byp
would yieldThen we could expand the project with "" to see the tasks and jump to the corresponding discussion.
Let me know what you think!
Beta Was this translation helpful? Give feedback.
All reactions