summaryrefslogtreecommitdiff
path: root/.obsidian/plugins/pseudocode-in-obs/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to '.obsidian/plugins/pseudocode-in-obs/manifest.json')
-rwxr-xr-x.obsidian/plugins/pseudocode-in-obs/manifest.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/.obsidian/plugins/pseudocode-in-obs/manifest.json b/.obsidian/plugins/pseudocode-in-obs/manifest.json
new file mode 100755
index 0000000..35c4898
--- /dev/null
+++ b/.obsidian/plugins/pseudocode-in-obs/manifest.json
@@ -0,0 +1,10 @@
+{
+ "id": "pseudocode-in-obs",
+ "name": "Pseudocode",
+ "version": "1.6.1",
+ "minAppVersion": "0.15.0",
+ "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/ytliu74",
+ "isDesktopOnly": false
+} \ No newline at end of file