mirror of
https://github.com/xunleii/silverbullet-icalendar.git
synced 2026-05-04 10:44:21 +00:00
6 lines
154 B
TypeScript
6 lines
154 B
TypeScript
import { editor } from "@silverbulletmd/silverbullet/syscalls";
|
|
|
|
export async function helloWorld() {
|
|
await editor.flashNotification("Hello world!");
|
|
}
|