From 93f3c7ec30cee09af30a93ded1374cc9f2799e4d Mon Sep 17 00:00:00 2001 From: andrewmcgivery Date: Thu, 18 Jan 2024 00:14:43 -0500 Subject: [PATCH] Add funding urls --- README.md | 4 ++++ manifest.json | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 0ed9565..6579c4d 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,7 @@ To customize the appearance of a daily note node, you can utilize CSS to target ## Reporting Issues If you run into any issues with this plugin, please [open an issue](https://github.com/andrewmcgivery/obsidian-ribbon-divider/issues/new) and incude as much detail as possible, including screenshots. + +# Leave a Tip + +Buy Me A Coffee diff --git a/manifest.json b/manifest.json index 06af8e2..6acf3a0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,6 @@ "description": "Allows you to add a daily note node to the canvas that will always show todays note.", "author": "Andrew McGivery", "authorUrl": "https://github.com/andrewmcgivery", + "fundingUrl": "https://www.buymeacoffee.com/andrewmcgivery", "isDesktopOnly": true }