Va Da

Results 248 issues of Va Da

- [ ] Implement DAG-JSON + DAG-CBOR + CID codecs - [ ] Add [fixture tests](https://ipld.io/specs/codecs/dag-cbor/fixtures/cross-codec/#array-6433713753386423) and [repo](https://github.com/ipld/codec-fixtures)

Implement [base32 encoding](https://datatracker.ietf.org/doc/html/rfc4648#section-6). - [ ] `Uint8Array` to `Uint8Array` encoding - [ ] `Uint8Array` to `string` encoding - [ ] `Uint8Array` to `Uint8Array` decoding - [ ] `string` to `Uint8Array`...

Add extensive fuzz testing for Quill editor integration.

- [ ] Support Quill editor through quill extension using the Peritext implementation

- [ ] Add event system - [ ] Add ability to define custom event handlers - [ ] Allow to subscribe to specific rich-text changes - [ ] Allow...

Implement specific rich-text inline commands: - [ ] Bold annotation - [ ] Italic annotation - [ ] etc...

Implement Peritext high-level inline annotation API: - [ ] Various annotation types - [ ] Boolean - [ ] With metadata - [ ] Insert range annotation - [ ]...

Implement high-level rich-text operations: - [ ] Insert mark - [ ] Split block - [ ] Insert block - [ ] Remove mark - [ ] Join blocks -...

The Peritext block view data structure is an important piece for making the rich-text work correctly and efficiently, hence, extra care needs to be take for testing: - [ ]...

- [x] Implement a nested rich-text *block view* data structure, which builds on top of the Peritext overlay. - [x] Add ability to efficiently traverse the block view for rendering...