The core API:
- split_block
- join_block
- update_block
- spans
- updateSpans
For docs (Rust) ref: automerge/automerge@806ef43
The rust commit that added most of the core: automerge/automerge@1d987cd
The commit that exposed through to WASM: automerge/automerge@5068143
The commit that exposed through to JavaScript: automerge/automerge@e7b090a
The blocks API should allow us to provide mapping from some common JavaScript-based rich-text editors through to Swift's AttributedString type.
The core API:
For docs (Rust) ref: automerge/automerge@806ef43
The rust commit that added most of the core: automerge/automerge@1d987cd
The commit that exposed through to WASM: automerge/automerge@5068143
The commit that exposed through to JavaScript: automerge/automerge@e7b090a
The blocks API should allow us to provide mapping from some common JavaScript-based rich-text editors through to Swift's AttributedString type.