tinymce-plugin-paragraph

0.8.0 • Public • Published

Tinymce Plugin Paragraph

GitHub tag npm Bower

JavaScript Style Guide Semver 2.0 Gitter

A plugin for the open source tinymce WYSIWYG HTML editor that allow to edit paragraph properties.

Screenshots

Contextual menu

Open the "Paragraph properties" window in the contextual menu opened on a paragraph.

paragraph properties item in the contextual menu

General tab

general tab

Spacing tab

Spacing Tab

Borders tab

Borders Tab

Installation

With package managers (recommanded)

bower install tinymce-plugin-paragraph --save

or

npm install tinymce-plugin-paragraph --save

Or manually

Download

wget https://github.com/sirap-group/tinymce-plugin-paragraph/archive/v0.5.0.zip
unzip v0.5.0.zip
mv tinymce-plugin-paragraph-v0.5.0 public/lib/tinymce-plugin-paragraph

Configure your app

<script type="text/javascript" src="lib/tinymce-plugin-paragraph/plugin.min.js"></script>
tinymce.init({
  selector: "textarea",  // change this value according to your HTML
  plugins: "paragraph"
});

Developement

JavaScript Style Guide

The javascript source files are located in the src folder. We use the Standard Javascript Code Style to keep the code clean and nice and browserify to keep it modular and well organized. Finally, we use Grunt to run the developement tasks:

We use the Semver 2.0 (Semantic Versioning) to standardize the release version numbers (major/minor/path/pre-release).

License

According to the main project, tinymce, this plugin is open sourced and is licensed under the LGPL-v2 (GNU Lesser General Public License V2.1)

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i tinymce-plugin-paragraph

    Weekly Downloads

    0

    Version

    0.8.0

    License

    LGPL-2.1

    Last publish

    Collaborators

    • rbecheras