Replies: 7 comments 3 replies
|
Indeed a valid issue, but I personally would like to just improve the search, instead of adding options. Will work on it. |
|
@neo451 : Thank you for the super-quick response, I tried the the PR and here are the results:
Many of the false positive were due to insufficiently indented code blocks while others were just unavoidable ambiguities (many of my notes were very old imported Markdown files). The remainder were avoidable false positives:
Examples:
|
|
Yeah, low hanging fruit first, the hard one will be tags in indented code blocks. |
|
Running the |
|
Ok, thanks. |
|
@srackham I pushed a new change to avoid tag false positives, turns out I was overthinking the issue, a pretty easy fix, see if you have more edge cases. |
Uh oh!
There was an error while loading. Please reload this page.
Is there a way to disable inline tags i.e. just use frontmatter tags? Searching tags brings up a lot of false positives in my Markdown files e.g. in URLs and inline CSS.
All reactions