mirror of
https://github.com/cosmocode/dokuwiki-plugin-imgpaste.git
synced 2025-07-29 12:49:18 +00:00
8f17bdb989e71f21d70c26305e5f92ba19f029d1

This implements handling of images in pasted HTML when running with Prosemirror. When a user pastes HTML which contains images, the plugin will try to download those images and upload them as if they had been pasted directly. For this to work, the images need to be references as full URLs in the HTML and need to be publically accessible (eg. the DokuWiki HTTPClient needs to be able to download them). This feature has been mostly tested with copy'n'paste from Google Docs but should also work when copy'n'pasting from arbitrary websites.
imgpaste Plugin for DokuWiki Add images via cut'n'paste All documentation for this plugin can be found at https://www.dokuwiki.org/plugin:imgpaste If you install this plugin manually, make sure it is installed in lib/plugins/imgpaste/ - if the folder is called different it will not work! Please refer to http://www.dokuwiki.org/plugins for additional info on how to install plugins in DokuWiki. ---- Copyright (C) Andreas Gohr <dokuwiki@cosmocode.de> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. See the COPYING file in your DokuWiki folder for details
Description
Languages
PHP
57.7%
JavaScript
42.3%