Skip to content

Commit d155c4c

Browse files
author
dvogt23
committed
Notes/README.md
Notes/SUMMARY.md Notes/Vault.md Notes/images/images.md Notes/misc/misc.md Notes/personal/input/movies.md Notes/personal/personal.md Notes/tech/tech.md Notes/templates/dairy.md Notes/templates/templates.md Notes/travel/travel.md
1 parent 2d34ca5 commit d155c4c

File tree

11 files changed

+100
-1
lines changed

11 files changed

+100
-1
lines changed

Notes/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
sticker: lucide//shield-question
3+
---
14
# Notes
25

36
This is a place for some personal notes. I try to use the zettelkasten method. Thats should help me to summarize all the input that I'm reading day by day. My workflow is dead simple with a vim plugin (vimwiki/vim-zettel) and a synchronised folder to my private nextcloud and a github repository for converting all the notes to a [mdBook](https://github.com/rust-lang/mdBook). On my mobile (iPhone) actually I prefer to use [obsidian (mobile)](obsidian.md) for editing my markdown files and sync these via WebDAV on my Nextcloud.

Notes/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: SUMMARY
33
aliases: []
44
tags: []
5+
sticker: lucide//sticky-note
56
---
67

78
# Summary

Notes/Vault.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
_filters: []
3+
_contexts: []
4+
_links: []
5+
_sort:
6+
field: name
7+
asc: true
8+
group: false
9+
_template: ""
10+
_templateName: ""
11+
---

Notes/images/images.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
_filters: []
3+
_contexts: []
4+
_links: []
5+
_sort:
6+
field: rank
7+
asc: false
8+
group: false
9+
_template: ""
10+
_templateName: ""
11+
color: var(--mk-color-base-30)
12+
---

Notes/misc/misc.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
_filters: []
3+
_contexts: []
4+
_links: []
5+
_sort:
6+
field: rank
7+
asc: false
8+
group: false
9+
_template: ""
10+
_templateName: ""
11+
color: ""
12+
sticker: lucide//network
13+
---

Notes/personal/input/movies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
Absolute favourite movies:
44
- [Lucky number slevin](https://www.imdb.com/title/tt0425210)
5+
- [Good will hunting](https://www.imdb.com/title/tt0119217)
56
- Most of the "old" movies from [Guy Ritchie](https://www.imdb.com/name/nm0005363)

Notes/personal/personal.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
_filters: []
3+
_contexts: []
4+
_links: []
5+
_sort:
6+
field: rank
7+
asc: false
8+
group: false
9+
_template: ""
10+
_templateName: ""
11+
color: var(--mk-color-teal)
12+
---

Notes/tech/tech.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
_filters: []
3+
_contexts: []
4+
_links: []
5+
_sort:
6+
field: rank
7+
asc: false
8+
group: false
9+
_template: ""
10+
_templateName: ""
11+
color: var(--mk-color-charcoal)
12+
sticker: lucide//code-2
13+
---

Notes/templates/dairy.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,12 @@
22
tags: daily diary
33
---
44
### Todo
5+
- [ ]
6+
```tasks
7+
description regex does not match /^\s*$/
8+
scheduled before today
9+
not done
10+
path does not include {{query.file.path}}
11+
```
512
### Log
6-
-
13+
-

Notes/templates/templates.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
_filters: []
3+
_contexts: []
4+
_links: []
5+
_sort:
6+
field: rank
7+
asc: false
8+
group: false
9+
_template: ""
10+
_templateName: ""
11+
color: var(--mk-ui-background-selected)
12+
sticker: lucide//newspaper
13+
---

0 commit comments

Comments
 (0)