Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getgrav/grav-plugin-editor-buttons
Grav Editor Buttons Plugin
https://github.com/getgrav/grav-plugin-editor-buttons
grav grav-admin grav-plugin
Last synced: about 2 months ago
JSON representation
Grav Editor Buttons Plugin
- Host: GitHub
- URL: https://github.com/getgrav/grav-plugin-editor-buttons
- Owner: getgrav
- Created: 2015-09-14T21:16:06.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-15T10:09:58.000Z (over 3 years ago)
- Last Synced: 2024-10-30T02:06:03.539Z (2 months ago)
- Topics: grav, grav-admin, grav-plugin
- Language: JavaScript
- Homepage: http://getgrav.org
- Size: 33.2 KB
- Stars: 12
- Watchers: 3
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Grav Editor Buttons Plugin
The **Editor Buttons Plugin** for [Grav](http://github.com/getgrav/grav) adds additional buttons to the Grav Admin Editor.
# Installation
The Data plugin is easy to install with GPM.
```
$ bin/gpm install editor-buttons
```Or clone from GitHub and put in the `user/plugins/editor-buttons` folder.
# Configuration
In the Admin Panel, Plugins list, clicking **Editor Buttons** will show you some options. You can independently activate one or more editor buttons.
Currently available buttons are
- Insert Table
- Insert HeadingsIf the "Markdown Notices" plugin is installed, these will also be available:
- Insert Info Notice
- Insert Note Notice
- Insert Tip Notice
- Insert Warning NoticeIf the "Shortcodes Core" plugin is installed, these will also be available:
- Align Left | Center | Right
- Insert Column
- Create Safe Email
- Insert Notice
- Insert Underline
- Insert SizeIf the "Shortcodes UI" plugin is installed, these will also be available:
- Insert Tabs
- Insert Accordion
- Insert Browser
- Insert Polaroid
- Insert Image Compare# Usage
Open a page, and along the editor default buttons you'll see the newly activated buttons.
# Future improvements
This is a first revision of the plugin.
Ideas for the near future:
- Allow to remove any of the default editor buttons
- Add additional editor buttons
- Allow stacking the buttons in vertical lists, to improve the usage of the space