From ba599ffd58b1ae9e9eb54722a405cebc2034579b Mon Sep 17 00:00:00 2001 From: Andrew Beal Date: Wed, 12 Nov 2025 22:13:22 +0000 Subject: [PATCH] Update read me installation section to be clear that the plugin is not yet available as a community plugin. Add regex-parser to project dependencies list --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68285de..6b1e648 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ 3. Reload Obsidian 4. Enable "Vaultkeeper AI" in Settings → Community Plugins -### From Community Plugins +### From Community Plugins (Plugin has not yet been reviewed and accepted - hopefully coming soon) 1. Open Obsidian Settings 2. Navigate to Community Plugins @@ -311,6 +311,7 @@ This plugin is built on the shoulders of many excellent projects: - [fuzzysort](https://github.com/farzher/fuzzysort) - Fuzzy search for reference autocomplete - [gpt-tokenizer](https://github.com/niieani/gpt-tokenizer) - Token counting and usage tracking - [Zod](https://github.com/colinhacks/zod) - TypeScript-first schema validation +- [regex-parser](https://github.com/IonicaBizau/regex-parser.js) - Parses a string as regular expression **Development** - [Vitest](https://vitest.dev/) - Fast unit testing framework