I can’t create multiple tags with inline commands; only the first tag gets set.
For example: if I typed in “Example task :# tag1 :# tag2 :# tag3”, then only tag1 actually gets set to the task, the others are ignored.
I can’t create multiple tags with inline commands; only the first tag gets set.
For example: if I typed in “Example task :# tag1 :# tag2 :# tag3”, then only tag1 actually gets set to the task, the others are ignored.
Did you try :# tag1 tag2?
I just tried it, it just creates a single tag called “tag1 tag2”
If you use comma to separate the tags it works as expected
test :# tag1, tag2
Thanks Manu, that works! I feel dumb, now that I see that’s described in the docs, I was positive I had checked first.