Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaeluno/rest-api-support-for-crayon-syntax-highlighter
A WordPress plugin taht adds REST API support for the Crayon Syntax Highlighter plugin.
https://github.com/michaeluno/rest-api-support-for-crayon-syntax-highlighter
add-on addon crayon-syntax-highlighter gutenberg gutenberg-compatible plugin rest rest-api syntax-highlighting wordpress
Last synced: 8 days ago
JSON representation
A WordPress plugin taht adds REST API support for the Crayon Syntax Highlighter plugin.
- Host: GitHub
- URL: https://github.com/michaeluno/rest-api-support-for-crayon-syntax-highlighter
- Owner: michaeluno
- License: other
- Created: 2018-11-11T09:05:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T07:45:36.000Z (about 6 years ago)
- Last Synced: 2024-12-08T12:41:54.955Z (2 months ago)
- Topics: add-on, addon, crayon-syntax-highlighter, gutenberg, gutenberg-compatible, plugin, rest, rest-api, syntax-highlighting, wordpress
- Language: Shell
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
=== REST API support for Crayon Syntax Highlighter ===
Contributors: Michael Uno, miunosoft
Donate link: http://michaeluno.jp/en/donate
Tags: code, crayon, REST, syntax, syntax highlight, syntax highlighter,
Requires at least: 4.7
Tested up to: 4.9.8
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlAdds WordPress REST API support for Crayon Syntax Highlighter.
== Description ==
Is code syntax in posts created via REST API not highlighted?
[Crayon Syntax Highlighter](https://wordpress.org/plugins/crayon-syntax-highlighter/) is one of the best code syntax highlighter plugins for WordPress and currently it does nto support REST API. This means that it does not highlight code in posts created via REST API, including posts created by [Gutenberg](https://wordpress.org/plugins/gutenberg/).This plugin adds support for it.
No more plain code!
== Installation ==
1. Upload [rest-api-support-for-crayon-syntax-highlighter.zip](http://downloads.wordpress.org/plugin/rest-api-support-for-crayon-syntax-highlither.latest-stable.zip) via **Dashboard** -> **Plugins** -> **Add New** -> **Upload Plugin**.
2. Activate it.== Frequently asked questions ==
Why doesn't Crayon Syntax Highlighter support it natively?
I do not know. Don't ask me. Ask them. Maybe they are busy.== Changelog ==
= 1.0.0 - 2018/11/12 =
- Released initially.