forked from GitHubMirrors/silverbullet-icalendar
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!");
|
|
}
|