prosemirror-dev-tools icon indicating copy to clipboard operation
prosemirror-dev-tools copied to clipboard

Snapshots – Save/Restore state

Open d4rkr00t opened this issue 7 years ago • 0 comments

Add ability to save/restore state.

What needs to be done for MVP:

  • [x] Save state to local storage (ability to define a name for state snapshot)
  • [x] Restore state from local storage
  • [x] UI For interacting with saved state – basically list of saved states

Next iteration

  • [x] Empty state for snapshots

Next iteration

  • [ ] Save/Restore selection

Next iteration

  • [ ] Exporting state to file
  • [ ] Importing state from file

Next iteration

  • [ ] Renaming snapshots

Next iteration

  • [ ] History (?)

d4rkr00t avatar May 01 '17 01:05 d4rkr00t