camunda / camunda-modeler

An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
https://camunda.com/products/modeler
MIT License
1.47k stars 473 forks source link

Provide autosave feature out of the box #2738

Open jacketzc opened 2 years ago

jacketzc commented 2 years ago

Describe the Bug

I used to develop with IntelliJ IDEA or VS Code; When I forget to save the progress ,then restart my PC,my progress still here, there is no loss; I admit it's not a good habit not to save in time, but my afternoon's work loss when i restart my PC. It's so disprited.

Steps to Reproduce

  1. work normally
  2. restart computer when unsave progress
  3. the progress loss

Expected Behavior

Environment

marstamm commented 2 years ago

Hi @jacketzc,

I would not classify this as a bug, as it is expected behavior right now. However, this is absolutely an improvement to be made.

Could you please rework the Issue to use the Feature Request template?

Thank you!

ingorichtsmeier commented 2 years ago

Hi @jacketzc, there is a modeler autosave plugin available: https://github.com/pinussilvestrus/camunda-modeler-autosave-plugin

Hope this helps, Ingo