Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| finally_a_good_wysiwyg_editor_for_dokuwiki [11.11.2020 14:08] – created Pascal Suter | finally_a_good_wysiwyg_editor_for_dokuwiki [11.11.2020 18:06] (current) – Pascal Suter | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== finally a good WYSIWYG editor for DokuWiki ====== | ====== finally a good WYSIWYG editor for DokuWiki ====== | ||
| + | While I myself really like the Wiki Syntax that DokuWiki uses and am perfectly happy with the raw text editor supplied with DokuWiki, i have some colleagues at work who shy away from using our Wiki because they struggle to get used to the Syntax or to using Text formatting syntax in general i should say. So every now and then I look around for a WYSIWYG editor that would be suitable for others to edit our wiki. | ||
| - | there are many WYSIWYG editor plug-ins for DokuWiki avaialble, but they all share the same problem: they are actually HTML editors behind the scenes and then convert HTML to Wiki Syntax which in the end is a bit unpredictable to the enduser. | + | there are many WYSIWYG editor plug-ins for DokuWiki avaialble, but they all share the same problem: they are actually HTML editors behind the scenes and then convert HTML to Wiki Syntax which scares me. I fear that one way or another, such editors will mess up pages that i have written |
| That's where [[https:// | That's where [[https:// | ||
| - | While I myself really like the Wiki Syntax that DokuWiki uses and am perfectly happy with the raw text editor | + | {{ pasted: |
| ===== Paste images from Clipboard ===== | ===== Paste images from Clipboard ===== | ||
| Line 13: | Line 14: | ||
| - install the ImgPaste plug-in via your extensions manager | - install the ImgPaste plug-in via your extensions manager | ||
| - on your server, navigate to the '' | - on your server, navigate to the '' | ||
| - | - download the patched version i.e. using wget: <code bash> | + | - download the patched version i.e. using wget: <code bash> |
| + | wget https:// | ||
| + | </ | ||
| - copy/paste your images to the WYSIWYG editor or the text editor :) | - copy/paste your images to the WYSIWYG editor or the text editor :) | ||
| - | |||
| - | |||