Skip to content

Wordpress plugin to easily add code snippets to your posts

License

Notifications You must be signed in to change notification settings

xdevl/xdevl-code-snippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XdevL code snippet

Wordpress plugin providing a syntax highlighted editor for various languages to edit code snippets embedded in your posts and globally manage their rendering via the use of various provided themes.

How to

In order to build and package this plugin you will need python3 and git installed locally on your machine.

Start off by downloading the plugin dependencies by running the following command at the root of the plugin directory:

python build.py update

Once complete the plugin directory should have everything needed in order to work. If it happens to be located under your local Wordpress plugin directory, you should be able to edit any files and directly see the result on your local Wordpress installation.

To package the plugin as a zipped Wordpress plugin file and strip down any unwanted files, symply run:

python build.py package

LICENSE

This plugin is licenced under GPLV2 and powered by Ace, Google code prettify and Color themes for Google prettify.

About

Wordpress plugin to easily add code snippets to your posts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published