PluginProbe
Code Block Pro – Beautiful Syntax Highlighting / 1.13.0
Code Block Pro – Beautiful Syntax Highlighting v1.13.0
1.27.1 1.27.2 1.27.3 1.27.4 1.27.5 1.27.6 1.27.7 1.28.0 1.3.0 1.4.0 1.5.0 1.5.1 1.5.2 1.6.0 1.7.0 1.8.0 1.9.0 1.9.1 1.9.2 1.9.3 trunk 1.1.0 1.10.0 1.11.0 1.11.1 All 63 releases
← All changes | readme.txt +33 -1 1.11.01.13.0 View file →
@@ -1,9 +1,9 @@
1 1 === Code Block Pro - Beautiful Syntax Highlighting ===
2 2 Contributors: kbat82
3 3 Tags: block, code, syntax, snippet, highlighter, JavaScript, php, vs code
4 4 Tested up to: 6.1
5 -Stable tag: 1.11.0
5 +Stable tag: 1.13.0
6 6 License: GPL-2.0-or-later
7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html
8 8
9 9 Code highlighting powered by the VS Code engine. Performance focused. No bloat.
@@ -13,8 +13,10 @@
13 13 Show off your beautiful code, don't just display it! This block plugin provides you with a code block editor that runs your code directly through the same rendering engine that is used by the popular VS Code editor. This block provides fast, native, code highlighting that renders perfectly in any language and theme supported by VS Code.
14 14
15 15 Beautiful syntax highlighting that makes sense.
16 16
17 +Visit [code-block-pro.com](https://code-block-pro.com/?utm_campaign=plugin&utm_source=readme-body&utm_medium=textlink) to learn more.
18 +
17 19 = Values =
18 20 - Performance first - Web vitals. Pre-rendering. Minimal asset loading.
19 21 - Lightweight - No bloat. Simple functions. Clean, maintainable code.
20 22 - Practical/useful - Focused on the user experience and presentation.
@@ -19,8 +21,10 @@
19 21 - Lightweight - No bloat. Simple functions. Clean, maintainable code.
20 22 - Practical/useful - Focused on the user experience and presentation.
21 23 - Beautiful - Your code should look great!
22 24
25 +Star [Code Block Pro](https://github.com/KevinBatdorf/code-block-pro) on GitHub!
26 +
23 27 = Features =
24 28 - Includes 25+ built-in themes to choose from.
25 29 - Supports over 140 programming languages
26 30 - Modern programming web fonts - locally hosted
@@ -32,8 +36,9 @@
32 36 - Copy button
33 37 - Native Gutenberg block
34 38 - Core functionality works in headless mode (see FAQ)
35 39 - Converting from the default code block (and others)
40 +- Max height with scrollable section (optional expand button)
36 41
37 42 = More info =
38 43 - Follow [@kevinbatdorf](https://twitter.com/kevinbatdorf) on Twitter
39 44 - View on [GitHub](https://github.com/KevinBatdorf/code-block-pro)
@@ -72,16 +77,20 @@
72 77 - Solarized Light
73 78 - Vitesse Dark
74 79 - Vitesse Light
75 80
81 +Get more themes at [code-block-pro.com/themes](https://code-block-pro.com/themes?utm_campaign=themes&utm_source=readme-body&utm_medium=textlink)
82 +
76 83 = Included Coding Languages =
77 84 - ABAP
78 85 - ActionScript 3
79 86 - Ada
87 +- ANSI (control codes rendered)
80 88 - Apache
81 89 - Apex
82 90 - APL
83 91 - AppleScript
92 +- Ara
84 93 - ASM
85 94 - Astro
86 95 - Awk
87 96 - Ballerina
@@ -104,8 +113,9 @@
104 113 - CSS
105 114 - CUE
106 115 - D
107 116 - Dart
117 +- DAX
108 118 - Diff
109 119 - Docker
110 120 - DreamMaker
111 121 - Elixir
@@ -162,8 +172,9 @@
162 172 - PHP
163 173 - PLSQL
164 174 - PostCSS
165 175 - PowerShell
176 +- Power Query
166 177 - Prisma
167 178 - Prolog
168 179 - Pug
169 180 - Puppet
@@ -234,11 +245,32 @@
234 245 1. Choose from more than 25 themes.
235 246 2. Customize fonts, themes, and behavior.
236 247 3. Disable padding and inline the code for a fluent experience.
237 248 4. Use highlighting and blur to focus on parts of the code.
249 +5. ANSI support for rendering control sequences
238 250
239 251 == Changelog ==
240 252
253 += 1.13.0 - 2023-02-05 =
254 +- Feature: Add scrollable max height area with no button (Max Height panel)
255 +- Feature: Add expanding code area with max height based online number
256 +- Feature: Added ANSI rendering support - some themes do not look perfect yet
257 +- Fix: Disabled font ligatures in the editor as it broke cursor positioning on wraps
258 +
259 += 1.12.0 - 2023-01-28 =
260 +- Feature: Added Ara, Power Query, and DAX language support
261 +- Fix: Fixed preview output on theme selection
262 +- Fix: Fixed theme selection font rendering (to match preview better)
263 +
264 += 1.11.3 - 2023-01-08 =
265 +- Fix: Encode and decode html entities to prevent script tag bug
266 +
267 += 1.11.2 - 2023-01-04 =
268 +- Fix: Update shiki renderer wasm loader to use ArrayBuffer
269 +- Tweak: Expose init function as global to allow late init
270 +
271 += 1.11.1 - 2023-01-04 =
272 +- Fix: Revert code parser as there is a wasm loading error
241 273
242 274 = 1.11.0 - 2023-01-03 =
243 275 - Feature: Add theme name text search
244 276 - Feature: Add theme visibility manager to limit visible themes