No description
Find a file
2024-09-24 16:49:40 -04:00
.editorconfig Initial commit 2024-09-17 00:29:23 -04:00
.eslintignore Initial commit 2024-09-17 00:29:23 -04:00
.eslintrc Initial commit 2024-09-17 00:29:23 -04:00
.gitignore init commit! 2024-09-17 02:43:30 -04:00
.npmrc Initial commit 2024-09-17 00:29:23 -04:00
esbuild.config.mjs Initial commit 2024-09-17 00:29:23 -04:00
LICENSE add LICENSE 2024-09-17 18:50:29 -04:00
main.ts enforce sentence case in hotkey + settings 2024-09-23 15:08:31 -04:00
manifest.json update readme with longer gif 2024-09-24 16:49:40 -04:00
package-lock.json init commit! 2024-09-17 02:43:30 -04:00
package.json Initial commit 2024-09-17 00:29:23 -04:00
README.md Update README.md 2024-09-24 16:47:53 -04:00
tsconfig.json Initial commit 2024-09-17 00:29:23 -04:00
version-bump.mjs Initial commit 2024-09-17 00:29:23 -04:00
versions.json update readme with longer gif 2024-09-24 16:49:40 -04:00

Obsidian Code Language Completer

a simple plugin that offers a quality-of-life improvement to inserting code blocks in obsidian

code-language-completer

features:

  1. autosuggestions and completions for a variety of programming languages
  2. ability to add more languages if need be
  3. suggests based on the most recently used language (helpful when taking notes on a specific language)
  4. configurable hotkey that places cursor inside autosuggest modal, on language insertion, cursor placed inside the code block