1.0.0releasedEditor for Symphony

Adds Editor, the markdown editor by Hsiaoming Yang (github.com/lepture/editor), to every markdown textarea field on every entry page.

Clone URLhttps://github.com/symphonists/editor_for_symphony.git

Add as a submodulegit submodule add https://github.com/symphonists/editor_for_symphony.git extensions/editor_for_symphony --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNo0.2.01.0.01.0.01.0.01.0.01.0.01.0.01.0.01.0.01.0.01.0.01.0.01.0.01.0.01.0.0

Readme

Editor for Symphony

Adds Editor (https://github.com/lepture/editor) to every markdown textarea field on every Symphony entry page.

Installation

  1. Upload the 'editorforsymphony' folder in this archive to your Symphony 'extensions' folder.
  2. Enable it by selecting the "Editor for Symphony CMS", choose Enable from the with-selected menu, then click Apply.

Usage

This extension automatically adds a markdown editor to every Markdown-enabled textarea field on every Symphony entry page.

Credits

This a port of Editor, the markdown editor by Hsiaoming Yang (https://github.com/lepture/editor).

Basic demo of Editor: http://lab.lepture.com/editor/

Version history

Symphony 2.4 to 2.x.x

  • Minor javascript fixes
  • Officially release the thing!

Requires Symphony 2.4

  • Added commonmark support

Requires Symphony 2.4

  • Clean-up
  • Fixed asset naming

Requires Symphony 2.4

  • Preview pane working; fixed by including Marked (https://github.com/chjj/marked)
  • Updated to latest spec of fullscreen API, fullscreen now working
  • Switched to FontAwesome icons

Requires Symphony 2.3

  • @iwyg fixed the multiple instantiation of the editor; can apply to multiple textareas
  • activated undo and redo functionality.

Requires Symphony 2.3

  • Alpha version. Not working yet. Ran into javascript issue.