From 66c3bbfa94d8a41e58adf154be25e6d86fee8e30 Mon Sep 17 00:00:00 2001 From: "martial.simon" Date: Sun, 13 Apr 2025 19:54:19 +0200 Subject: init: initial commit --- .obsidian/plugins/obsidian-latex-suite/manifest.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 .obsidian/plugins/obsidian-latex-suite/manifest.json (limited to '.obsidian/plugins/obsidian-latex-suite/manifest.json') diff --git a/.obsidian/plugins/obsidian-latex-suite/manifest.json b/.obsidian/plugins/obsidian-latex-suite/manifest.json new file mode 100755 index 0000000..5a4ffd6 --- /dev/null +++ b/.obsidian/plugins/obsidian-latex-suite/manifest.json @@ -0,0 +1,11 @@ +{ + "id": "obsidian-latex-suite", + "name": "Latex Suite", + "version": "1.9.8", + "minAppVersion": "1.0.0", + "description": "Make typesetting LaTeX math as fast as handwriting through snippets, text expansion, and editor enhancements", + "author": "artisticat", + "authorUrl": "https://github.com/artisticat1", + "fundingUrl": "https://ko-fi.com/artisticat", + "isDesktopOnly": false +} -- cgit v1.2.3