Marklar

Text editor ::: editor_marklar
Maintained by David Mudrák
Reclaim the control over formatting your text with this Markdown friendly editor for Moodle. Markdown is a lightweight markup language with plain text formatting syntax. It allows you to write using an easy-to-read, easy-to-write plain text format that is automatically converted to structurally valid HTML.

Marklar 0.8.5

Moodle 3.4, 3.5, 3.6, 3.7
Released: Wednesday, 4 December 2019, 5:39 AM

0.8.5

  • Forking a separate maintenance branch 0.8.x for Moodle 3.4 - 3.7 so that the AMD modules can be compiled against the target Moodle version.

0.8.4

  • Include the re-compiled AMD modules and the associated source maps.

0.8.3

  • Stop using the httpswwwroot setting (deprecated in Moodle 3.4, removed in 3.8).
  • Perform travis-ci tests on PHP 7.2.
  • Supported are now Moodle versions 3.4 or higher.

0.8.2

  • Notify filters about updated content in previews - makes filters like MathJax work then. Credit goes to Juan Segarra Montesinos (@juancs).

0.8.1

  • Fixed reported eslint warnings.

0.8.0

  • Allows to embed images from clipboard (such as screenshots).

0.7.0

  • Implements the privacy API (GDPR compliance).
  • Supported are now Moodle versions 3.3 or higher.

0.6.2

  • Fixed JS coding style warnings reported by eslint

0.6.1

  • Only fixes the detected coding style issues.

0.6.0

  • Displays quick reference for the currently selected format.
  • Internal refactoring and improvements in the JavaScript code.

0.5.1

  • Fixed Moodle code precheck errors and warnings.
  • Tested functionality on Moodle 3.3beta.
  • Added travis checks against PHP 7.1.

0.5.0

  • Do not throw database error when submitted in the preview mode (bug #9).
  • Add support for the Boost theme and generally make it less dependent on actual theme (bug #8).
  • Do not display it narrow in places like the Database module (bug #7).

0.4.3

  • Fixed preview mode in clean-based themes in 3.2 (no boost support yet)
  • Format selector, image inserting button and file inserting button are now disabled in the preview mode.

0.4.2

  • Marklar does not attempt to load when used outside of a moodle form.
  • Added self-check for the format selector presence before enabling the preview feature.

0.4.1

  • Small CSS fixes on some themes.

0.4.0

  • Added support for the preview of edited text. The preview is server-side generated so it correctly applies filters and other formatting rules.
  • Improved styling of the editor to make it look nicer next to file picker elements.

0.3.1

0.3.0

  • Added button to insert link to a file, credit goes to Juan Segarra Montesinos (Jaume I University)
  • Added user preferences page where any Marklar user can define additional supported Moodle formats to use Marklar with.

0.2.1

  • Added editor icon and logo.

0.2.0

  • Added support for embedding images via file picker.

0.1.0

  • First functional version of a thin wrapper implementing the text editor interface.

Version information

Version build number
2019111202
Version release name
0.8.5
Maturity
Alpha
MD5 Sum
c92302b1b06399107e110ca6e2e5febc
Supported software
Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7
  • Latest release for Moodle 3.4
  • Latest release for Moodle 3.5
  • Latest release for Moodle 3.6
  • Latest release for Moodle 3.7

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
0.8.x
VCS tag
0.8.5

Default installation instructions for plugins of the type Text editor

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myeditor") in the "lib/editor" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation