Stanislav Sysoev

Results 20 issues of Stanislav Sysoev

encodeURI blows up for some patch_obj: https://github.com/google/diff-match-patch/blob/a6367d7866833ac037fbdefcdbcbee4def86e326/javascript/diff_match_patch_uncompressed.js#L2186 Example: ```js let diff_match_patch = require("diff-match-patch"); let text1 = "🅱"; let text2 = "🅰"; let diff = new diff_match_patch(); console.log(diff.patch_toText(diff.patch_make(text1, text2))); ```

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]...

enhancement
major

Is it even feasible? Do we have access to dom node from prosemirror node?

enhancement
question
tricky

It's currently impossible due to react-tabs. Probably need to change it to another package.

enhancement

enhancement