Files
silverbullet-icalendar/hello.ts
2024-08-15 11:42:47 +02:00

6 lines
154 B
TypeScript

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