History log of /plugin/diagrams/ (Results 51 – 75 of 187)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
deeed12112-Jun-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

91ed842912-Jun-2023 Andreas Gohr <andi@splitbrain.org>

fix parameter check warnings

5b92856501-Jun-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

071c8c4b01-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.

20d1d33525-May-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

5a651f4b25-May-2023 Andreas Gohr <gohr@example.com>

translation update

d1b7e38e25-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 ...

74e3dfb324-May-2023 Andreas Gohr <andi@splitbrain.org>

CSP: Allow google fonts in diagrams

fc9883e924-May-2023 Andreas Gohr <andi@splitbrain.org>

use textContent not innerText to read values

innerText applies CSS transformations we don't want

3039104b24-May-2023 Andreas Gohr <andi@splitbrain.org>

make PNG cache optional

2aa4335d24-May-2023 Andreas Gohr <andi@splitbrain.org>

use data url instead of export to display embedded diagrams

This fixes displaying diagrams during preview

c3c3f4cf23-May-2023 Andreas Gohr <andi@splitbrain.org>

correctly handle sizing

previously invalid height/width attributes were added to the wrapper div

2bec1a2222-May-2023 Andreas Gohr <andi@splitbrain.org>

save PNG file with the SVG for use in PDF export

e0411c5417-May-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

c00c134a17-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 ...

867fdf9d16-May-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

b7bd8fa516-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Move handler for the move plugin into the appropriate action class

60cf742716-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Restore support for SVGs with a DOCTYPE

ddc20d7516-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Add support for move plugin

Fixes #32

dce55f6916-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 ...

54b7a78a16-May-2023 Andreas Gohr <andi@splitbrain.org>

fix editing embedded diagrams

df795c1c15-May-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

ca5b884115-May-2023 Andreas Gohr <andi@splitbrain.org>

ensure only diagram files can be edited/selected

82062fdc15-May-2023 Andreas Gohr <andi@splitbrain.org>

correctly handle embed edits in prosemirror

b30cbf7615-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Prosemirror: simplify form constructor

12345678