Undo feature for CKEditor 5.
simple undo/redo functionality for redux state containers
very fast mongoid compatible unique string ids
Cast aria-hidden to everything, except...
A small package to manage undo/redo.
Undo tool for Editor.js
KeystoneJS MongoId Field Type
Prosemirror bindings for Yjs
Automatically transform text to typographic variants
Undo redo plugin for @atlaskit/editor-core
undo/redo functionality with React Hooks
KeystoneJS MongoId Field Type
Undo history for ProseMirror
Tiptap prosemirror bindings for Yjs
A fast, framework-agnostic undo/redo core library powered by Mutative JSON Patch
This package contains selection history helpers for Lexical.
Undo Redo
Simple undo manager to provide undo and redo actions in JavaScript applications.
🍜 undo/redo middleware for zustand
This library contains auto generated Mongo (Mongoose.js) models that correspond to the QDM (Quality Data Model) specification.
Undo Redo Manager
iTwin.js frontend components
Rete.js History plugin ==== [](https://stand-with-ukraine.pp.ua) [](ht
History plugin for @atlaskit/editor-core
mongoid-undo provides a super simple and easy to use undo system for Mongoid apps.
This library tracks historical changes for any document, including embedded ones. It achieves this by storing all history tracks in a single collection that you define. Embedded documents are referenced by storing an association path, which is an array of document_name and document_id fields starting from the top most parent document and down to the embedded document that should track history. Mongoid-history implements multi-user undo, which allows users to undo any history change in any order. Undoing a document also creates a new history track. This is great for auditing and preventing vandalism, but it is probably not suitable for use cases such as a wiki.
Stupid simple audit logging for Mongoid
In frustration of Mongoid::Versioning, I created this plugin for tracking historical changes for any document, including embedded ones. It achieves this by storing all history tracks in a single collection that you define. (See Usage for more details) Embedded documents are referenced by storing an association path, which is an array of document_name and document_id fields starting from the top most parent document and down to the embedded document that should track history. This plugin implements multi-user undo, which allows users to undo any history change in any order. Undoing a document also creates a new history track. This is great for auditing and preventing vandalism, but it is probably not suitable for use cases such as a wiki.