Code Monkey home page Code Monkey logo

syntaxhighlighter-amplified's Introduction

SyntaxHighlighter Amplified

Build Status

Adding AMP plugin support to the SyntaxHighlighter Evolved plugin for WordPress.

Installation

Install as a Composer dependency:

composer require xwp/syntaxhighlighter-amplified

Credits

Created by Weston Ruter, XWP.

MIT license.

syntaxhighlighter-amplified's People

Contributors

westonruter avatar kasparsd avatar

Stargazers

Stefany Newman avatar Gita Street avatar Felix Arntz avatar

Watchers

Paul Bearne avatar Matt Geri avatar Tim Arney avatar Derek Herman avatar  avatar David Cramer avatar Luke Gedeon avatar Adam Richards avatar Mykola Shlyakhtun avatar Piotr Delawski avatar Bartek Liebek avatar Ash White avatar Arlen Byrd avatar Aaron Brazell avatar James Cloos avatar David Lonjon avatar Leo Postovoit avatar Allan Collins avatar Mario Aguiar avatar Milana Cap avatar Rob avatar Evan Agee avatar Derek Herman avatar Manu avatar Rheinard Korf avatar Dugi avatar Mariana Kyrkosh avatar Marcin Krzemiński avatar Ivana Gruszka avatar Nikhil avatar Dipesh Kakadiya avatar Virgiliu Diaconu avatar Miina avatar Gita Street avatar Paweł Hajduk avatar Kamalesh Kalarickal avatar Cathi Bosco avatar Bartek Makoś avatar Mihai Dumitrascu avatar Sabrina Zeidan avatar Jason avatar Ramsés Del Rosario avatar Tanya Herman avatar Daniel Louw avatar John Watkins avatar Emir Ugljanin avatar Bharat Pareek avatar edmundcwm avatar Geoff Taylor avatar  avatar Claudio Sossi avatar Logan Wisniewski avatar  avatar Vijayaraghavan M avatar

Forkers

isabella232

syntaxhighlighter-amplified's Issues

Support for project-wide Composer dependencies

Add support for Composer dependencies outside the plugin root.

We're currently looking only at the root of the plugin:

if ( ! file_exists( __DIR__ . '/vendor/scrivo/highlight.php' ) ) {
add_action( 'admin_notices', function() {
?>
<div class="notice notice-warning">
<p><?php esc_html_e( 'Warning: Run `composer install` to finish activating SyntaxHighlighter Amplified.', 'syntaxhighlighter-amplified' ); ?></p>
</div>
<?php
} );
return;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.