From e33ab5d25899f72be08057cd8fe67ea1fdc85fb7 Mon Sep 17 00:00:00 2001 From: Ryo <36154873+RyoJerryYu@users.noreply.github.com> Date: Thu, 9 Oct 2025 13:07:54 +0800 Subject: [PATCH] docs: acknowledge inspiration from obsidian-graphs plugin in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 92447e5..cbc72a1 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,5 @@ This plugin uses - [JSXGraph](https://jsxgraph.org/wp/index.html) - [JessieCode](https://github.com/jsxgraph/JessieCode) + +And also thanks to [obsidian-graphs](https://github.com/DylanHojnoski/obsidian-graphs) plugin for the inspiration.