Andreas Gohr 8f17bdb989 Prosemirror HTML handling
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.
2024-11-19 10:58:34 +01:00
2013-05-13 16:24:58 +02:00
2022-08-23 09:39:09 +02:00
2024-11-19 10:58:34 +01:00
2023-02-08 16:38:53 +01:00
2024-11-19 10:58:34 +01:00
2024-10-21 23:51:17 +02:00
2015-02-26 13:05:54 +01:00
2024-11-19 10:58:34 +01:00

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
Add images to DokuWiki pages by simply pasting them. Only modern browsers supported
Readme 84 KiB
Languages
PHP 57.7%
JavaScript 42.3%