https://github.com/crilleengvall/wordpress-editor-pre-code-wrapper
Adds a plugin to tinyMCE to quickly wrap or insert <pre><code> tags - Plays good with highlight.js
https://github.com/crilleengvall/wordpress-editor-pre-code-wrapper
code highlight tinymce wordpress
Last synced: about 2 months ago
JSON representation
Adds a plugin to tinyMCE to quickly wrap or insert <pre><code> tags - Plays good with highlight.js
- Host: GitHub
- URL: https://github.com/crilleengvall/wordpress-editor-pre-code-wrapper
- Owner: crilleengvall
- Created: 2016-12-04T15:48:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T09:04:06.000Z (almost 9 years ago)
- Last Synced: 2025-05-30T15:03:13.684Z (about 1 year ago)
- Topics: code, highlight, tinymce, wordpress
- Language: PHP
- Size: 162 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordpress editor-pre-code-wrapper
This is a plugin that adds a button to the tinyMCE editor in WordPress. The button either adds a <pre><code></pre></code> or wraps the selected text in it.
This works well for developer blogs that use some kind of code markup highlighter. For example the WP Code highlight.js plugin

[Official Webpage](https://crilleengvall.github.io/Wordpress-editor-pre-code-wrapper/)