From e0e988d463f671a7192d07887f1f4042c6900e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20Jourdane?= Date: Mon, 11 Feb 2019 14:28:33 +0100 Subject: [PATCH] Add summary --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 7be0b4b..90eb0b3 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,27 @@ The editor is entirely customizable, from theming to toolbar buttons and javascr [![Preview](https://user-images.githubusercontent.com/3472373/51319377-26fe6e00-1a5d-11e9-8cc6-3137a566796d.png)](https://easymde.tk/) +## Quick access + +- [Install EasyMDE](#install-easymde) +- [How to use](#how-to-use) + - [Loading the editor](#loading-the-editor) + - [Editor functions](#editor-functions) +- [Configuration](#configuration) + - [Options list](#options-list) + - [Options example](#options-example) + - [Toolbar icons](#toolbar-icons) + - [Toolbar customization](#toolbar-customization) + - [Keyboard shortcuts](#keyboard-shortcuts) +- [Advanced use](#advanced-use) + - [Event handling](#event-handling) + - [Removing EasyMDE from textarea](#removing-easymde-from-textarea) + - [Useful methods](#useful-methods) +- [How it works](#how-it-works) +- [SimpleMDE fork](#simplemde-fork) +- [License](#license) + + ## Install EasyMDE Via [npm](https://www.npmjs.com/package/easymde).