History log of /plugin/imgpaste/ (Results 1 – 25 of 53)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
362e707d21-Nov-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

c761da1020-Nov-2025 Anna Dabrowska <dabrowska@cosmocode.de>

Fix capitalization in Prosemirror paste handling

e1f561d913-Nov-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

784b636c13-Nov-2025 Anna Dabrowska <dabrowska@cosmocode.de>

In Prosemirror, only paste into the edit area, not overlays

Fixes #39

427343a416-Oct-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

3f39455116-Oct-2025 Andreas Gohr <gohr@cosmocode.de>

handle data uris when handling html pasting in prosemirror

Pasted HTML might contain data uris. We want to convert them into
uploaded images, too.

234e052f21-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

4120748821-Nov-2024 Andreas Gohr <andi@splitbrain.org>

use nicer data attribute

camelcase is converted to snake case and that resulted in a really ugly
attribute.

6d509f8120-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

1a40172320-Nov-2024 Andreas Gohr <andi@splitbrain.org>

correctly handle relative IDs when pasting HTML

8f17bdb913-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 ...

1dbafe6c21-Oct-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

b89c16e121-Oct-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Use new LinkWizard function to create relative links

c37d932211-Oct-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

c540f9fc11-Oct-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Fix check for Prosemirror editor

Fixes #35

8a7fdd6608-Oct-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

61ddeb9702-Oct-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Add support for Prosemirror editor

Fixes #20

98d09ee408-Feb-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

b3e4c0f308-Feb-2023 Andreas Gohr <andi@splitbrain.org>

remove obsolete files on install

584f463508-Feb-2023 Andreas Gohr <andi@splitbrain.org>

More cleanup

832cd16108-Feb-2023 Andreas Gohr <andi@splitbrain.org>

code cleanup

cc81bb5908-Feb-2023 Andreas Gohr <andi@splitbrain.org>

simplified JavaScript

This mostly replaces jQuery code with leaner vanilla JS.

20d44e1623-Aug-2022 Andreas Gohr <andi@splitbrain.org>

Version upped

44af8ccb23-Aug-2022 Michael Fischer <dokuwiki@wissensallmen.de>

German translation

293e8e8d03-May-2018 fstorck <github@florianstorck.de>

CHG:
- updated settings info

123