| 362e707d | 21-Nov-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| c761da10 | 20-Nov-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix capitalization in Prosemirror paste handling |
| e1f561d9 | 13-Nov-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 784b636c | 13-Nov-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
In Prosemirror, only paste into the edit area, not overlays
Fixes #39 |
| 427343a4 | 16-Oct-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 3f394551 | 16-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. |
| 234e052f | 21-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 41207488 | 21-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. |
| 6d509f81 | 20-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 1a401723 | 20-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
correctly handle relative IDs when pasting HTML |
| 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 ...
|
| 1dbafe6c | 21-Oct-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| b89c16e1 | 21-Oct-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Use new LinkWizard function to create relative links |
| c37d9322 | 11-Oct-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| c540f9fc | 11-Oct-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix check for Prosemirror editor
Fixes #35 |
| 8a7fdd66 | 08-Oct-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 61ddeb97 | 02-Oct-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add support for Prosemirror editor
Fixes #20 |
| 98d09ee4 | 08-Feb-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| b3e4c0f3 | 08-Feb-2023 |
Andreas Gohr <andi@splitbrain.org> |
remove obsolete files on install |
| 584f4635 | 08-Feb-2023 |
Andreas Gohr <andi@splitbrain.org> |
More cleanup |
| 832cd161 | 08-Feb-2023 |
Andreas Gohr <andi@splitbrain.org> |
code cleanup |
| cc81bb59 | 08-Feb-2023 |
Andreas Gohr <andi@splitbrain.org> |
simplified JavaScript
This mostly replaces jQuery code with leaner vanilla JS. |
| 20d44e16 | 23-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 44af8ccb | 23-Aug-2022 |
Michael Fischer <dokuwiki@wissensallmen.de> |
German translation |
| 293e8e8d | 03-May-2018 |
fstorck <github@florianstorck.de> |
CHG: - updated settings info |