Home

Awesome

Asikart Markdown Editor for Joomla! CMS (AMD) Analytics

If you are finding a jQuery ACE Markdown editor, please see FongShen Editor

Asikart-Markdown-LOGO-300-white.png

Asikart Markdown Editor helps you writing text in well-known markdown syntax, and render to HTML in front-end article.

This editor integrate "ACE syntax highlight editor" and "MarkItUp tags insert editor", easily edit plain text. In the front-end, using "PHP Markdown Extra" to render markdown syntax, which provide extended features from origin markdown.

And the syntax highlighter plugin is "highlight.js", perfectly integrate with Markdown Extra.

Extension Info

compat 25   compat 30   ext plugin

I have been looking for a Joomla! Markdown Editor with syntax highlighter, text indent and word wrap for a long time, but there are no one is that what I want.

So after few days hard working, I integrate ACE with MarkItUp, I can easily edit plain-text document in Joomla!

Donate

Help us making our extensions more perfectly.

Configure AWS S3 to enable uploads.

  1. Go to your AWS console and open S3 service.

  2. Open bucket you want upload to and click properties.

  3. In permision part click Edit CORS Configuration and insert there something like this.

<CORSConfiguration>
   <CORSRule>
       <AllowedOrigin>*</AllowedOrigin>
       <AllowedMethod>GET</AllowedMethod>
       <MaxAgeSeconds>3000</MaxAgeSeconds>
   </CORSRule>
   <CORSRule>
       <AllowedOrigin>http://***.com</AllowedOrigin>
       <AllowedMethod>POST</AllowedMethod>
       <AllowedMethod>PUT</AllowedMethod>
       <MaxAgeSeconds>3000</MaxAgeSeconds>
       <AllowedHeader>*</AllowedHeader>
   </CORSRule>
</CORSConfiguration>

Theses are 2 rules. First allow get picture to everyone and second upload picture only from your domain. So you have to change *** to your domain. If you have few domains, simply create another <CORSRule> block.

  1. Edit Akmarkdown editor plugin parameters. Enable AWS and enter you AWS access information.

    2014-02-07_21-24-39

FEATURES

Contribution

If you want to modify ACE X Markdown, you can follow these step to create project.

  1. Install Joomla and this editor

  2. Clone this repo to some folder, e.g: /var/myrepo/ace-markdown-editor

  3. Run this command:

$ cd /var/myrepo/ace-markdown-editor
$ ./bin/makelink /your/joomla/root/path
  1. Now this script will auto create symbol link from your joomla to git project, just use your IDE open joomla dir and edit ACE X Markdown, all modify will sync to git project.

REFERENCE

<ul> <li><a href="http://daringfireball.net/projects/markdown/syntax" target="_blank">Markdown</a></li> <li><a href="http://michelf.ca/projects/php-markdown/extra/" target="_blank">PHP Markdown Extra</a></li> <li><a href="http://softwaremaniacs.org/soft/highlight/en/" target="_blank">highlight.js</a></li> <li><a href="http://markitup.jaysalvat.com/home/" target="_blank">MarkItUp</a></li> <li><a href="http://ace.ajax.org/" target="_blank">ACE</a></li> </ul>

Note Worthy on JED

noteworthy .jpg

SCREEN SHOTS

130506-0001.jpg

130507-0001.jpg

130507-0002.jpg

130507-0003.jpg

130627-0001.jpg

Download