Add site to readme

This commit is contained in:
Idrees Hassan
2025-12-13 23:04:56 -05:00
parent c3ff3b39dc
commit 14ef2713d8
9 changed files with 17 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
const { Plugin, Notice } = require('obsidian');
module.exports = class PocketBird extends Plugin {
onload() {
console.log("Loading Pocket Bird version 2025.11.16...");
console.log("Loading Pocket Bird version 2025.11.28...");
const OBSIDIAN_PLUGIN = this;
(function () {
'use strict';
@@ -1862,7 +1862,7 @@ module.exports = class PocketBird extends Plugin {
insertModal(`${birdBirb()} Mode`, message);
}),
new Separator(),
new MenuItem("2025.11.16", () => { alert("Thank you for using Pocket Bird! You are on version: 2025.11.16"); }, false),
new MenuItem("2025.11.28", () => { alert("Thank you for using Pocket Bird! You are on version: 2025.11.28"); }, false),
];
const styleElement = document.createElement("style");