Open gal064 opened 2 years ago
I like this feature, but it needs to have a method to resolve a few design issues.
Let's imagine you have two columns:
columns:
- name: High Priority
contains: [P0]
- name: Done
tag: Done
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?