-
- Added new
line_wrapoption (enabled by default)
- Added new
-
- Dedent code when the whole shortcode is indented (ie in a markdown list)
-
- Editor Pro shortcode support
- New fixed CSS grammar while VSCode PR is pending
-
- Fixed an annoying issue with 1Password Browser extension injecting Prims.js to convert server side styling into a monochrome mess - uses
PrismDefenseTransformer
- Fixed an annoying issue with 1Password Browser extension injecting Prims.js to convert server side styling into a monochrome mess - uses
-
- Added new
gravgrammar for frontmatter + shortcode + twig support in markdown
- Added new
-
- Override
mdandmarkdownto use newgravgrammar - Improve traditional markdown (triple backticks) support in Codesh
- Override
-
- Initial release of CodeSh plugin
- Server-side syntax highlighting using Phiki (PHP port of Shiki)
- Support for 245+ languages via TextMate grammars
- Support for 60+ VS Code themes out of the box
- Automatic light/dark theme switching based on site theme mode
- CSS variable-based dual-theme support for system preference detection
- Custom
[codesh]shortcode for inline code blocks - Automatic markdown fenced code block processing (configurable)
- Line numbers with optional custom start line
- Line highlighting with
highlightorhlattribute - Line focus to dim non-focused lines with
focusattribute - Title/filename display in header with
titleattribute - Language badge with
show-langattribute - Minimal mode to hide header with
header="false" - Copy button with visual feedback
- Per-block theme override with
themeattribute [codesh-group]shortcode for tabbed code examples- Tab synchronization across groups with
syncattribute - LocalStorage persistence for tab preferences
- Twig filter
codeshfor template-based highlighting with caching - Admin theme gallery at Admin > CodeSh Themes
- Theme picker field with modal selector and visual previews
- Theme import for VS Code compatible JSON themes
- Theme deletion with confirmation dialog
- Custom
helios-darkandhelios-lightthemes