History log of /plugin/imgpaste/action.php (Results 1 – 9 of 9)
Revision Date Author Comments
# 8f17bdb9 13-Nov-2024 Andreas Gohr <andi@splitbrain.org>

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 image

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.

show more ...


# 584f4635 08-Feb-2023 Andreas Gohr <andi@splitbrain.org>

More cleanup


# 832cd161 08-Feb-2023 Andreas Gohr <andi@splitbrain.org>

code cleanup


# ef9c1330 03-May-2018 fstorck <github@florianstorck.de>

- added missing noNS


# 257ca062 03-May-2018 fstorck <github@florianstorck.de>

- fix tabs


# 6c6386f0 20-Sep-2017 fstorck <github@florianstorck.de>

FIX: missing brace


# 252b10e0 20-Sep-2017 fstorck <github@florianstorck.de>

CHG:
- added @PAGE@ replacement pattern for adding just the page name


# 3250b209 02-Feb-2016 Andreas Gohr <andi@splitbrain.org>

Adjust method signatures to match parent


# 4df872e4 13-May-2013 Andreas Gohr <gohr@cosmocode.de>

initial working commit