vault backup: 2022-12-12 22:43:22

This commit is contained in:
Bram Adams
2022-12-12 22:43:22 -06:00
parent 21107d4bdc
commit 87c9e86979
29 changed files with 2622 additions and 602 deletions

View File

@@ -0,0 +1,8 @@
{
"daysToSuppressNewUpdates": 0,
"dismissedVersionsByPluginId": {},
"showIconOnMobile": true,
"excludeBetaVersions": true,
"excludeDisabledPlugins": false,
"hideIconIfNoUpdatesAvailable": false
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-plugin-update-tracker",
"name": "Plugin Update Tracker",
"version": "1.4.3",
"minAppVersion": "0.15.0",
"description": "Know when installed plugins have updates and evaluate the risk of upgrading",
"author": "Obsidian",
"authorUrl": "https://github.com/swar8080/obsidian-plugin-update-tracker",
"isDesktopOnly": false
}