No description
Find a file
2026-07-17 22:27:02 +09:00
.github ci: Pin semantic-release and plugin versions in release workflow 2026-07-17 22:27:02 +09:00
.vscode build: Update TypeScript version 5.5.4 -> 5.8.3 and add tsgo 2025-05-25 20:19:35 +09:00
docs dev: Add release.md for Codex CLI 2025-08-31 17:29:12 +09:00
hooks dev: Use Betterleaks instead of Gitleaks in pre-commit hook 2026-06-24 19:23:23 +09:00
src feat(internal link): Add "Exclude internal links in code" option to exclude internal link suggestions when the cursor is inside a code block or inline code #380 2026-06-24 18:51:16 +09:00
.gitignore Add package-lock.json 2022-11-23 20:26:15 +09:00
.gtrconfig dev: Update pnpm to v11.0.8 2026-05-10 14:07:57 +09:00
.npmrc Not to add the 2021-02-09 11:15:28 +09:00
.prettierrc.json Add prettier-plugin-organize-imports 2024-07-28 17:47:13 +09:00
.releaserc.mjs dev: Update pnpm to v11.0.8 2026-05-10 14:07:57 +09:00
AGENTS.md dev: Update pnpm to v11.0.8 2026-05-10 14:07:57 +09:00
esbuild.config.mjs dev: Update VAULT_DIR (for macOS) 2025-05-17 19:42:38 +09:00
jest.config.js babel-jest(ts) -> esbuild-jest 2022-10-26 15:45:21 +09:00
LICENSE Add a LICENSE 2023-04-30 15:39:50 +09:00
manifest-beta.json chore(release): 11.4.0 [skip ci] 2026-06-24 10:27:01 +00:00
manifest.json chore(release): 11.4.0 [skip ci] 2026-06-24 10:27:01 +00:00
mise.toml dev: Update pnpm to v11.5.2 and Betterleaks to v1.5.0 2026-06-24 22:05:40 +09:00
package.json chore(release): 11.4.0 [skip ci] 2026-06-24 10:27:01 +00:00
pnpm-lock.yaml dev: Harden project against supply chain attacks 2026-01-25 18:00:01 +09:00
pnpm-workspace.yaml dev: Update pnpm to v11.0.8 2026-05-10 14:07:57 +09:00
pull_request_template.md Create pull_request_template.md 2023-03-30 22:36:09 +09:00
README.md dev: Use Betterleaks instead of Gitleaks in pre-commit hook 2026-06-24 19:23:23 +09:00
styles.css style: Add filterable settings feature to settings tab 2026-01-25 18:03:47 +09:00
tsconfig.json build: Update TypeScript version 5.5.4 -> 5.8.3 and add tsgo 2025-05-25 20:19:35 +09:00
version-bump.mjs ci: Fix 2025-02-16 12:16:41 +09:00
versions.json chore(release): 11.4.0 [skip ci] 2026-06-24 10:27:01 +00:00

obsidian-various-complements-plugin

release Tests downloads

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

Development

Set up

git config core.hooksPath hooks

Install dependencies

pnpm ci

Build for development

pnpm dev

Test

pnpm test
# or
pnpm test --watch

CI

pnpm verify

Release

Run Release Action.