Home
last modified time | relevance | path

Searched hist:"8 f17bdb989e71f21d70c26305e5f92ba19f029d1" (Results 1 – 3 of 3) sorted by relevance

/plugin/imgpaste/
H A DException.php8f17bdb989e71f21d70c26305e5f92ba19f029d1 Wed Nov 13 14:28:15 UTC 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 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.

H A Daction.php8f17bdb989e71f21d70c26305e5f92ba19f029d1 Wed Nov 13 14:28:15 UTC 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 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.

H A Dscript.js8f17bdb989e71f21d70c26305e5f92ba19f029d1 Wed Nov 13 14:28:15 UTC 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 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.