DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:codemirror

This is an old revision of the document!


CodeMirror Plugin

Compatible with DokuWiki

2013-05-10, 2013-12-08, 2014-05-05, 2014-09-29, 2015-08-10, 2016-06-26

plugin Editor with syntax highlighting

Last updated on
2016-10-24
Provides
Action
Repository
Source
Conflicts with
ckgedit, fastwiki, linksuggest, prosemirror, tagentry, toolbox

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to aceeditor, skydoku

Tagged with codemirror, editing

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Examples/Usage

Development

To build the plugin from source code, you need Node.js and Grunt:

# Go to the plugins folder of Dokuwiki
cd dokuiki/lib/plugins
 
# Install Grunt globally
npm -g install grunt-cli 
 
# Clone the repo
git clone https://github.com/albertgasset/dokuwiki-plugin-codemirror.git codemirror
 
# Install required Node.js modules
cd codemirror
npm install
 
# Build once
grunt
 
# Or, build and watch for modified files
grunt dev

Change Log

ToDo/Wish List

  • Autosave
  • Section folding
  • Syntax highlighting of more syntax plugins
  • Syntax highlighting for the case <command>….</command> (e.g.: <tab>…</tab>)
  • [F11]-Full Screen Editing (see addon “display/fullscreen.js”)

FAQ

Which browsers are supported?

  • Firefox: version 3 and up
  • Chrome: any version
  • Safari: version 5.2 and up
  • Internet Explorer: version 8 and up
  • Opera: version 9 and up

See CodeMirror browser support.

Is the default editor still available?

Yes, You can disable this plugin with button in the editor control.

What syntax elements are highlighted?

Only syntax elements from core plugins and content inside <html>, <php>, <code> and <file> for languages supported by CodeMirror

Discussion

To report a bug, please use the issue tracker.

plugin/codemirror.1479056915.txt.gz · Last modified: 2016-11-13 18:08 by albertgasset

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki