While using Joomla for a while now I was always searching for a good content editor. While there are some WYSIWYG editors like JCE or TinyMCE available I just wanted to edit plain text. The out of the box plain text content editor enabled me to do exactly this but I missed some sort of syntax highlighting. Some weeks ago I felled in love with Sublime Text 2. Just today there was the announcement of version 1.0 of ACE which provides a look and feel like Sublime Text.

Because there is currently no integration of ACE into Joomla I decided to start building one. And here is the first version of it.

This is the very first version which just provides the ACE integration into Joomla based on the plain text editor. More configuration options are planed but I'd like to share this first version with you.

I just created a new project on JoomlaCode.org: ACE Content Editor Plugin. It is a good idea to get the plugin from there since it'll provide the latest version.

Update

Today I added some more functionality like a full screen mode and the ability to resize the editor vertically. Just press F11 to toggle full screen and use the bottom right button to adjust the height of the editor field.


ACE Joomla Content Editor ACE Joomla Content Editor ACE Joomla Content Editor

Comments (8)

1500 characters remaining

Cancel or

  • Sven Blüge
    It is available for Joomla 3. I'll update the text above with the latest link.
  • BorisKourt
    Hello!

    Just wondering if there is a Joomla 3.0 port available? And do you still plan to keep working on this?

    Thanks Sven!
  • Anthony
    Contrary to my previous post. The editor works great!!
    I had set Site>>>Global configuration>>>Default Editor to Ace Editor
    but
    "Site" >>>"MyProfile" >>>Editor was set to Editor-none. I had to change this to Ace Editor.
    Many thanks to Sven for the help :)
  • Sven Blüge
    @Anthony I guess you encounter a javascript error which prevents the editor from being load. Can you open the error console of your browser and check for errors please? Just drop me a mail containing your findings.
  • Anthony
    The version I installed was 0.0.3
  • Anthony
    I felt like Christmas came early when I found your plugin. I've been looking for something like this for ages! Unfortunately I must be doing something wrong. I installed it on Joomla 2.5. Made sure the plugin was published in the plugins section and then turned it on under global configuration. I then tried to edit a Joomla article, but there was no syntax highlighting. It appeared as if I had chosen no editor. Any ideas what I'm doing wrong???
  • Sven Blüge
    @Robert G Mears This is working actually. When the editor field has the focus the scroll wheel can be used to scroll the content.
  • Robert G Mears
    Any chance you will be making the content of the editor scroll with the scrollwheel on a mouse?