This commit is contained in:
Zef Hemel
2023-01-22 18:53:14 +01:00
parent 5ad804da1c
commit 53bf098579
18 changed files with 226 additions and 140 deletions
+2 -5
View File
@@ -1,10 +1,7 @@
import {
editor,
space,
} from "$sb/silverbullet-syscall/mod.ts";
import { editor, space } from "$sb/silverbullet-syscall/mod.ts";
export async function extractToPage() {
const newName = await editor.prompt(`New page title:`, 'new page');
const newName = await editor.prompt(`New page title:`, "new page");
if (!newName) {
return;
}