README file from
Githubobsidian-various-complements-plugin
This plugin for Obsidian enables you complete words like the auto-completion of IDE.

📚 Documentation
👥 For users
Feature requests / Bugs
Please create a new issue.
Questions / Others
Please create a new discussion.
Pull requests
Before creating a pull request, please make an issue or a discussion😉
🖥️ For developers
- Requirements
- Node.js v24
Development
Set up
git config core.hooksPath hooks
Install dependencies
pnpm install --frozen-lockfile
Build for development
pnpm dev
Test
pnpm test
# or
pnpm test --watch
CI
pnpm run ci
Release
Run Release Action.