From cb0f3cac7086986bd83f1951c64b2762f356b678 Mon Sep 17 00:00:00 2001 From: falsfour Date: Sun, 20 Jul 2025 19:55:03 +0200 Subject: [PATCH] gitkeeps --- .obsidian/daily-notes.json | 3 ++- .obsidian/workspace.json | 31 +++++++++++-------------------- Archives/.gitkeep | 0 Archives/areas/.gitkeep | 0 Archives/projects/.gitkeep | 0 Archives/resources/.gitkeep | 0 Areas/.gitkeep | 0 Journal/.gitkeep | 0 Journal/2025-07-20.md | 18 ++++++++++++++++++ Projects/.gitkeep | 0 Projects/newtest.md | 19 ------------------- Projects/somefilee.md | 20 -------------------- Resources/.gitkeep | 0 temporary.md | 2 +- 14 files changed, 32 insertions(+), 61 deletions(-) create mode 100644 Archives/.gitkeep create mode 100644 Archives/areas/.gitkeep create mode 100644 Archives/projects/.gitkeep create mode 100644 Archives/resources/.gitkeep create mode 100644 Areas/.gitkeep create mode 100644 Journal/.gitkeep create mode 100644 Journal/2025-07-20.md create mode 100644 Projects/.gitkeep delete mode 100644 Projects/newtest.md delete mode 100644 Projects/somefilee.md create mode 100644 Resources/.gitkeep diff --git a/.obsidian/daily-notes.json b/.obsidian/daily-notes.json index 876c72d..da85f5a 100644 --- a/.obsidian/daily-notes.json +++ b/.obsidian/daily-notes.json @@ -1,3 +1,4 @@ { - "folder": "Journal" + "folder": "Journal", + "template": "Templates/journal" } \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index d01b8ad..75c701b 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -48,23 +48,9 @@ "icon": "lucide-file", "title": "Obsidian vault" } - }, - { - "id": "9aa1188fd55df21d", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "temporary.md", - "mode": "source", - "source": false - }, - "icon": "lucide-file", - "title": "temporary" - } } ], - "currentTab": 3 + "currentTab": 2 } ], "direction": "vertical" @@ -212,10 +198,18 @@ "obsidian-git:Open Git source control": false } }, - "active": "9aa1188fd55df21d", + "active": "980cb3efe70a1119", "lastOpenFiles": [ - "Templates/default template.md", + "Archives/projects", + "Archives/resources", + "Archives/projects\n", + "Archives/areas", + "Projects/somefilee.md", + "Projects/newtest.md", + "Projects/tmp.md", + "Journal/2025-07-20.md", "temporary.md", + "Templates/default template.md", "Resources/Obsidian vault.md", "Templates/resource template.md", "Templates/project template.md", @@ -228,11 +222,8 @@ "Journal", "Resources", "Archives", - "Areas", - "Projects", "SomeNote.md", "Templates/default.md", - "Templates", "second.md" ] } \ No newline at end of file diff --git a/Archives/.gitkeep b/Archives/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Archives/areas/.gitkeep b/Archives/areas/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Archives/projects/.gitkeep b/Archives/projects/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Archives/resources/.gitkeep b/Archives/resources/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Areas/.gitkeep b/Areas/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Journal/.gitkeep b/Journal/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Journal/2025-07-20.md b/Journal/2025-07-20.md new file mode 100644 index 0000000..d1e61cb --- /dev/null +++ b/Journal/2025-07-20.md @@ -0,0 +1,18 @@ +--- +aliases: +language: English +created: 2025-07-20 +summary: obsidian setup day +tags: + - journal +--- + +This is my first daily note! I set up this obsidian vault as a mixture of PARA, daily notes and maybe zettelkasten in the resources folder. + + +Furthermore, i set up a local sync with the git plugin to sync between my devices. + + + + +Then, i started configuring the neovim obsidian.nvim plugin to work in the same way like obsidian does. Unfortunately not quite straightforward. Creating notes from templates works, copying the properties works, journaling works. Now, it is just that the obsidian.nvim plugin is designed to work as a zettelkasten. Therefore, it does not come with support for different folders straight out of the box. Hence, i need to somehow implement something that will change directories accordingly before creating the note. \ No newline at end of file diff --git a/Projects/.gitkeep b/Projects/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Projects/newtest.md b/Projects/newtest.md deleted file mode 100644 index 5a87ee1..0000000 --- a/Projects/newtest.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -aliases: [] -created: "2025-07-20" -language: English -status: hold -summary: "" ---- -## Tasks -- [ ] taskOne -- [ ] taskTwo - -## Notes - - -## Timeline - - -## Links - diff --git a/Projects/somefilee.md b/Projects/somefilee.md deleted file mode 100644 index f2e11ab..0000000 --- a/Projects/somefilee.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -aliases: [] -areas: [] -created: "2025-07-20" -language: English -status: hold -summary: "" ---- -## Tasks -- [ ] taskOne -- [ ] taskTwo - -## Notes - - -## Timeline - - -## Links - diff --git a/Resources/.gitkeep b/Resources/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/temporary.md b/temporary.md index dfd020a..865e251 100644 --- a/temporary.md +++ b/temporary.md @@ -10,4 +10,4 @@ summary: Temporary notes that are not integrated yet - integrate exvault into this format - [ ] 1053 and DE29 5335 0000 1032 3057 48 -- [ ] +- [ ] nvim ,on will create a new note from template. great. but it has to create the note in the correct folder! it will just create the note in the folder it was created in