https://github.com/james2doyle/pyro-betterarea
A better textarea that matches braces, parens, backticks, and quotes. Also filled with Markdown helpers.
https://github.com/james2doyle/pyro-betterarea
Last synced: over 1 year ago
JSON representation
A better textarea that matches braces, parens, backticks, and quotes. Also filled with Markdown helpers.
- Host: GitHub
- URL: https://github.com/james2doyle/pyro-betterarea
- Owner: james2doyle
- Created: 2014-04-02T01:58:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-06T20:08:08.000Z (about 12 years ago)
- Last Synced: 2025-01-07T08:49:01.642Z (over 1 year ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pyro-betterarea
===============
A better textarea that matches braces, parens, backticks, and quotes. Also filled with Markdown helpers.

**this plugin wouldn't be possible without [tovic/simple-text-editor-library](https://github.com/tovic/simple-text-editor-library)**
### Why this area is a 'betterarea'
* Markdown list completion
* Bracket matching for \( \{ \[ " ' < \`
* Easy buttons for:
* Bold and Italic
* Code
* Quote
* UL
* OL
* Link Helper (with title and url)
* Image Helper (with prompt)
* Headers (H1 H2 H3 H4 H5 H6)
* Horizontal Rule
* Undo and Redo
### Usage
* Install the field into either the (shared\_addons|default)/field\_types folder.
* Run `git submodule init` and `git submodule update` in that folder to make sure you are running the latest version of the parent lib.
### License
(The MIT License)
Copyright (c) 2014 James Doyle
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.