Closed karl82 closed 1 month ago
@farux You should review this branch, it's a really wanted feature.
Note: Works with comma-separated #tags, only with "Use regular expression to check for tags" disabled.
Example: #tag1,#tag2
@karl82 Found a bug: when adding a second tag from suggestion (pressing enter), the first tag is passing to lower case, so it breaks the matching.
@karl82 Your changes also break the filename matching
Your changes also break the filename matching
@Hugo-COLLIN Do you have example?
Found a bug: when adding a second tag from suggestion (pressing enter), the first tag is passing to lower case, so it breaks the matching.
@Hugo-COLLIN I will look into this later. It's been 6 months since I wrote this code.
I want to be able to move notes based on multiple tags. Example
project&archive => _archived/projects project => projects
Tag suggestion works too.
I've tested it locally