ytliu74_obsidian-pseudocode/manifest.json

10 lines
310 B
JSON
Raw Permalink Normal View History

2023-03-13 07:05:19 +00:00
{
2023-03-13 12:17:31 +00:00
"id": "pseudocode-in-obs",
2023-03-13 11:40:20 +00:00
"name": "Pseudocode",
2026-05-06 01:00:30 +00:00
"version": "1.6.5",
2023-03-13 07:05:19 +00:00
"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",
2023-06-07 07:57:09 +00:00
"authorUrl": "https://github.com/ytliu74",
2023-03-13 07:05:19 +00:00
"isDesktopOnly": false
2023-03-19 04:00:20 +00:00
}