Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.65 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.65 KB

esoParsedownExtra

Parsedown Markdown Extra plugin for esoTalk It is working but was not tested with other plugins, feedback is welcome.

Installation

1. First method, getting the master .zip file

  1. Download the file https://github.com/kassius/esoParsedownExtra/archive/master.zip
  2. Extract it to your [esoTalk instalation directory]/addons/plugins/
  • Then you should have the directory [your root install]/addons/plugins/esoParsedownExtra/
  1. Go to 'administration' on the site, then to 'Plugins' and enable 'esoMarkdownExtra' plugin.
  2. Then it should be working. Just create a post using Markdown syntax and test it.

2. Second method, cloning this repository to your plugins/ directory via command line

Via command line, commands are:

cd esoTalk/addons/plugins # go to plugins directory inside your esoTalk installation
git clone https://github.com/kassius/esoParsedownExtra # clone the repository
rm -r esoParsedownExtra/.git # delete git files for safety, unless you want to update it later via command line, then restrict access to this directory in your server's configuration

Then go to forum administration, and enable the plugin.

Reference