forked from GitHubMirrors/silverbullet-icalendar
initial commit
This commit is contained in:
12
hello.ts
Normal file
12
hello.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { flashNotification } from "@silverbulletmd/plugos-silverbullet-syscall/editor";
|
||||
|
||||
const loneRangerQuotes = [
|
||||
"Hi-Yo! Silver",
|
||||
"Hi-Yo! Silver! Away!",
|
||||
"Kemo Sabe",
|
||||
"Get-um up, Scout!",
|
||||
];
|
||||
|
||||
export async function helloWorld() {
|
||||
flashNotification(loneRangerQuotes[Math.floor(Math.random() * loneRangerQuotes.length)]);
|
||||
}
|
||||
Reference in New Issue
Block a user