Plugin: Codeblock Autocomplete [v1.0.5, 2026-1-1]

changelogs: Releases · bwat47/joplin-codeblock-autocomplete

[!note]
This plugin was created entirely with AI tools

Codeblock Autocomplete

Small plugin that provides auto-complete when creating fenced code blocks.

Codemirror 6 only, legacy editor is not supported.

example

Usage

Typing an opening fence (three+ backticks or three+ tildes) will trigger the auto-complete list. Selecting a language will complete the code block (adding the language and closing fence).

  • Specifying a lanauge that's not in the list (and has no matches) will show "No language" and will use the specified language as-is.

  • Supports nested code blocks (enter more than three fence characters will close the block with the same number of fence characters as the opening block).

Settings

Autocomplete languages - Comma-separated list of language identifiers to show in the autocomplete menu.

1 Like