gitkeeps
This commit is contained in:
parent
c047d22260
commit
cb0f3cac70
3
.obsidian/daily-notes.json
vendored
3
.obsidian/daily-notes.json
vendored
@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"folder": "Journal"
|
"folder": "Journal",
|
||||||
|
"template": "Templates/journal"
|
||||||
}
|
}
|
||||||
31
.obsidian/workspace.json
vendored
31
.obsidian/workspace.json
vendored
@ -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
0
Archives/.gitkeep
Normal file
0
Archives/areas/.gitkeep
Normal file
0
Archives/areas/.gitkeep
Normal file
0
Archives/projects/.gitkeep
Normal file
0
Archives/projects/.gitkeep
Normal file
0
Archives/resources/.gitkeep
Normal file
0
Archives/resources/.gitkeep
Normal file
0
Areas/.gitkeep
Normal file
0
Areas/.gitkeep
Normal file
0
Journal/.gitkeep
Normal file
0
Journal/.gitkeep
Normal file
18
Journal/2025-07-20.md
Normal file
18
Journal/2025-07-20.md
Normal 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
0
Projects/.gitkeep
Normal file
@ -1,19 +0,0 @@
|
|||||||
---
|
|
||||||
aliases: []
|
|
||||||
created: "2025-07-20"
|
|
||||||
language: English
|
|
||||||
status: hold
|
|
||||||
summary: ""
|
|
||||||
---
|
|
||||||
## Tasks
|
|
||||||
- [ ] taskOne
|
|
||||||
- [ ] taskTwo
|
|
||||||
|
|
||||||
## Notes
|
|
||||||
|
|
||||||
|
|
||||||
## Timeline
|
|
||||||
|
|
||||||
|
|
||||||
## Links
|
|
||||||
|
|
||||||
@ -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
0
Resources/.gitkeep
Normal 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user