Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotr-cz/pkg_markdown
Markdown package for Joomla CMS
https://github.com/piotr-cz/pkg_markdown
Last synced: 27 days ago
JSON representation
Markdown package for Joomla CMS
- Host: GitHub
- URL: https://github.com/piotr-cz/pkg_markdown
- Owner: piotr-cz
- Created: 2013-08-23T10:09:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-21T13:37:07.000Z (almost 11 years ago)
- Last Synced: 2023-03-11T19:33:32.850Z (over 1 year ago)
- Language: PHP
- Size: 242 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
Markdown Package
================- **Editor Plugin**
Features: Pagedown editor with Live preview, Save as HTML- **Content Plugin**
Features: Use remote files (own cache), Apply to all items or specified ones- **PHP Markdown library**
Features: Wrapper for [PHP Markdown library](https://github.com/michelf/php-markdown/)[![PayPal - The safer, easier way to pay online!](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=7HC53K3SM4JS8&lc=CZ&item_name=extensions%20development&item_number=development_donations¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
Requirements
------------* Joomla 2.5+
* PHP 5.3+Installation
------------Install pkg_markdown via the Joomla extension manager.
Authors
-------
* [Markdown](http://daringfireball.net/projects/markdown/) by John Gruber
* [PHP Markdown library](http://michelf.ca/projects/php-markdown/) by Michel Fortin
* [PageDown](code.google.com/p/pagedown/) by John Fraser and Stackexchange
* package all together [piotr-cz](http://www.piotr.cz)Licence
-------GNU General Public Licence version 2 or later
Bugs/Requests
-------------[Report a bug or request a feature here](https://github.com/piotr-cz/pkg_markdown/issues)
TODO
----Evaluate use of CodeMirror for hightliging -> Mardown syntax
- Would need to install assets into /media/editors/codemiror
- [CodeMirror: Markdown mode](http://codemirror.net/mode/markdown/index.html)
- [CodeMirror: GFM mode](http://codemirror.net/mode/gfm/index.html)Server-side preview using phpmarkdown
- Would need to decouple pagedown previewing
- [MarItUp! example](http://markitup.jaysalvat.com/examples/serverside/)