maschmann revised this gist 7 months ago. Go to revision
1 file changed, 5 insertions, 5 deletions
00 obsidian-base-structure.md
| @@ -1,10 +1,10 @@ | |||
| 1 | 1 | # Base structure | |
| 2 | 2 | ||
| 3 | - | * 10. projects | |
| 4 | - | * 20. areas | |
| 5 | - | * 30. resources | |
| 6 | - | * 80. archive | |
| 7 | - | * 90. assets | |
| 3 | + | - '10. projects | |
| 4 | + | - '20. areas | |
| 5 | + | - '30. resources | |
| 6 | + | - '80. archive | |
| 7 | + | - '90. assets | |
| 8 | 8 | - templates | |
| 9 | 9 | - images | |
| 10 | 10 | ||
maschmann revised this gist 7 months ago. Go to revision
1 file changed, 0 insertions, 0 deletions
obsidian-base-structure.md renamed to 00 obsidian-base-structure.md
File renamed without changes
maschmann revised this gist 7 months ago. Go to revision
8 files changed, 184 insertions
note area (file created)
| @@ -0,0 +1,17 @@ | |||
| 1 | + | --- | |
| 2 | + | parent: "[[20. areas/notes ToC]]" | |
| 3 | + | tags: [area-note] | |
| 4 | + | date: <% tp.file.creation_date("YYYY-MM-DD") %> | |
| 5 | + | --- | |
| 6 | + | tags: | |
| 7 | + | # <% tp.file.title %> | |
| 8 | + | ||
| 9 | + | <% tp.file.cursor(1) %> | |
| 10 | + | ||
| 11 | + | --- | |
| 12 | + | [[<% tp.date.now("YYYY-MM-DD") %>]] | id: <% tp.date.now("YYYY-MM-DD-HHmm") %> | |
| 13 | + | <%* | |
| 14 | + | const formattedDate = tp.date.now("YYYY-MM-DD"); | |
| 15 | + | tp.file.rename(formattedDate); | |
| 16 | + | await tp.file.move("/20. areas/" + formattedDate + " " + tp.file.title); | |
| 17 | + | %> | |
note daily (file created)
| @@ -0,0 +1,28 @@ | |||
| 1 | + | --- | |
| 2 | + | tags: [daily-note, <% tp.file.creation_date("YYYY-MM-DD") %>] | |
| 3 | + | date: <% tp.file.creation_date("YYYY-MM-DD") %> | |
| 4 | + | --- | |
| 5 | + | # <% moment(tp.file.title,'YYYY-MM-DD').format("dddd, MMMM DD, YYYY") %> | |
| 6 | + | ||
| 7 | + | --- | |
| 8 | + | # Tasks | |
| 9 | + | ||
| 10 | + | * [ ] <% tp.file.cursor() %> | |
| 11 | + | ||
| 12 | + | --- | |
| 13 | + | # 📝 Notes | |
| 14 | + | - | |
| 15 | + | ||
| 16 | + | --- | |
| 17 | + | ## Notes created today | |
| 18 | + | ```dataview | |
| 19 | + | List FROM "" WHERE file.cday = date("<%tp.date.now("YYYY-MM-DD")%>") SORT file.ctime asc | |
| 20 | + | ``` | |
| 21 | + | ||
| 22 | + | ## Notes last touched today | |
| 23 | + | ```dataview | |
| 24 | + | List FROM "" WHERE file.mday = date("<%tp.date.now("YYYY-MM-DD")%>") SORT file.mtime asc | |
| 25 | + | ``` | |
| 26 | + | ||
| 27 | + | --- | |
| 28 | + | [[<% tp.date.now("YYYY-MM-DD") %>]] | id: <% tp.date.now("YYYY-MM-DD-HHmm") %> | |
note meeting (file created)
| @@ -0,0 +1,38 @@ | |||
| 1 | + | --- | |
| 2 | + | parent: "[[<% tp.file.creation_date("YYYY") %>/0000 meeting notes ToC]]" | |
| 3 | + | tags: [meeting-note] | |
| 4 | + | type: meeting | |
| 5 | + | company: | |
| 6 | + | summary: | |
| 7 | + | date: <% tp.file.creation_date("YYYY-MM-DD HH:mm") %> | |
| 8 | + | --- | |
| 9 | + | tags: | |
| 10 | + | # <% tp.file.title %> | |
| 11 | + | ## Teilnehmer | |
| 12 | + | ||
| 13 | + | * [[Marc Aschmann]] | |
| 14 | + | ||
| 15 | + | ||
| 16 | + | ## Agenda | |
| 17 | + | ||
| 18 | + | ||
| 19 | + | ||
| 20 | + | ## Notizen | |
| 21 | + | ||
| 22 | + | <% tp.file.cursor(1) %> | |
| 23 | + | ||
| 24 | + | ## Aufgaben | |
| 25 | + | ||
| 26 | + | - [ ] | |
| 27 | + | ||
| 28 | + | ## Ressourcen | |
| 29 | + | ||
| 30 | + | ||
| 31 | + | --- | |
| 32 | + | [[<% tp.date.now("YYYY-MM-DD") %>]] | id: <% tp.date.now("YYYY-MM-DD-HHmm") %> | |
| 33 | + | ||
| 34 | + | <%* | |
| 35 | + | const formattedDate = tp.date.now("YYYY-MM-DD-HHmm"); | |
| 36 | + | tp.file.rename(formattedDate); | |
| 37 | + | await tp.file.move("/80. archive/meetings/" + tp.date.now("YYYY") + "/" + tp.date.now("MM") + "/" + formattedDate + " " + tp.file.title); | |
| 38 | + | %> | |
note project (file created)
| @@ -0,0 +1,18 @@ | |||
| 1 | + | --- | |
| 2 | + | parent: "[[10. projects/notes ToC]]" | |
| 3 | + | tags: [project-note] | |
| 4 | + | date: <% tp.file.creation_date("YYYY-MM-DD") %> | |
| 5 | + | --- | |
| 6 | + | tags: | |
| 7 | + | # <% tp.file.title %> | |
| 8 | + | ||
| 9 | + | <% tp.file.cursor(1) %> | |
| 10 | + | ||
| 11 | + | <%* | |
| 12 | + | const formattedDate = tp.date.now("YYYY-MM-DD"); | |
| 13 | + | tp.file.rename(formattedDate); | |
| 14 | + | await tp.file.move("/10. projects/" + tp.file.title); | |
| 15 | + | %> | |
| 16 | + | ||
| 17 | + | --- | |
| 18 | + | [[<% tp.date.now("YYYY-MM-DD") %>]] | id: <% tp.date.now("YYYY-MM-DD-HHmm") %> | |
note resource (file created)
| @@ -0,0 +1,17 @@ | |||
| 1 | + | --- | |
| 2 | + | parent: "[[resources ToC]]" | |
| 3 | + | tags: [resource-note] | |
| 4 | + | date: <% tp.file.creation_date("YYYY-MM-DD") %> | |
| 5 | + | --- | |
| 6 | + | tags: | |
| 7 | + | # <% tp.file.title %> | |
| 8 | + | ||
| 9 | + | <% tp.file.cursor(1) %> | |
| 10 | + | ||
| 11 | + | --- | |
| 12 | + | [[<% tp.date.now("YYYY-MM-DD") %>]] | id: <% tp.date.now("YYYY-MM-DD-HHmm") %> | |
| 13 | + | <%* | |
| 14 | + | const formattedDate = tp.date.now("YYYY-MM-DD"); | |
| 15 | + | tp.file.rename(formattedDate); | |
| 16 | + | await tp.file.move("/30. resources/" + tp.file.title); | |
| 17 | + | %> | |
obsidian-base-structure.md(file created)
| @@ -0,0 +1,30 @@ | |||
| 1 | + | # Base structure | |
| 2 | + | ||
| 3 | + | * 10. projects | |
| 4 | + | * 20. areas | |
| 5 | + | * 30. resources | |
| 6 | + | * 80. archive | |
| 7 | + | * 90. assets | |
| 8 | + | - templates | |
| 9 | + | - images | |
| 10 | + | ||
| 11 | + | # plugins | |
| 12 | + | ||
| 13 | + | ## Obsidian | |
| 14 | + | ||
| 15 | + | * Vorlagen -> Speicherort | |
| 16 | + | * Tag-Bereich -> aktiv | |
| 17 | + | ||
| 18 | + | ## External | |
| 19 | + | * advanced slides | |
| 20 | + | * advanced tables | |
| 21 | + | * calendar | |
| 22 | + | * checklist | |
| 23 | + | * dataview | |
| 24 | + | * enhancing mindmap | |
| 25 | + | * periodic notes | |
| 26 | + | - daily notes -> YYYY/MM/YYYY-MM-DD | |
| 27 | + | - template -> folder | |
| 28 | + | - note folder -> 80. archive/notes | |
| 29 | + | * templater | |
| 30 | + | * | |
people(file created)
| @@ -0,0 +1,24 @@ | |||
| 1 | + | --- | |
| 2 | + | parent: "[[0000 people ToC]]" | |
| 3 | + | tags: [people] | |
| 4 | + | company: | |
| 5 | + | location: | |
| 6 | + | title: | |
| 7 | + | email: | |
| 8 | + | website: | |
| 9 | + | aliases: | |
| 10 | + | --- | |
| 11 | + | tags: | |
| 12 | + | ||
| 13 | + | # [[<% tp.file.title %>]] | |
| 14 | + | <% await tp.file.move("/30. resources/people/" + tp.file.title) %> | |
| 15 | + | ||
| 16 | + | ## Notes | |
| 17 | + | - | |
| 18 | + | ||
| 19 | + | ## Meetings | |
| 20 | + | ```dataview | |
| 21 | + | TABLE file.cday as Created, summary AS "Summary" | |
| 22 | + | FROM "80. archive/meetings" where contains(file.outlinks, [[]]) | |
| 23 | + | SORT file.cday DESC | |
| 24 | + | ``` | |
toc template (file created)
| @@ -0,0 +1,12 @@ | |||
| 1 | + | --- | |
| 2 | + | tags: [ToC] | |
| 3 | + | date: <% tp.file.creation_date("YYYY-MM-DD HH:mm") %> | |
| 4 | + | --- | |
| 5 | + | ||
| 6 | + | Linked documents: | |
| 7 | + | ||
| 8 | + | ```dataview | |
| 9 | + | list from [[]] and !outgoing([[]]) | |
| 10 | + | ``` | |
| 11 | + | ||
| 12 | + | --- | |