Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saturngod/esomarkdownextra
Markdown Extra Plugin for esoTalk
https://github.com/saturngod/esomarkdownextra
Last synced: 26 days ago
JSON representation
Markdown Extra Plugin for esoTalk
- Host: GitHub
- URL: https://github.com/saturngod/esomarkdownextra
- Owner: saturngod
- License: gpl-2.0
- Created: 2014-10-07T05:14:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-07T05:18:38.000Z (about 10 years ago)
- Last Synced: 2024-10-15T02:11:37.096Z (3 months ago)
- Language: PHP
- Size: 143 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
esoMarkdownExtra
=====================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/esoMarkdownExtra/archive/master.zip
2. Extract it to your [esoTalk instalation directory]/addons/plugins/
* Then you should have the directory [your root install]/addons/plugins/esoMarkdownExtra/
4. Go to 'administration' on the site, then to 'Plugins' and enable 'esoMarkdownExtra' plugin.
5. 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:
~~~bash
cd esoTalk/addons/plugins # go to plugins directory inside your esoTalk installation
git clone https://github.com/kassius/esoMarkdownExtra # clone the repository
rm -r esoMarkdownExtra/.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.
## Requirements
For now it requires that you have a version of PHP with the class autoloader enabled.
## Reference
* Markdown
* http://daringfireball.net/projects/markdown/
* http://en.wikipedia.org/wiki/Markdown
* Markdown Extra
* https://michelf.ca/projects/php-markdown/extra/
* https://github.com/michelf/php-markdown/
* https://michelf.ca/projects/php-markdown/configuration/
* esoTalk Forum Software
* http://esotalk.org/forum/
* http://esotalk.org/