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
- Host: GitHub
- URL: https://github.com/backdrop-contrib/tinymce_paraafter
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2023-10-09T13:50:44.000Z (over 2 years ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2023-12-18T13:14:43.000Z (about 2 years ago)
- Last Synced: 2025-02-10T13:19:24.827Z (about 1 year ago)
- Topics: backdropcms, tinymce-plugin
- Language: JavaScript
- Homepage: https://backdropcms.org/project/tinymce_paraafter
- Size: 11.7 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.

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.