Group by filename + sort by task position inside of note #2395
-
Here is my query:
Whenever I change a task's status, it jumps to another position in the task list. Is there a way to disable that? I want the tasks unsorted by path, i.e. they should be sorted in the same order as listed in file. Context: I have one note per "project" in the |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 2 replies
-
Found out it's not supported. Created a fork to fix it: https://github.com/sector101010/obsidian-tasks-unsorted/releases |
Beta Was this translation helpful? Give feedback.
-
Reopened as as the fix is not in this repo... |
Beta Was this translation helpful? Give feedback.
-
@sector101010 You might want to see how that sorting works now, if you have a query open that has Tasks from different files. As you edit tasks in different files, I think that your search results will likely randomly change order, as the code has removed a number of important aspects of the sorting. |
Beta Was this translation helpful? Give feedback.
-
@claremacrae works fine for me now. I just removed the default sorting, which was applied all the time, even if the query contains a |
Beta Was this translation helpful? Give feedback.
-
@claremacrae anyway, if it breaks I'll report back. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I'm new to the plugin. Apart from the fork, is there a way to turn off the default sorting or sort by the original task position inside of a note? |
Beta Was this translation helpful? Give feedback.
-
Sorting by task position inside of note can be done by putting this in the query:
|
Beta Was this translation helpful? Give feedback.
Found out it's not supported. Created a fork to fix it: https://github.com/sector101010/obsidian-tasks-unsorted/releases