This commit is contained in:
falsfour 2025-07-20 19:55:03 +02:00
parent c047d22260
commit cb0f3cac70
14 changed files with 32 additions and 61 deletions

View File

@ -1,3 +1,4 @@
{ {
"folder": "Journal" "folder": "Journal",
"template": "Templates/journal"
} }

View File

@ -48,23 +48,9 @@
"icon": "lucide-file", "icon": "lucide-file",
"title": "Obsidian vault" "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" "direction": "vertical"
@ -212,10 +198,18 @@
"obsidian-git:Open Git source control": false "obsidian-git:Open Git source control": false
} }
}, },
"active": "9aa1188fd55df21d", "active": "980cb3efe70a1119",
"lastOpenFiles": [ "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", "temporary.md",
"Templates/default template.md",
"Resources/Obsidian vault.md", "Resources/Obsidian vault.md",
"Templates/resource template.md", "Templates/resource template.md",
"Templates/project template.md", "Templates/project template.md",
@ -228,11 +222,8 @@
"Journal", "Journal",
"Resources", "Resources",
"Archives", "Archives",
"Areas",
"Projects",
"SomeNote.md", "SomeNote.md",
"Templates/default.md", "Templates/default.md",
"Templates",
"second.md" "second.md"
] ]
} }

0
Archives/.gitkeep Normal file
View File

0
Archives/areas/.gitkeep Normal file
View File

View File

View File

0
Areas/.gitkeep Normal file
View File

0
Journal/.gitkeep Normal file
View File

18
Journal/2025-07-20.md Normal file
View File

@ -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.

0
Projects/.gitkeep Normal file
View File

View File

@ -1,19 +0,0 @@
---
aliases: []
created: "2025-07-20"
language: English
status: hold
summary: ""
---
## Tasks
- [ ] taskOne
- [ ] taskTwo
## Notes
## Timeline
## Links

View File

@ -1,20 +0,0 @@
---
aliases: []
areas: []
created: "2025-07-20"
language: English
status: hold
summary: ""
---
## Tasks
- [ ] taskOne
- [ ] taskTwo
## Notes
## Timeline
## Links

0
Resources/.gitkeep Normal file
View File

View File

@ -10,4 +10,4 @@ summary: Temporary notes that are not integrated yet
- integrate exvault into this format - integrate exvault into this format
- [ ] 1053 and DE29 5335 0000 1032 3057 48 - [ ] 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