Lightning-fast code block insertion with language selection and smart recents tracking
Stop fumbling with triple backticks and language names! This plugin makes inserting code blocks in Obsidian as easy as pressing two keys.
- Instant search through 200+ programming languages
- Recently used languages automatically pinned to the top (last 5)
- Visual indicators show your favorite languages with ⭐
- Fuzzy search matches both language names and codes
- Alt + L → Insert code block with Language picker
- Alt + P → Insert Plain code block (no syntax highlighting)
- Wraps selected text automatically
- Empty search shows your recent languages first
- Search prioritizes recent matches at the top
- Recent languages persist across your session
- Press Alt + L (or use Command Palette: "Insert code block")
- Start typing a language name (e.g., "python", "javascript", "rust")
- Hit Enter to insert
Example:
# Before (with "hello world" selected)
hello world
# After selecting "python"
```python
hello world
```
Press Alt + P for instant plain code blocks - perfect for pseudocode, terminal output, or quick snippets.
```
your code here
```
First time using the plugin? You'll see all languages alphabetically.
After using Python, JavaScript, and TypeScript a few times:
[Search for a language...]
⭐ Python
⭐ TypeScript
⭐ JavaScript
---
ActionScript
Bash
C
C++
...
Start typing "script"? Recent matches jump to the top:
Search: script
⭐ TypeScript
⭐ JavaScript
---
ActionScript
CoffeeScript
...
- Open Settings → Community Plugins
- Search for "Easy Codeblock"
- Click Install, then Enable
- Download the latest release
- Extract to
.obsidian/plugins/easy-codeblock/ - Reload Obsidian
- Enable in Settings → Community Plugins
- Open a note and tap inside the editing area to show the toolbar.
- Tap the
configure mobile toolbar (wrench icon)button. - Find
Easy Code Block: Insert code blockand/orEasy Code Block: Insert code block (no language)and add it toManage toolbar optionsby clicking the plus icon. - If you can't find it, scroll to the bottom. In the
Add global commandsection, search forEasy Code Block: Insert code blockand/orEasy Code Block: Insert code block (no language).
Don't like Alt + L and Alt + P?
- Go to Settings → Hotkeys
- Search for "Easy Codeblock"
- Set your preferred shortcuts
Over 200 languages including:
Popular: JavaScript, TypeScript, Python, Java, C++, Rust, Go, PHP, Ruby, Swift
Web: HTML, CSS, SCSS, Vue, React (JSX/TSX)
Markup: Markdown, YAML, JSON, XML, TOML
Systems: Bash, PowerShell, Dockerfile, SQL
And many more! The full list is powered by Prism.js syntax highlighting.
Found a bug? Have an idea? Contributions welcome!
- Fork the repository
- Create your feature branch
- Submit a pull request
MIT License - feel free to use this in your own projects!
- 🐛 Report bugs
- 💡 Request features
- ⭐ Star on GitHub if you find this useful!
Made with ❤️ for the Obsidian community
Stop typing backticks. Start writing faster.