CMS MADE SIMPLE FORGE

Name Type Description
CodeMangler Module A module to postprocess the rendered (X)HTML-code in different ways. Scrambling the code or perfectly indenting it will be among the possibilities.
TinyMCE Module The full-featured TinyMCE WYSIWYG editor for CMS Made Simple. Allows advanced customization and profile management.
MicroTiny Module A new stab at making a minimum footprint wysiwyg editor out of the tinymce core. Including no (non-essential) plugins and only behaving "well" and simple. Note: MicroTiny is shipped with the CMSMS Core. Unless there are important bug fixes relating only to MicroTiny you may not see any releases here.
InlineEdit Module TouchInlineEdit (InlineEdit) a powerfull frontend inline editor module, with integrated plugin system for multiple editors and optional FrontendUsers support. Screenshot, Screencast and details: http://www.homepage-community.de/index.php?topic=1680.0
Template Externalizer Module This module allows you to use a text editor to edit templates, stylesheets, UDTs, Global Content Blocks, and some SitePrefs (Site down message, Metadata, Default Page Content, Page Metadata) ! It exports them to temporary files on the server and watches these files for modifications which are automatically imported into the database and take immediate effect.
AceEditor Module THIS IS BOTH A BACKEND AND A FRONTEND CODE HIGHLIGHTER AND EDITOR. Ace is a standalone code editor written in JavaScript. The goal is to create a web based code editor that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. Ace is developed as the primary editor for Cloud9 IDE and the successor of the Mozilla Skywriter (Bespin) Project. Ace is also used on GitHub https://github.com/blog/905-edit-like-an-ace
Markdown Module Markdown to provide a WYSIWYG and a markdown Parser.
CodeMirror syntax editing Module And implementation of the CodeMirror syntaxhighlighting system, which seems more well-maintained than editarea and much more than codepress
AceSyntax Module Ace is a standalone code editor written in JavaScript. The goal is to create a web based code editor that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. Both frontend as backend syntax highlighter.