chrskerr/task-list-kanban

It seems that the nested tag is not supported in 1.2.6

Opened this issue · 2 comments

  1. I use tag like #PL/C-重要.
  2. I can set the column as PL/C-重要, but the tag in the task is not recognized.
  3. When I drag a card into the column named PL/C-重要, I find a new tag is added to the task in its original file as #p-l-c-重要, which should be '#PL/C-重要'(with upper-case letters and /

Notice that:

  1. the letters are changed to the lower-case
  2. / removed.
dcgk commented

Same here: I would love to see nested tag support for this plugin!

Same here: I would love to see nested tag support for this plugin!

I made a pull request fix this issue about supporting '/'

You may have a try