DokuWiki Plugin List
Document issues with some DokuWiki plugins.
Plugin list
- ABC 2.0
Displays sheet music (input ABC, output SVG and MIDI).
- The
defer_jsoption must be enabled if theabc-uilibrary needs to be used. - Using the
abc2svglibrary will cause the search function of the Datatables plugin to not work. - If the sheet music are not displayed or are displayed particularly small, try adding the following code to
lib/plugins/abc2/style.css.
.abc-render svg { height: auto; }
- CKGedit
Ckgedit is agraphical editorfor Dokuwiki based on the open source CKEditor.
- CKGedit is an excellent dokuwiki editor, but sometimes you can't get the desired results due to some syntax conflicts with CKGedit.
- Be careful when you switch between DWedit (Dokuwiki native editor) and CKGedit to edit the same page. Because this behavior may corrupt your page data.