mirror of
https://github.com/stanley-910/obsidian-code-language-completer.git
synced 2026-07-22 11:00:28 +00:00
No description
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian Code Language Completer
a simple plugin that offers a quality-of-life improvement to inserting code blocks in obsidian
features:
- autosuggestions and completions for a variety of programming languages
- ability to add more languages if need be
- suggests based on the most recently used language (helpful when taking notes on a specific language)
- configurable hotkey that places cursor inside autosuggest modal, on language insertion, cursor placed inside the code block