From ea7a0e06ff7d60a6974de81420c1d48dcdfc09a4 Mon Sep 17 00:00:00 2001 From: "Tomoya Matsuura(MacBookPro)" Date: Fri, 9 Feb 2024 00:07:24 +0900 Subject: [PATCH] [obsidian] vault backup: 2024-02-09 00:07:24 --- content/.obsidian/community-plugins.json | 4 ++-- content/.obsidian/plugins/obsidian-git/data.json | 4 ++-- content/private | 2 +- content/この研究ノートについて.md | 4 +++- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/content/.obsidian/community-plugins.json b/content/.obsidian/community-plugins.json index 02a26238..2a4c572c 100644 --- a/content/.obsidian/community-plugins.json +++ b/content/.obsidian/community-plugins.json @@ -1,8 +1,8 @@ [ - "obsidian-git", "obsidian-zotero-desktop-connector", "2hop-links-plus", "obsidian-auto-link-title", "obsidian-pandoc-reference-list", - "templater-obsidian" + "templater-obsidian", + "obsidian-git" ] \ No newline at end of file diff --git a/content/.obsidian/plugins/obsidian-git/data.json b/content/.obsidian/plugins/obsidian-git/data.json index e9696ccb..bc32d31f 100644 --- a/content/.obsidian/plugins/obsidian-git/data.json +++ b/content/.obsidian/plugins/obsidian-git/data.json @@ -17,14 +17,14 @@ "autoBackupAfterFileChange": false, "treeStructure": false, "refreshSourceControl": true, - "basePath": "", + "basePath": "../", "differentIntervalCommitAndPush": false, "changedFilesInStatusBar": false, "showedMobileNotice": true, "refreshSourceControlTimer": 7000, "showBranchStatusBar": true, "setLastSaveToLastCommit": false, - "submoduleRecurseCheckout": false, + "submoduleRecurseCheckout": true, "gitDir": "", "showFileMenu": true, "lineAuthor": { diff --git a/content/private b/content/private index 172a635e..6c3e4b0b 160000 --- a/content/private +++ b/content/private @@ -1 +1 @@ -Subproject commit 172a635e72ae0918f61377c8e278f6e1c7429448 +Subproject commit 6c3e4b0b8070d6d11fb4acf0c1950a96b5dd8e0e diff --git a/content/この研究ノートについて.md b/content/この研究ノートについて.md index b2ea02fd..ba2cab01 100644 --- a/content/この研究ノートについて.md +++ b/content/この研究ノートについて.md @@ -23,7 +23,9 @@ date: "2023-08-10T18:30:08+0900" 2024/02/25 -GitHubからGiteaにリポジトリを移動して、プライベートなものはリポジトリには登録(Obsidian上では同期されて見えている)。Quartzでは公開されない設定に変えた。 +GitHubからGiteaにリポジトリを移動して、プライベートなものはprivate以下をsubmoduleとして登録(Obsidian上では同期されて見えている)。 + +Giteaでprivateのリポジトリは非公開にした。 [[Gitea Actionsとrsync、Caddyで静的サイトをホストする]]