cleaned more date code, setup testing for stats, renamed plugin and info

cleaned more date code, setup testing for stats, renamed plugin and info
This commit is contained in:
ransurf 2021-10-12 19:48:33 -07:00
parent 0e6751f093
commit f77466b8a2
5 changed files with 45 additions and 12 deletions

View file

@ -1,10 +1,10 @@
{
"id": "test-plugin",
"name": "Test Plugin",
"id": "obsidian-habitica-integration",
"name": "AAA Obsidian Habitica Integration",
"version": "0.0.1",
"minAppVersion": "0.9.12",
"description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
"author": "Leoh",
"description": "This plugin helps integrate Habitica user tasks and stats into Obsidian",
"author": "Leoh and Ran",
"authorUrl": "",
"isDesktopOnly": false
}