mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
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
This commit is contained in:
parent
fc221912d4
commit
ba599ffd58
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue