57 Commits

Author SHA1 Message Date
234e052f09 Version upped 2024-11-21 2024-11-21 23:51:15 +01:00
41207488a3 use nicer data attribute
camelcase is converted to snake case and that resulted in a really ugly
attribute.
2024-11-21 15:05:08 +01:00
6d509f8145 Version upped 2024-11-20 2024-11-20 23:51:17 +01:00
1a401723b5 correctly handle relative IDs when pasting HTML 2024-11-20 10:31:51 +01:00
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
1dbafe6caa Version upped 2024-10-21 2024-10-21 23:51:17 +02:00
3d46600ea4 Merge pull request #36 from cosmocode/relative
Insert relative media references if possible
2024-10-21 17:56:08 +02:00
b89c16e14c Use new LinkWizard function to create relative links 2024-10-21 15:03:10 +02:00
c37d93220a Version upped 2024-10-11 2024-10-11 23:51:13 +02:00
c540f9fc1c Fix check for Prosemirror editor
Fixes #35
2024-10-11 16:35:09 +02:00
8a7fdd66bb Version upped 2024-10-02 2024-10-08 23:51:12 +02:00
d747cad811 Merge pull request #34 from cosmocode/prosemirror
Add support for Prosemirror editor
2024-10-08 18:46:10 +02:00
61ddeb979a Add support for Prosemirror editor
Fixes #20
2024-10-08 18:22:09 +02:00
98d09ee41f Version upped 2023-02-08 2023-02-08 23:50:50 +01:00
b3e4c0f394 remove obsolete files on install 2023-02-08 16:38:53 +01:00
584f4635cf More cleanup 2023-02-08 15:10:21 +01:00
832cd16116 code cleanup 2023-02-08 14:57:42 +01:00
cc81bb5970 simplified JavaScript
This mostly replaces jQuery code with leaner vanilla JS.
2023-02-08 14:49:05 +01:00
20d44e161f Version upped 2022-08-23 2022-08-23 23:51:00 +02:00
44af8ccbc1 German translation 2022-08-23 09:39:09 +02:00
956b925cf4 Merge pull request #13 from fstorck/master
Adding additional @PAGE@ replacement pattern
2018-05-03 16:07:42 +02:00
83634017c4 Merge branch 'feature_page_patternreplacement' 2018-05-03 15:26:03 +02:00
293e8e8db0 CHG:
- updated settings info
2018-05-03 15:25:21 +02:00
ef9c13300f - added missing noNS 2018-05-03 15:25:20 +02:00
c3e63449ab - version upped 2018-05-03 2018-05-03 15:24:58 +02:00
257ca06237 - fix tabs 2018-05-03 15:24:27 +02:00
7760727112 Merge branch 'feature_page_patternreplacement' 2018-05-03 14:42:35 +02:00
b7afd89365 - readded @PAGE@ replacement pattern 2018-05-03 14:42:00 +02:00
35fbfaf3ec Merge branch 'master' of https://github.com/cosmocode/dokuwiki-plugin-imgpaste
# Conflicts:
#	plugin.info.txt
2018-05-03 14:25:16 +02:00
02d3622292 Version upped 2017-09-24 2018-04-25 23:31:03 +02:00
146f8bff7b Merge pull request #7 from zioth/master
Added fastwiki support
2017-11-25 11:06:46 +01:00
bb36bee2ae Merge pull request #12 from schplurtz/frtxt
French text
2017-09-24 20:06:28 +02:00
d82697503e French text 2017-09-24 16:57:00 +02:00
6c6386f02e FIX: missing brace 2017-09-20 16:29:58 +02:00
252b10e0e5 CHG:
- added @PAGE@ replacement pattern for adding just the page name
2017-09-20 16:20:04 +02:00
8829523c63 Added fastwiki support 2016-09-02 10:02:21 -04:00
cc17ca2669 Version upped 2016-07-06 2016-07-21 09:14:06 +02:00
08efaafb0d Version upped 2016-02-03 2016-07-06 21:07:23 +02:00
05852afd48 Version upped 2016-02-02 2016-02-03 18:38:27 +01:00
e1483a498f Merge pull request #6 from splitbrain-forks/php7-signature
Adjust method signatures to match parent
2016-02-02 16:23:13 +01:00
3250b20919 Adjust method signatures to match parent 2016-02-02 16:08:06 +01:00
c7d1a4fb9f Update email-adress in plugin.info.txt 2015-02-26 2015-02-26 13:06:43 +01:00
b901774fee Update email-adress in README 2015-02-26 13:05:54 +01:00
df9d2db310 Version upped 2014-10-06 2015-02-24 20:53:00 +01:00
eb6a6b9579 Merge pull request #3 from dryoo/patch-1
Korean Language translation
2014-10-10 13:30:34 +02:00
8bbfdc5376 Update lang.php 2014-10-06 23:20:45 +09:00
f72485b23c Update settings.php 2014-10-06 23:20:15 +09:00
de7600548b Update settings.php 2014-10-06 23:19:46 +09:00
ac81ab57af Update lang.php 2014-10-02 22:31:41 +09:00
077e482290 Create settings.php 2014-10-02 22:31:28 +09:00