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

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.

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).