Medium.js

Medium.js 1.0.1 / 2.0.0-alpha

Medium.js was named after the Medium Web service, implementing an inline text editing pattern as seen on the site.Medium.js allows developers to use HTML5's new contenteditable attribute in a much easier manner, allowing for text to be inputted and...

CodeMirror

CodeMirror 5.7 updated

If a parser is available for the programming language of the edited code, CodeMirror will handle syntax highlighting and indentation.Usage:To use CodeMirror in a document, a script tag to load codemirror.js must be added.This adds two objects to the...

Brackets

Brackets 1.6 updated

Developed by Adobe, Brackets heavily relies on the renowned CodeMirror editor and the new HTML 5 File API. Just like CodeMirror, Brackets provides a way to edit raw source code right inside your browser. Brackets works with various file types, from the...

Morkdown

Morkdown 2.4.5 updated

Morkdown has been specially created to work with GitHub Flavored Markdown (an enhanced version of the Markdown markup language created, deployed and used by/on GitHub). By default, when starting Morkdown, the editor loads to panels side by side. This is...

UI.CodeMirror

UI.CodeMirror 0.3.0 updated

CodeMirror is a very well known Web-based utility for writing and editing code blocks.UI.CodeMirror adapts the CodeMirror editor so it can work with AngularJS' unique way of coding.UI.CodeEditor makes all the proper adjustments to the CodeMirror code...

UI.Ace

UI.Ace 0.2.3

For developers that have never worked with Google's AngularJS library, they are going to be shocked on how different coding with this framework can be.That's why working with ready-made AngularJS plugins is a must, most of them taking the complexity out...

ACE

ACE 1.2.3 updated

ACE can be used locally or on remote servers. It can also used as a stand-alone tool or embedded in more complex Web-based apps. Some of the projects that use ACE include Codiad, Wolf CMS, MODx, ProcessWire, CMS Made Simple and StackEdit, just to name a...

Angular-xeditable provides a quick and easy way of editing text on a page, without relaying on a fully-blown WYSIWYG editor to do so.The plugin highlights and underlines editable content, which users can click and enter the "editing mode."Depending on the...

Jinplace

Jinplace 1.2.1 updated

Jinplace can be used in designating pieces of text as editable and allowing anyone to change their content.This is done natively via an input field added in place of the edited text.Additionally, for larger content a textarea can be used, or for cases...

SnickEd

SnickEd 1.0

SnickEd can be used as a source code editor, benefiting tag ending auto-completion.Every time a special character is detected, specific to a markup language, the tag/element is closed.Example:If writing <a>, when the > character has been...