bazed-editor / bazed

The baz editor
Apache License 2.0
26 stars 3 forks source link

Views into documents #24

Closed elkowar closed 1 year ago

elkowar commented 1 year ago

Views represent, what a frontend sees of a document. This PR adds the related types and RPC api, as well as sending viewport update events when scrolling off the screen.

This depends on #23