Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NodeBB-Community/nodebb-plugin-composer-redactor
Redactor Composer for NodeBB
https://github.com/NodeBB-Community/nodebb-plugin-composer-redactor
Last synced: 3 months ago
JSON representation
Redactor Composer for NodeBB
- Host: GitHub
- URL: https://github.com/NodeBB-Community/nodebb-plugin-composer-redactor
- Owner: NodeBB-Community
- License: gpl-3.0
- Created: 2015-07-08T16:53:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T15:58:48.000Z (over 2 years ago)
- Last Synced: 2024-05-19T16:22:30.857Z (6 months ago)
- Language: JavaScript
- Size: 917 KB
- Stars: 38
- Watchers: 10
- Forks: 28
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nodebb - composer-redactor - Redactor Composer for NodeBB. (Plugins)
README
# Redactor for NodeBB
This plugin activates the WYSIWYG Redactor composer for NodeBB. Please ensure that:
* "Sanitise HTML" is disabled from the Markdown plugin (or the markdown plugin is disabled altogether)
* Any other composers (i.e. nodebb-plugin-composer-default) is disabled# ⚠️ Maintenance Alert
Please be advised that this composer has been superceded by the [Quill Composer](//github.com/nodebb/nodebb-plugin-composer-quill). This composer has entered maintenance mode, meaning it will continue to work on newer NodeBB versions, although at potentially reduced functionality.
Please file an issue on the issue tracker if there are regressions after NodeBB releases.
## Screenshots
### Desktop
![Desktop](/screenshots/desktop.png)
### Mobile
![Mobile](/screenshots/mobile.png)
## Attributions
* Thank you to Drew Llewellyn ([GitHub](https://github.com/drewdotpro)) for providing the OEM license that made this plugin possible!
* Thank you to [philburr](https://github.com/philburr) for his serverside sanitization and z-index fixes.