@obsidianjs/history
v0.1.0
Published
History module allows you to manage an history for your project.
Downloads
232
Readme
history
The history module allows you to manage an historic. It use data-store module to stack entities on 'snapshot' method and restore them using 'go' method History module can be use to implement system like Undo/Redo, Ctrl+Z / Ctrl+Y
Documentation
- https://wanadev.github.io/obsidianjs/modules/history/
Changelog
- 0.1.0: Initial release.