Michael Aufreiter @michaelaufreiter.com · Sep 15

Now you write a component to render your annotation. Note, that unlike with other rich text editing frameworks, everything is Svelte-native (no 3rd-party rendering API’s). An anchor-name is derived from the path, it can be used to position overlays relative to the annotation.

3 likes 1 replies

?

Replies

Michael Aufreiter · Sep 15

Finally, you need to register this new component in the node_components registry. It’s part of the config object that you can use to inject any app-specific configuration.