No description
Find a file
2025-05-28 13:13:38 +02:00
.editorconfig Initial commit 2022-12-05 12:12:03 +01:00
.eslintignore Initial commit 2022-12-05 12:12:03 +01:00
.eslintrc Initial commit 2022-12-05 12:12:03 +01:00
.gitignore Initial commit 2022-12-05 12:12:03 +01:00
.npmrc Initial commit 2022-12-05 12:12:03 +01:00
esbuild.config.mjs Initial commit 2022-12-05 12:12:03 +01:00
FRONTMATTER-TAG-SUGGEST-LICENSE.md Update FRONTMATTER-TAG-SUGGEST-LICENSE.md 2023-01-03 23:52:45 +01:00
LICENSE Create LICENSE 2022-12-05 16:58:24 +01:00
main.ts fix: remove auto-newline behavior after tag selection 2025-05-26 00:11:57 -05:00
manifest.json bump manifest version 2023-02-28 09:47:56 +01:00
package-lock.json Add quotation mark setting 2023-02-28 09:46:07 +01:00
package.json Add quotation mark setting 2023-02-28 09:46:07 +01:00
README.md Update README.md 2025-05-28 13:13:38 +02:00
screenshot.png update 2022-12-05 17:05:21 +01:00
tsconfig.json Initial commit 2022-12-05 12:12:03 +01:00
version-bump.mjs Initial commit 2022-12-05 12:12:03 +01:00
versions.json initial working version 2022-12-05 16:45:51 +01:00

Fuzzytag


Based on the Frontmatter Tag Suggest plugin https://github.com/jmilldotdev/obsidian-frontmatter-tag-suggest

This plugin has been made because fuzzy search would change the functionality of the original plugin, which might not be desired by everyone. Thanks to the original plugin developer for the inspiration and base for creating this plugin

Known issues

Hacky implementation of highlighting in suggestions means that tags with special characters (< or >) might break. Feel free to submit a PR if this doesnt work with your workflow.