From 7f5baa0408f8f4a5f201aee8c00da598b98c77bc Mon Sep 17 00:00:00 2001 From: Xavier Denis Date: Sun, 20 Dec 2020 21:41:13 -0600 Subject: [PATCH] Fix plugin id --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d3cc96b..c121563 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "id": "obsidian-extended-mathjax", + "id": "obsidian-latex", "name": "Extended MathJax", "version": "0.1.0", "minAppVersion": "0.9.12",