Setup CalDAV plug

This commit is contained in:
Marek S. Lukasiewicz
2025-01-03 19:19:38 +01:00
parent c4f12ba442
commit 933c55400d
6 changed files with 49 additions and 6 deletions

5
caldav.ts Normal file
View File

@@ -0,0 +1,5 @@
import { editor } from "@silverbulletmd/silverbullet/syscalls";
export async function helloWorld() {
await editor.flashNotification("Hello world!");
}