| 8a1c0484 | 15-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
improve prosemirror behaviour
avoid duplication on drag use pointer cursor |
| b06dddfb | 15-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
honor configured mode in prosemirror menu |
| 59de49e7 | 15-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
add icons in menu |
| d40ddfce | 15-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
make everything work :-D |
| d2d69a96 | 15-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
Prosemirror: don't submit the form on button presses |
| c949f2b3 | 15-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
prosemirror: fix embedded saving
The node type wasn't saved back correctly from the form. |
| ab4202fa | 15-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
prosemirror cleanup and singleton form
Some initial cleanup of the form class. It's now a singleton. |
| 929bdadd | 12-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Handle titles and dimensions in prosemirror |
| 3d6886fd | 11-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
proper differentiation between mediafile and embed in prosemirror |
| 0ec94f66 | 11-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
initial work on making embedded diagrams work in prosemirror |
| 0ada0525 | 11-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix indentation |
| d9d1fb0d | 11-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
refresh diagrams in prosemirror after editing |
| e09bbe36 | 11-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
remove unnecessary resolveImageAttributes
No need for an Ajax roundtrip |
| f01bf9a2 | 11-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
simplify node view
Use img to render, remove wrapper |
| 7df4489b | 11-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add edit button in Prosemirror |
| c99a5838 | 10-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Select files in media manager in Prosemirror |
| d5285d59 | 09-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Simple Prosemirror menu button and edit form |
| 40d39aa2 | 03-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Attach Prosemirror schema when API is initialized |
| 8d8f8b26 | 02-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Rudimentary prosemirror support (as yet only view) |
| e831c5cc | 03-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
fix handling of non-diagram SVGs |
| fa6a636c | 02-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
do not treat all SVGs as diagrams in mediafile mode |
| 046ca144 | 20-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
Remove the SVG Sanitizer again in favor of CSP headers
This introduces a renderer that allows us to call each embedded SVG as a separate URL with added CSP headers. This way we rely on the same safe
Remove the SVG Sanitizer again in favor of CSP headers
This introduces a renderer that allows us to call each embedded SVG as a separate URL with added CSP headers. This way we rely on the same safety feature as with media file based diagrams.
show more ...
|
| baa90558 | 20-Apr-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix too greedy regex
Otherwise multiple diagrams on the same page match |
| 50c16f31 | 20-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
style fixes |
| fac272e4 | 20-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix media manager integration with deferjs disabled |