From 7ed9f6e218ca35738cdba7996532e810bfbbcdde Mon Sep 17 00:00:00 2001 From: CoderSherlock Date: Wed, 3 Apr 2024 21:37:23 -0700 Subject: [PATCH] Initial commit --- .gitmodules | 3 +++ Readme.md | 1 + obsidian-AI-note | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 100644 Readme.md create mode 160000 obsidian-AI-note diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..82bec2e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "obsidian-AI-note"] + path = obsidian-AI-note + url = https://git.pengzhan.dev/haopengzhan/obsidian-AI-note.git diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..49eb819 --- /dev/null +++ b/Readme.md @@ -0,0 +1 @@ +# Entrypoint for all obsidian vaults diff --git a/obsidian-AI-note b/obsidian-AI-note new file mode 160000 index 0000000..39885dc --- /dev/null +++ b/obsidian-AI-note @@ -0,0 +1 @@ +Subproject commit 39885dc9a61444b436e5a41748f171073c8c1551