diff --git a/.obsidian/app.json b/.obsidian/app.json index 9e26dfe..c3d850d 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "attachmentFolderPath": "./附件" +} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 96318fa..922713e 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -44,8 +44,23 @@ "icon": "lucide-file", "title": "001_前言" } + }, + { + "id": "a556e58566628795", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "conflict-files-obsidian-git.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "conflict-files-obsidian-git" + } } - ] + ], + "currentTab": 1 } ], "direction": "vertical" @@ -204,11 +219,11 @@ "pdf-plus:PDF++: Toggle auto-paste": false } }, - "active": "8e9bf87d81cab358", + "active": "a556e58566628795", "lastOpenFiles": [ - "考研/math/27张宇基础30讲高数.pdf", - "conflict-files-obsidian-git.md", "考研/math/001_前言.md", + "conflict-files-obsidian-git.md", + "考研/math/27张宇基础30讲高数.pdf", "考研/math/002_第1讲.md", "考研/math/004_第3讲.md", "考研/math/009_第8讲.md", diff --git a/conflict-files-obsidian-git.md b/conflict-files-obsidian-git.md new file mode 100644 index 0000000..d8bbd4f --- /dev/null +++ b/conflict-files-obsidian-git.md @@ -0,0 +1,17 @@ +# Conflicts +Please resolve them and commit them using the commands `Git: Commit all changes` followed by `Git: Push` +(This file will automatically be deleted before commit) +[[#Additional Instructions]] available below file list + +- Not a file: .obsidian/workspace.json + +# Additional Instructions +I strongly recommend to use "Source mode" for viewing the conflicted files. For simple conflicts, in each file listed above replace every occurrence of the following text blocks with the desired text. + +```diff +<<<<<<< HEAD + File changes in local repository +======= + File changes in remote repository +>>>>>>> origin/main +``` \ No newline at end of file