You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case:
I add at the beginning of my todo titles different tags - mainly the priority of the task - but sometimes other stuff. For example:
[P0] this is an important todo
[P2] this is a less important todo.
[P2] [Blocked] I am blocked and cannot complete this task at the moment.
Request:
I'd be great to add tasks into columns based on these tags. My proposed solution is to add a filter that checks if a title contains a string. We can also make it fancy and use regex.
columns:
- name: High Piority
contains: [P0]
Why not use tags, which is already supported?
Using the title, I can scan the todo list and see all priorities without opening the todos
I can sort the todos so all P0 are on top of the notebook
Easier to create a new todo with priority (less clicks)
The text was updated successfully, but these errors were encountered:
gal064
changed the title
Feature Request
Feature Request: Add a an ability to filter by "title contain"
Jun 30, 2022
What happens if you press "+" in the first column? Does it need to add "[P0]" to the new note's title?
What happens if you move a note from the first to the second column? Does it need to remove "[P0]" from the note? Or should it just show the note in both columns?
Add a an ability to filter by "title contain".
Use case:
I add at the beginning of my todo titles different tags - mainly the priority of the task - but sometimes other stuff. For example:
[P0] this is an important todo
[P2] this is a less important todo.
[P2] [Blocked] I am blocked and cannot complete this task at the moment.
Request:
I'd be great to add tasks into columns based on these tags. My proposed solution is to add a filter that checks if a title contains a string. We can also make it fancy and use regex.
Why not use tags, which is already supported?
The text was updated successfully, but these errors were encountered: