ytliu74_obsidian-pseudocode/manifest.json

11 lines
335 B
JSON
Raw Normal View History

2023-03-13 07:05:19 +00:00
{
2023-03-13 11:40:20 +00:00
"id": "obsidian-pseudocode",
"name": "Pseudocode",
2023-03-13 07:05:19 +00:00
"version": "1.0.0",
"minAppVersion": "0.15.0",
2023-03-13 11:40:20 +00:00
"description": "This is an obsidian plugin that helps to render a LaTeX-style pseudocode inside a code block.",
"author": "Yaotian Liu",
"authorUrl": "https://github.com/Yaotian-Liu",
"fundingUrl": "",
2023-03-13 07:05:19 +00:00
"isDesktopOnly": false
2023-03-13 11:40:20 +00:00
}