Editor refactor: extract state

This commit is contained in:
Zef Hemel
2023-07-14 13:58:16 +02:00
parent b39a9b8e22
commit c5849f881b
5 changed files with 502 additions and 487 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { editor, markdown, space, sync } from "$sb/silverbullet-syscall/mod.ts";
import { editor, markdown, space } from "$sb/silverbullet-syscall/mod.ts";
import {
removeParentPointers,
renderToText,