An open API service indexing awesome lists of open source software.

https://github.com/backdrop-contrib/tinymce_paraafter

Editor plugin for TinyMCE to insert paragraphs after block elements
https://github.com/backdrop-contrib/tinymce_paraafter

backdropcms tinymce-plugin

Last synced: 10 months ago
JSON representation

Editor plugin for TinyMCE to insert paragraphs after block elements

Awesome Lists containing this project

README

          

# TinyMCE paragraph after

TinyMCE plugin to insert a new paragraph after block level elements.

When you have block elements like tables, div, blockquote... directly following
each other in content, it can be tricky to "squeeze" in other content. TinyMCE
does provide options to do so, but that's not always the same (downwards arrow
at the end of table, double enter inside blockquote). Not always easy to
remember. Sometimes it's even impossible (like in nested div or in address tags).

In this case, this plugin comes to the rescue.

![Button icon of this plugin](https://raw.githubusercontent.com/backdrop-contrib/tinymce_paraafter/1.x-1.x/js/plugins/paraafter/icons/paraafter-icon.svg)

Hit the button and keep on writing. ;-)

## Installation

- Install this module using the official [Backdrop CMS instructions](https://docs.backdropcms.org/documentation/extend-with-modules)
- Add the plugin and toolbar button (or menu item) to your editor profile

## Issues

Bugs and feature requests should be reported in the [Issue Queue](https://github.com/backdrop-contrib/tinymce_paraafter/issues)

## Current Maintainers

- [Indigoxela](https://github.com/indigoxela)

## License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.