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 +74 -11 1.9.01.13.0 View file →
@@ -1,33 +1,44 @@
1 1 === Code Block Pro - Beautiful Syntax Highlighting ===
2 2 Contributors: kbat82
3 -Tags: block, code, syntax, highlighting, snippet, highlighter, JavaScript, php, vs code, editor, torchlight, shiki
3 +Tags: block, code, syntax, snippet, highlighter, JavaScript, php, vs code
4 4 Tested up to: 6.1
5 -Stable tag: 1.9.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 -Code highlighting powered by the VS Code engine. Highly performance. No bloat.
9 +Code highlighting powered by the VS Code engine. Performance focused. No bloat.
10 10
11 11 == Description ==
12 12
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 -Beautiful syntax highlighting made easy.
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 +
19 += Values =
20 +- Performance first - Web vitals. Pre-rendering. Minimal asset loading.
21 +- Lightweight - No bloat. Simple functions. Clean, maintainable code.
22 +- Practical/useful - Focused on the user experience and presentation.
23 +- Beautiful - Your code should look great!
24 +
25 +Star [Code Block Pro](https://github.com/KevinBatdorf/code-block-pro) on GitHub!
26 +
17 27 = Features =
18 28 - Includes 25+ built-in themes to choose from.
19 29 - Supports over 140 programming languages
20 -- Optionally load programming fonts
30 +- Modern programming web fonts - locally hosted
21 31 - Line numbers
22 32 - Line highlighting
23 33 - Blur highlighting
24 -- Header styles (more coming)
25 -- Footer styles (more coming)
26 -- Optionally add a copy button to let users copy the code
27 -- Native Gutenberg block output - no special requirements
34 +- Header styles
35 +- Footer styles
36 +- Copy button
37 +- Native Gutenberg block
28 38 - Core functionality works in headless mode (see FAQ)
29 -- Supports converting from the default code block
39 +- Converting from the default code block (and others)
40 +- Max height with scrollable section (optional expand button)
30 41
31 42 = More info =
32 43 - Follow [@kevinbatdorf](https://twitter.com/kevinbatdorf) on Twitter
33 44 - View on [GitHub](https://github.com/KevinBatdorf/code-block-pro)
@@ -32,9 +43,9 @@
32 43 - Follow [@kevinbatdorf](https://twitter.com/kevinbatdorf) on Twitter
33 44 - View on [GitHub](https://github.com/KevinBatdorf/code-block-pro)
34 45
35 46 = Tips =
36 -- Try combining line highlighting with the blur effect to add some extra depth
47 +- Try combining line highlighting with the blur effect to add some extra depth and focus on the important parts of the code without losing context
37 48 - All settings are per block, but some settings are remembered when you add the next block.
38 49 - Add a link in the code footer (some footers support this, not all) that points to a https://codepen.io demo
39 50
40 51 = Included VS Code Themes =
@@ -66,16 +77,20 @@
66 77 - Solarized Light
67 78 - Vitesse Dark
68 79 - Vitesse Light
69 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 +
70 83 = Included Coding Languages =
71 84 - ABAP
72 85 - ActionScript 3
73 86 - Ada
87 +- ANSI (control codes rendered)
74 88 - Apache
75 89 - Apex
76 90 - APL
77 91 - AppleScript
92 +- Ara
78 93 - ASM
79 94 - Astro
80 95 - Awk
81 96 - Ballerina
@@ -98,8 +113,9 @@
98 113 - CSS
99 114 - CUE
100 115 - D
101 116 - Dart
117 +- DAX
102 118 - Diff
103 119 - Docker
104 120 - DreamMaker
105 121 - Elixir
@@ -156,8 +172,9 @@
156 172 - PHP
157 173 - PLSQL
158 174 - PostCSS
159 175 - PowerShell
176 +- Power Query
160 177 - Prisma
161 178 - Prolog
162 179 - Pug
163 180 - Puppet
@@ -228,10 +245,56 @@
228 245 1. Choose from more than 25 themes.
229 246 2. Customize fonts, themes, and behavior.
230 247 3. Disable padding and inline the code for a fluent experience.
231 248 4. Use highlighting and blur to focus on parts of the code.
249 +5. ANSI support for rendering control sequences
232 250
233 251 == Changelog ==
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
273 +
274 += 1.11.0 - 2023-01-03 =
275 +- Feature: Add theme name text search
276 +- Feature: Add theme visibility manager to limit visible themes
277 +- Tweak: Show better error when theme is missing
278 +- Fix: Renderer source url has a double slash
279 +
280 += 1.10.0 - 2022-12-21 =
281 +- Feature: Add footer with left aligned text
282 +- Tweak: Load scripts (copy button, highlight) on multiple lifecycle points
283 +- Tweak: Make the above scripts idempotent so they can run multiple times safely
284 +- Fix: Removes inner focus outline from Gutenberg update
285 +
286 += 1.9.3 - 2022-12-05 =
287 +- Fix: Adjusted editor padding for line numbers to better match the front end
288 +- Fix: Removed the TW border default in the editor as it was overriding some wp defaults
289 +- Fix: Updated a typo on the word "focus"
290 +- Testing: Adds coverage for every main feature
291 +
292 += 1.9.2 - 2022-11-22 =
293 +- Compatibility: Adds a method override to allow users to activate when prismatic is installed
294 +
295 += 1.9.1 - 2022-11-21 =
296 +- Fix: Fixed a situations where the highlighter was miscalculating its width
234 297
235 298 = 1.9.0 - 2022-11-20 =
236 299 - Feature: Added line highlights
237 300 - Feature: Added blur effect to highlight lines