Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.06 KB

Grav Editor Buttons Plugin

The Editor Buttons Plugin for 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 Headings

If the "Markdown Notices" plugin is installed, these will also be available:

  • Insert Info Notice
  • Insert Note Notice
  • Insert Tip Notice
  • Insert Warning Notice

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