AddOn


Ytils RexMd

Beschreibung

Ytils RexMd ist ein Vollbild-Editor zur ablenkungsfreien Artikel-Pflege im Markdown-Format.
Ytils RexMd is a full screen editor that supports focussed work on articles in the Markdown format.

Please visit https://www.ytils.com/rexmd for full documentation.

English version below.

Das Add-on Ytils RexMd stellt einen Vollbild-Editor zum ablenkungsfreien Schreiben im Markdown-Format zur Verfügung. Bei der Installation des Add-ons wird dazu ein gleichnamiges Modul erzeugt. Im Input des Moduls erscheint eine Textarea und ein Button zur Öffnung der Vollbild-Ansicht des Editors. Beim Schließen der Vollbildansicht, wird der Inhalt des Vollbild-Editors in die Textarea kopiert.

Als interne Bibliothek wird Parsedown verwendet.

Für Artikel-Verlinkungen können Sie das Prefix "rex-article://" bzw. für Verlinkungen bzw. Einbindungen aus dem Medienpool "rex-media://" verwenden.
Das Format sieht wie folgt aus:

Artikel-Links: rex-article:// bzw. rex-article://:.
Medienpool-Links, auch für die Darstellung von Bildern via Markdown entsprechend: rex-media://

Die Tastenkombination Ctrl+Shift+A öffnet einen Dialog zur Suche und zum Einfügen von Artikel-Links.
Um Medienpool-Inhalte zu durchsuchen und einzufügen, verwenden Sie die Tastenkombination Ctrl+Shift+M.

Die Modulausgabe geschieht innerhalb eines

-Containers mit der Klasse "ytilsRexMd". Hierüber kann die Output-Gestaltung via CSS erfolgen.

English version:
The add-on Ytils RexMd introduces a full screen editor for distraction free writing in the Markdown format. When installing the add-on, a module with the same name will be created. As input you will see a textarea together with a button to launch the full screen editor. When closing the full screen view, the content will be copied to the textarea. This add-on uses the library Parsedown.

For article linkage use the prefix "rex-article://" and for links to the media pool files use "rex-media://". See the following examples:

Article linkage: rex-article:// or rex-article://:.
Media pool, use this as well to display images via Markdown: rex-media://

The keyboard shortcut Ctrl+Shift+A opens a search dialogue to find and insert articles to your Markdown content.
For searching and inserting media pool content, use the keyboard shortcut Ctrl+Shift+M.

The module output will be encapsulated in a

container with the class name "ytilsRexMd". You can use this class name for styling the output via CSS.


www.ytils.com/rexmd

Umsetzung

SIT

Kiel www.schneidersit.de

Versionen

0.9.8

Für REDAXO
^5.10
Veröffentlicht am
26.12.2021
Require / PHP
>=7.1

Updates to fix compatibility with Redaxo 5.13+. Temporarily turns off click-outside option for integrated Yupput dialogue due to buggy behaviour.