DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:codemirror

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:codemirror [2017-01-22 16:33] – [CodeMirror Plugin] albertgassetplugin:codemirror [2024-02-08 09:07] (current) LMS23
Line 2: Line 2:
  
 ---- plugin ---- ---- plugin ----
-description: Editor with syntax highlighting +description: Enhances DokuWiki'Editor with syntax highlighting 
-author     : albertgasset  +author     : albertgasset, Cosmocode - Andi (only for Hogfather Support)  
-email      : albertgasset@fsfe.org +email      : albertgasset@fsfe.org, andi@splitbrain.org
 type       : action type       : action
-lastupdate : 2017-01-22 +lastupdate : 2020-09-05 
-compatible : 2013-05-10, 2013-12-08, 2014-05-05, 2014-09-29, 2015-08-10, 2016-06-26+compatible : 2013-05-10, 2013-12-08, 2014-05-05, 2014-09-29, 2015-08-10, 2016-06-26, 2017-02-19, Greebo, Hogfather, Igor, "Jack Jackrum", Kaos
 depends    :  depends    : 
 conflicts  : ckgedit, toolbox, tagentry, linksuggest, fastwiki conflicts  : ckgedit, toolbox, tagentry, linksuggest, fastwiki
 similar    : aceeditor, skydoku similar    : aceeditor, skydoku
-tags       : editing, codemirror+tags       : !discontinued, editing, codemirror, syntax, editor
  
-downloadurl: https://github.com/albertgasset/dokuwiki-plugin-codemirror/releases/download/20170122/dokuwiki-plugin-codemirror-20170122.tar.gz +downloadurl: https://github.com/cosmocode/dokuwiki-plugin-codemirror/releases/download/latest/dokuwiki-plugin-codemirror.tar.gz
-bugtracker : https://github.com/albertgasset/dokuwiki-plugin-codemirror/issues +
-sourcerepo : https://github.com/albertgasset/dokuwiki-plugin-codemirror+
  
-screenshot_img : https://raw.githubusercontent.com/albertgasset/dokuwiki-plugin-codemirror/master/screenshot.png+screenshot_img : https://gitlab.com/albertgasset/dokuwiki-plugin-codemirror/raw/master/screenshot.png
 ---- ----
 +:!: **This plugin is no longer maintained. You might want to check the [[plugin:prosemirror|prosemirror plugin]] as an alternative.**
 +
 +===== Need new maintainer =====
 +
 +FIXME Look for new maintainer - see https://forum.dokuwiki.org/d/18017-maintainer-for-codemirror-wanted
 +
 +Unfortunately albertgasset has abandoned the project and stopped support. Fortunately Andi made the project at least Hogfather compatible. But now we are looking for a new maintainer who will take care of Codemirror and develop it further.
  
 ===== Installation ===== ===== Installation =====
Line 26: Line 31:
 ===== Examples/Usage ===== ===== Examples/Usage =====
  
-{{https://raw.githubusercontent.com/albertgasset/dokuwiki-plugin-codemirror/master/screenshot.png}}+{{https://gitlab.com/albertgasset/dokuwiki-plugin-codemirror/raw/master/screenshot.png}}
  
-{{https://raw.githubusercontent.com/albertgasset/dokuwiki-plugin-codemirror/master/screenshot-settings.png}}+{{https://gitlab.com/albertgasset/dokuwiki-plugin-codemirror/raw/master/screenshot-settings.png}}
  
 ===== Development ===== ===== Development =====
Line 35: Line 40:
  
 <code bash> <code bash>
-# Go to the plugins folder of Dokuwiki+# Go to the plugins folder of DokuWiki
 cd dokuiki/lib/plugins cd dokuiki/lib/plugins
  
Line 57: Line 62:
 === Change Log === === Change Log ===
  
-{{rss>hhttps://github.com/albertgasset/dokuwiki-plugin-codemirror/commits/master.atom date}}+{{rss>https://gitlab.com/albertgasset/dokuwiki-plugin-codemirror/commits/master?format=atom date}}
  
 === ToDo/Wish List === === ToDo/Wish List ===
Line 64: Line 69:
   * Section folding   * Section folding
   * Syntax highlighting of more syntax plugins   * Syntax highlighting of more syntax plugins
-  * Syntax highlighting for the case **<**command**>**....**</**command**>** (e.g.: <tab>...</tab>)+  * Syntax highlighting for the case **<**command**>**%%....%%**</**command**>** (e.g.: <tab>%%...%%</tab>)
   * [F11]-[[https://codemirror.net/demo/fullscreen.html|Full Screen Editing]] (see [[https://codemirror.net/doc/manual.html#addon_fullscreen|addon]] "display/fullscreen.js"   * [F11]-[[https://codemirror.net/demo/fullscreen.html|Full Screen Editing]] (see [[https://codemirror.net/doc/manual.html#addon_fullscreen|addon]] "display/fullscreen.js"
  
Line 85: Line 90:
 ==== What syntax elements are highlighted? ==== ==== What syntax elements are highlighted? ====
  
-Only syntax elements from core plugins and content inside ''<html>'', ''<php>'', ''<code>'' and ''<file>'' for [[http://codemirror.net/mode/index.html|languages supported by CodeMirror]]+Only syntax elements from core plugins and content inside ''<html>'', ''<php>'', ''<code>'' and ''<file>'' for [[http://codemirror.net/mode/index.html|languages supported by CodeMirror]].
  
-===== Discussion ===== +==== Does it have a text search function? ====
- +
-To report a bug, please use the [[https://github.com/albertgasset/dokuwiki-plugin-codemirror/issues|issue tracker]].+
  
 +Yes. ''CTRL+F'' (''CMD+F'' on a Mac) will being up a search box where you can enter a search string or a regular expression. CodeMirror will highlight all instances of matching strings throughout the document, and will scroll to the first match. On a Mac, ''CMD+G'' will find the next matching string.
  
 +===== Discussion =====
  
 +To report a bug, please use the [[https://gitlab.com/albertgasset/dokuwiki-plugin-codemirror/issues|issue tracker]].
  
plugin/codemirror.1485099219.txt.gz · Last modified: 2017-01-22 16:33 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