https://github.com/devuri/syntax-highlighting-using-the-prism.js-library.
A WordPress plugin for syntax highlighting using the Prism.js library.
https://github.com/devuri/syntax-highlighting-using-the-prism.js-library.
Last synced: 11 months ago
JSON representation
A WordPress plugin for syntax highlighting using the Prism.js library.
- Host: GitHub
- URL: https://github.com/devuri/syntax-highlighting-using-the-prism.js-library.
- Owner: devuri
- License: gpl-2.0
- Created: 2023-03-01T01:12:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T01:17:41.000Z (almost 3 years ago)
- Last Synced: 2024-10-19T14:23:25.016Z (over 1 year ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prism Code Highlighter
CodeHighlighter is a WordPress plugin for syntax highlighting using the Prism.js library. With this plugin, you can easily add syntax highlighting to your code blocks and snippets within your WordPress posts and pages.
#### Features:
- Supports syntax highlighting for a wide range of programming languages.
- Easy to use - just install and activate the plugin, and your code blocks will automatically be highlighted.
- Lightweight and fast - the plugin uses the Prism.js library, which is known for its speed and efficiency.
#### Installation:
1. Download and extract the plugin files.
2. Upload the `code-highlighter` folder to the `wp-content/plugins/` directory.
3. Activate the plugin through the 'Plugins' screen in WordPress.
#### Usage:
Simply add your code blocks within your post or page content, and the plugin will automatically add syntax highlighting. You can also customize the color scheme and other settings from the plugin settings page.
#### Note:
The plugin requires WordPress version 5.0 or higher, and has been tested up to the latest version of WordPress.