Skip to content

Markdown Extra syntax using Parsedown + ParsedownExtra for esoTalk

Notifications You must be signed in to change notification settings

19eighties/esoParsedownExtra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Markdown Extra syntax using Parsedown + ParsedownExtra for esoTalk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published