taskwiki icon indicating copy to clipboard operation
taskwiki copied to clipboard

Cannot add multiple tags when using viewports

Open ecaneteok opened this issue 2 years ago • 1 comments

Hi, First of all, thank you very much for your work on this project. I 've been searching about this for a long time and finally I found this awasome tool. Regarding to the issue I am facing, I am using the viewports below in order to add multiple tags to the tasks but only is adding one tag. Could you please help me on the issue below?

Client || +Client1

Project1 || project:"Project1" +teammember

  • [ ] Task1 assigned teammember for Client1

Client

Project1 || project:"Project1" +teammember +Client1

  • [ ] Task1 assigned teammember for Client1

Thanks Regards Emiliano Cañete

ecaneteok avatar Dec 12 '22 18:12 ecaneteok

What if you try:

# Project1 || project:"Project1" || +teammember and +Client1

(not sure about the formatting myself, as I'm not familiar with how taskwiki works with markdown as opposed to the default vimwiki syntax)

ryspace avatar Dec 14 '22 20:12 ryspace