Giter Club home page Giter Club logo

redactor-plugins's Introduction

redactor-plugins

All plugins are fully compatible* with Imperavi's Redactor v10 and do not require Redactor by modmore©.

As part of our continous effort to bring more awesomeness to your Rich Text experience within MODX Revolution we've authored several Redactor Plugins. This is their home.

*Some plugins require a hack for multiple callback support, which we hope to see added to redactor.js in a future version.

breadcrumb

Visually displays a breadcrumb navigation of the DOM node or nodes being edited.

clips

If set and a valid clipsJson String, adds the Redactor Clips plugin to the toolbar.

Example JSON:

[
    {
        "title": "Buy Button",
        "advanced": "1",
        "tags": "apple cheese",
        "clip": "<a href='https://www.modmore.com/extras/?p=127' class='buy'>Buy this product now</a>."
    },
    {
        "title": "Copyright",
        "tags": "bacon cheese",
        "clip": "©2013 modmore."
    }
]

contrast

Adds a keyboard shortcut for accessibility. F5 to invert eidtor screen contrast FTW.

counter

Begins where the Imperavi Plugin leaves off and adds a nifty little estimated reading time counter. Cool huh?

download

Adds a toolbar button to download editor code.

imagepx

Adds options to set and preview image dimensions in the Image Edit modal window.

imageurl

Adds a tab to the Insert Image modal window that allows images to be inserted directly form a URL.

norphan

Attempts to prevent orphans by replacing the last space between words of block elements with a non-breaking space.

<!-- norphan will change this -->
<blockquote>&#8220;Any man who would letterspace blackletter would steal sheep&#8221;.</blockquote>

<!--to this -->
<blockquote>&#8220;Any man who would letterspace blackletter would steal&nbsp;sheep&#8221;.</blockquote>

replacer

Use CTRL+F to trigger a simple Find and Replace tool.

speek

In supported browsers, adds a toolbar button which reads editor content aloud.

syntax

Adds Ace syntax highlighter to Redactor souce mode.

zoom

Adds a keyboard shortcut to enlarge and decrease font size in content area. Use CTRL + and CTRL -.

redactor-plugins's People

Contributors

jpdevries avatar mark-h avatar

Watchers

 avatar

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.