https://github.com/cubiclesoft/barebones-cms-shortcode-bb_syntaxhighlight
Barebones CMS 1.x - Syntax Highlighter shortcode | NOT COMPATIBLE WITH Barebones CMS 2.0!
https://github.com/cubiclesoft/barebones-cms-shortcode-bb_syntaxhighlight
Last synced: 23 days ago
JSON representation
Barebones CMS 1.x - Syntax Highlighter shortcode | NOT COMPATIBLE WITH Barebones CMS 2.0!
- Host: GitHub
- URL: https://github.com/cubiclesoft/barebones-cms-shortcode-bb_syntaxhighlight
- Owner: cubiclesoft
- Created: 2015-01-01T00:18:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-01T01:18:32.000Z (over 11 years ago)
- Last Synced: 2025-01-13T21:10:34.862Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Barebones CMS - Syntax Highlighter shortcode
============================================
Adds a new shortcode to the content editor that makes it easy to embed highlighted source code (PHP, Javascript, C/C++, etc.) that leverages a third-party Javascript library with some modifications to improve certain languages. Designed to show various source code examples in a user-friendly fashion.
Leverages Alex Gorbatchev's third-party library SyntaxHighlighter (ver 2.1.382). (http://alexgorbatchev.com/wiki/SyntaxHighlighter)
License
-------
Same as Barebones CMS. MIT or LGPL (your choice).
Automated Installation
----------------------
To install this shortcode, use the built-in Barebones CMS extension installer.
Once installed, click "Configure Security" from within the content widget options list to set up the new shortcode's security options.
Manual Installation
-------------------
Upload the 'support' and 'widgets' subdirectories to your Barebones CMS installation.
Once installed, click "Configure Security" from within the content widget options list to set up the new shortcode's security options.