code-syntax-block
code-syntax-block copied to clipboard
A WordPress plugin which extends Gutenberg adding color syntax highlighting to the code block.
I have a blog post with multiple paragraphs and pictures. When I added **multiple code blocks** to this post with line number syntax highlighting the **post page gets stuck** and...
- Uses commits from @CarlosLongarela that change the attributs. - Adds a deprecated property to the block ## IN PROGRESS This PR does not work as expected, if using an...
When using the `mkaz_prism_css_path` filter to supply a custom theme, the global color scheme options no longer apply. Can this control be removed automatically when using the filter, or have...
There is a need for people to be able to modify the list of languages shown by default without requiring a filter to be added. Ideally there is an admin...
# Non-consistent separation I had the issue with the plugin in a sense of incorrect separation between the blocks. # Issue description While adding the `code` block in the post,...
When quoting code from an outside source, it would be useful to be able to specify a starting line number other than 1 so that the line numbers displayed in...
1. Add a download button for downloading the current code with the name provided in the block settings. 2. Add a button to open code to a new window option...
Prism supports inline highlighting, it'd be neat if this plugin could make use of that. I'm not sure if the existing [code format button](https://github.com/WordPress/gutenberg/blob/04af1c1e2bd0717fd559647c9061dc7a2c427719/packages/format-library/src/code/index.js#L17) can be extended to add a...
I'm using the Salient theme but the line numbers are unable to show in this theme.
This would help users to copy the code with a single click and paste in their editor.