https://github.com/backdrop-contrib/bueditor
A plain textarea editor aiming to facilitate code and regular writing.
https://github.com/backdrop-contrib/bueditor
backdrop editor php
Last synced: 8 months ago
JSON representation
A plain textarea editor aiming to facilitate code and regular writing.
- Host: GitHub
- URL: https://github.com/backdrop-contrib/bueditor
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2015-01-24T16:22:39.000Z (over 11 years ago)
- Default Branch: 1.x-2.x
- Last Pushed: 2023-10-02T04:31:55.000Z (over 2 years ago)
- Last Synced: 2023-10-03T06:59:23.177Z (over 2 years ago)
- Topics: backdrop, editor, php
- Language: JavaScript
- Homepage:
- Size: 508 KB
- Stars: 3
- Watchers: 33
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
BUEditor
========
A plain textarea editor aiming to facilitate code and regular writing. It allows you to:
* build the editor from scratch.
* determine the functionality by defining image or text buttons that generate
code snippets, HTML tags, Markdown, BBCode tags etc.
* determine the design and layout by defining theme buttons that insert html to
the layout.
HOW TO INSTALL:
---------------
- Install this module using the official Backdrop CMS instructions at
https://backdropcms.org/guide/modules
- Add/edit editors at admin/config/content/bueditor.
- There are default editors you can use as a starting point for writing HTML, Markdown, and BBCode
- You may install IMCE module to use it as a file/image browser in editor's
image & link dialogs.
- Make sure your input format does not filter the tags the editor inserts.
ADVANCED USAGE:
---------------
See ADVANCED.md
LICENSE
---------------
This project is GPL v2 software. See the LICENSE.txt file in this directory
for complete text.
CURRENT MAINTAINERS
---------------
* [@alanmels](https://github.com/alanmels).
CREDITS
---------------
This module was ported to Backdrop by [@docwilmot](https://github.com/docwilmot). BUEditor was originally [created for Drupal](https://www.drupal.org/project/bueditor) by [Ufku](https://www.drupal.org/u/ufku).