Better onboarding page

This commit is contained in:
Zef Hemel
2023-01-16 12:06:37 +01:00
parent fd8645c157
commit c8f0304ade
4 changed files with 41 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export function cleanWikiLinkPlugin(editor: Editor) {
break;
}
}
if (cleanPage === "") {
if (cleanPage === "" || cleanPage.startsWith("💭")) {
// Empty page name, or local @anchor use
pageExists = true;
}