waiting0324_obsidian-code-note/manifest.json

11 lines
282 B
JSON
Raw Normal View History

2023-03-10 09:44:58 +00:00
{
"id": "obsidian-code-note",
2023-03-11 06:35:31 +00:00
"name": "Source Code Note",
2023-03-10 09:44:58 +00:00
"version": "1.0.0",
2023-03-11 05:57:51 +00:00
"minAppVersion": "1.0.0",
2023-03-11 06:35:31 +00:00
"description": "This plugin can help you organize source code note easily.",
2023-03-11 05:57:51 +00:00
"author": "Waiting",
"authorUrl": "https://github.com/waiting0324",
2023-03-10 09:44:58 +00:00
"isDesktopOnly": false
}