00 obsidian-base-structure.md
· 425 B · Markdown
Raw
# Base structure
- '10. projects
- '20. areas
- '30. resources
- '80. archive
- '90. assets
- templates
- images
# plugins
## Obsidian
* Vorlagen -> Speicherort
* Tag-Bereich -> aktiv
## External
* advanced slides
* advanced tables
* calendar
* checklist
* dataview
* enhancing mindmap
* periodic notes
- daily notes -> YYYY/MM/YYYY-MM-DD
- template -> folder
- note folder -> 80. archive/notes
* templater
*
Base structure
- '10. projects
- '20. areas
- '30. resources
- '80. archive
- '90. assets
- templates
- images
plugins
Obsidian
- Vorlagen -> Speicherort
- Tag-Bereich -> aktiv
External
- advanced slides
- advanced tables
- calendar
- checklist
- dataview
- enhancing mindmap
- periodic notes
- daily notes -> YYYY/MM/YYYY-MM-DD
- template -> folder
- note folder -> 80. archive/notes
- templater
note area
· 406 B · Text
Raw
---
parent: "[[20. areas/notes ToC]]"
tags: [area-note]
date: <% tp.file.creation_date("YYYY-MM-DD") %>
---
tags:
# <% tp.file.title %>
<% tp.file.cursor(1) %>
---
[[<% tp.date.now("YYYY-MM-DD") %>]] | id: <% tp.date.now("YYYY-MM-DD-HHmm") %>
<%*
const formattedDate = tp.date.now("YYYY-MM-DD");
tp.file.rename(formattedDate);
await tp.file.move("/20. areas/" + formattedDate + " " + tp.file.title);
%>
| 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
· 606 B · Text
Raw
---
tags: [daily-note, <% tp.file.creation_date("YYYY-MM-DD") %>]
date: <% tp.file.creation_date("YYYY-MM-DD") %>
---
# <% moment(tp.file.title,'YYYY-MM-DD').format("dddd, MMMM DD, YYYY") %>
---
# Tasks
* [ ] <% tp.file.cursor() %>
---
# 📝 Notes
-
---
## Notes created today
```dataview
List FROM "" WHERE file.cday = date("<%tp.date.now("YYYY-MM-DD")%>") SORT file.ctime asc
```
## Notes last touched today
```dataview
List FROM "" WHERE file.mday = date("<%tp.date.now("YYYY-MM-DD")%>") SORT file.mtime asc
```
---
[[<% tp.date.now("YYYY-MM-DD") %>]] | id: <% tp.date.now("YYYY-MM-DD-HHmm") %>
| 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
· 656 B · Text
Raw
---
parent: "[[<% tp.file.creation_date("YYYY") %>/0000 meeting notes ToC]]"
tags: [meeting-note]
type: meeting
company:
summary:
date: <% tp.file.creation_date("YYYY-MM-DD HH:mm") %>
---
tags:
# <% tp.file.title %>
## Teilnehmer
* [[Marc Aschmann]]
## Agenda
## Notizen
<% tp.file.cursor(1) %>
## Aufgaben
- [ ]
## Ressourcen
---
[[<% tp.date.now("YYYY-MM-DD") %>]] | id: <% tp.date.now("YYYY-MM-DD-HHmm") %>
<%*
const formattedDate = tp.date.now("YYYY-MM-DD-HHmm");
tp.file.rename(formattedDate);
await tp.file.move("/80. archive/meetings/" + tp.date.now("YYYY") + "/" + tp.date.now("MM") + "/" + formattedDate + " " + tp.file.title);
%>
| 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
· 394 B · Text
Raw
---
parent: "[[10. projects/notes ToC]]"
tags: [project-note]
date: <% tp.file.creation_date("YYYY-MM-DD") %>
---
tags:
# <% tp.file.title %>
<% tp.file.cursor(1) %>
<%*
const formattedDate = tp.date.now("YYYY-MM-DD");
tp.file.rename(formattedDate);
await tp.file.move("/10. projects/" + tp.file.title);
%>
---
[[<% tp.date.now("YYYY-MM-DD") %>]] | id: <% tp.date.now("YYYY-MM-DD-HHmm") %>
| 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
· 386 B · Text
Raw
---
parent: "[[resources ToC]]"
tags: [resource-note]
date: <% tp.file.creation_date("YYYY-MM-DD") %>
---
tags:
# <% tp.file.title %>
<% tp.file.cursor(1) %>
---
[[<% tp.date.now("YYYY-MM-DD") %>]] | id: <% tp.date.now("YYYY-MM-DD-HHmm") %>
<%*
const formattedDate = tp.date.now("YYYY-MM-DD");
tp.file.rename(formattedDate);
await tp.file.move("/30. resources/" + tp.file.title);
%>
| 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 | %> |
people
· 385 B · Text
Raw
---
parent: "[[0000 people ToC]]"
tags: [people]
company:
location:
title:
email:
website:
aliases:
---
tags:
# [[<% tp.file.title %>]]
<% await tp.file.move("/30. resources/people/" + tp.file.title) %>
## Notes
-
## Meetings
```dataview
TABLE file.cday as Created, summary AS "Summary"
FROM "80. archive/meetings" where contains(file.outlinks, [[]])
SORT file.cday DESC
```
| 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
· 149 B · Text
Raw
---
tags: [ToC]
date: <% tp.file.creation_date("YYYY-MM-DD HH:mm") %>
---
Linked documents:
```dataview
list from [[]] and !outgoing([[]])
```
---
| 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 | --- |