Home

editor/extensions/ext-eyedropper/ext-eyedropper.js

editor/extensions/ext-grid/ext-grid.js

editor/extensions/ext-helloworld/ext-helloworld.js

editor/extensions/ext-markers/ext-markers.js

ext-markers.js

License:
  • Apache-2.0
Source:
To Do:
  • remove some of the restrictions above

editor/extensions/ext-opensave/ext-opensave.js

editor/extensions/ext-overview_window/ext-overview_window.js

editor/extensions/ext-panning/ext-panning.js

editor/extensions/ext-polystar/ext-polystar.js

editor/extensions/ext-shapes/ext-shapes.js

editor/extensions/ext-storage/ext-storage.js

ext-storage.js

This extension allows automatic saving of the SVG canvas contents upon page unload (which can later be automatically retrieved upon future editor loads).

The functionality was originally part of the SVG Editor, but moved to a separate extension to make the setting behavior optional, and adapted to inform the user of its setting of local data.

License:
  • MIT
Source:
To Do:
  • Revisit on whether to use `svgEditor.pref` over directly setting `curConfig` in all extensions for a more public API (not only for `extPath` and `imagePath`, but other currently used config in the extensions)
  • We might provide control of storage settings through the UI besides the initial (or URL-forced) dialog. *