Preparing for 0.5.6

This commit is contained in:
Zef Hemel
2023-11-19 12:18:16 +01:00
parent 7503110e84
commit 063c49effb
9 changed files with 59 additions and 23 deletions
+3
View File
@@ -33,6 +33,9 @@ export async function widget(
if (templatePage.startsWith("[[")) {
templatePage = templatePage.slice(2, -2);
}
if (!templatePage) {
throw new Error("No template page specified");
}
templateText = await space.readPage(templatePage);
}