babd1405 | 15-Oct-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix ACL restricted diagrams |
4d7ba167 | 15-Oct-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Skip check for editable diagrams in external media
Fixes #66 |
37a5d411 | 20-Aug-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Handle missing PNG in dw2pdf export |
50de7869 | 30-Nov-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix warning |
fe2e68ae | 30-Aug-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Simplify extraction of title in embedded syntax |
20761fcf | 30-Aug-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Embedded: prevent title interfering with alignment |
44b3af04 | 29-Aug-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Use title as alternative text for a diagram |
e0dfc516 | 07-Aug-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Change handling of file names during download to enable security checks |
8893185b | 07-Aug-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
No PNG download for older page revisions |
a5199261 | 03-Aug-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Download PNG via AJAX |
baaaacc0 | 01-Aug-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add button to download diagram PNG if it exists in cache |
0d9707b1 | 31-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Attach download and open buttons to diagrams |
750b9665 | 27-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix embedded diagrams in old page revisions |
79809d5d | 21-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
avoid two warnings on undefined values |
98c89536 | 19-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
Only use data-uri in preview. Partially fixes #40
Because data-uris are cross origin, our link fixing JS does not apply. This uses data uris only in preview, fixing links for normal display.
We cou
Only use data-uri in preview. Partially fixes #40
Because data-uris are cross origin, our link fixing JS does not apply. This uses data uris only in preview, fixing links for normal display.
We could think about fixing targets when saving already...
show more ...
|
91ed8429 | 12-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix parameter check warnings |
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. |
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 |
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 ...
|
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 |