From 5a50de6091a101ca26b09b541ae50eaf525a0950 Mon Sep 17 00:00:00 2001 From: Arvin Xu Date: Sun, 14 Jan 2024 21:47:32 +0800 Subject: [PATCH] Create TikZJax.json --- plugins/TikZJax.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugins/TikZJax.json diff --git a/plugins/TikZJax.json b/plugins/TikZJax.json new file mode 100644 index 0000000..a6551d1 --- /dev/null +++ b/plugins/TikZJax.json @@ -0,0 +1,13 @@ +{ + "author": "Arvin Xu", + "homepage": "https://github.com/arvinxx/lobe-plugin-tikzjax", + "identifier": "TikZJax", + "manifest": "https://lobe-plugin-tikzjax.arvinx.com/manifest.json", + "meta": { + "avatar": "📐", + "tags": ["latex", "svg", "visualization", "diagram", "math"], + "title": "TikZJax", + "description": "Convert LaTeX TikZ code into SVG images for crisp, scalable mathematical diagrams and visualizations." + }, + "schemaVersion": 1 +}