Create working obsidian plugin boilerplate

This commit is contained in:
Idrees Hassan
2025-11-13 17:10:50 -05:00
parent 807bf1019f
commit e99a61a4c6
8 changed files with 26 additions and 10 deletions

2
dist/birb.js vendored
View File

@@ -1902,7 +1902,7 @@
insertModal(`${birdBirb()} Mode`, message);
}),
new Separator(),
new MenuItem("2025.11.3.40", () => { alert("Thank you for using Pocket Bird! You are on version: 2025.11.3.40"); }, false),
new MenuItem("2025.11.13.1", () => { alert("Thank you for using Pocket Bird! You are on version: 2025.11.13.1"); }, false),
];
const styleElement = document.createElement("style");