| 开发者 | raunak01 |
|---|---|
| 更新时间 | 2026年5月21日 20:09 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Yes. Vaaky Highlighter is built specifically for the Gutenberg block editor and integrates seamlessly as a custom code block.
Vaaky Highlighter uses Highlight.js with automatic language detection.
The plugin supports 30 syntax highlighting themes, including: Dark themes: Monokai (Sublime), Visual Studio 2015, GitHub Dark, Android Studio, Tokyo Night Dark, Rose Pine, Nord Light themes: GitHub, StackOverflow Light, Google Code, Tokyo Night Light, Rose Pine Dawn
Leave the language selection empty. Highlight.js will automatically detect the language. If detection fails, you can request support via GitHub: https://github.com/finallyRaunak/vaaky-highlighter/issues
Yes. Toggle line numbers per block from the block inspector, or set a global default under Settings → Vaaky Highlighter.
Yes. You can use the shortcode:
[vaakyHighlighterCode lang="php"]Your code here[/vaakyHighlighterCode]
The lang attribute is optional. If omitted, the language will be auto-detected.