| deeed121 | 12-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 91ed8429 | 12-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix parameter check warnings |
| 5b928565 | 01-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 071c8c4b | 01-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix resizing by adding size attributes on the object tag
No idea why I had moved them to the wrapper. |
| 20d1d335 | 25-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 5a651f4b | 25-May-2023 |
Andreas Gohr <gohr@example.com> |
translation update |
| d1b7e38e | 25-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix event listener removal
using bind() creates a new function reference, causing the event removal call to not match the registration. This saves the bound listener reference to use it in the edito
fix event listener removal
using bind() creates a new function reference, causing the event removal call to not match the registration. This saves the bound listener reference to use it in the editor removal again.
See also https://stackoverflow.com/a/22870717
show more ...
|
| 74e3dfb3 | 24-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
CSP: Allow google fonts in diagrams |
| fc9883e9 | 24-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
use textContent not innerText to read values
innerText applies CSS transformations we don't want |
| 3039104b | 24-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
make PNG cache optional |
| 2aa4335d | 24-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
use data url instead of export to display embedded diagrams
This fixes displaying diagrams during preview |
| c3c3f4cf | 23-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
correctly handle sizing
previously invalid height/width attributes were added to the wrapper div |
| 2bec1a22 | 22-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
save PNG file with the SVG for use in PDF export |
| e0411c54 | 17-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| c00c134a | 17-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
open links in top window
This ensures that links which do not have a target set ("open in new window" option) will automatically have target="_top" set to avoid having them open inside the object co
open links in top window
This ensures that links which do not have a target set ("open in new window" option) will automatically have target="_top" set to avoid having them open inside the object context.
This functionality was lost in the recent refactoring.
show more ...
|
| 867fdf9d | 16-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| b7bd8fa5 | 16-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Move handler for the move plugin into the appropriate action class |
| 60cf7427 | 16-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Restore support for SVGs with a DOCTYPE |
| ddc20d75 | 16-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add support for move plugin
Fixes #32 |
| dce55f69 | 16-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
wrap diagrams for better styling
Diagrams now have a wrapper div that makes it easier to align the edit button with the diagram. In the future more controls (like download options) or nicer styling
wrap diagrams for better styling
Diagrams now have a wrapper div that makes it easier to align the edit button with the diagram. In the future more controls (like download options) or nicer styling would be possible.
show more ...
|
| 54b7a78a | 16-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix editing embedded diagrams |
| df795c1c | 15-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| ca5b8841 | 15-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
ensure only diagram files can be edited/selected |
| 82062fdc | 15-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
correctly handle embed edits in prosemirror |
| b30cbf76 | 15-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Prosemirror: simplify form constructor |