From 3a2bd7826c88437617bc1fe235d601ec5bdb85d6 Mon Sep 17 00:00:00 2001 From: shibadogcap <132909895+shibadogcap@users.noreply.github.com> Date: Sat, 1 Nov 2025 21:48:11 +0900 Subject: [PATCH] Add Export To TeX Enhanced plugin details --- community-plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community-plugins.json b/community-plugins.json index afd87154054..7403c9e116e 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -18709,5 +18709,12 @@ "author": "zmister", "description": "Synchronize documents between your vault and MrDoc.", "repo": "zmister2016/obsidian-mrdoc" + }, + { + "id": "export-to-tex-enhanced", + "name": "Export To TeX Enhanced", + "author": "shibadogcap", + "description": "Enhanced LaTeX export with Japanese localization, advanced table rendering, and modal-based workflows.", + "repo": "shibadogcap/obsidian-export-to-tex-enhanced" } ]