initiale Übernahme
This commit is contained in:
28
Templates/Daily Template.md
Normal file
28
Templates/Daily Template.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
created: <% tp.file.creation_date() %>
|
||||
---
|
||||
tags:: [[+Daily Notes]]
|
||||
|
||||
# <% moment(tp.file.title,'YYYY-MM-DD').format("dddd, MMMM DD, YYYY") %>
|
||||
|
||||
---
|
||||
# Tägliche Aufgaben
|
||||
- [x] Laufen
|
||||
- [ ] Gitarre üben
|
||||
- [ ] Tagebucheintrag
|
||||
|
||||
# Heutige Aufgaben
|
||||
|
||||
---
|
||||
# Notizen / Tagebuch
|
||||
|
||||
---
|
||||
### neue Notizen heute
|
||||
```dataview
|
||||
List FROM "" WHERE file.cday=date("<%tp.date.now("YYYY-MM-DD")%>") SORT file.ctime asc
|
||||
```
|
||||
|
||||
### bearbeitete Notizen heute
|
||||
```dataview
|
||||
List FROM "" WHERE file.mday = date("<%tp.date.now("YYYY-MM-DD")%>") SORT file.mtime asc
|
||||
```
|
||||
20
Templates/Dauerhaft_Template.md
Normal file
20
Templates/Dauerhaft_Template.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
creation date: <% tp.file.creation_date() %>
|
||||
modification date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %>
|
||||
---
|
||||
|
||||
#### Gedanke / Idee:
|
||||
|
||||
#### Tags:
|
||||
|
||||
|
||||
#### Links
|
||||
```dataview
|
||||
TABLE WITHOUT ID file.link AS "Wird verlinkt"
|
||||
WHERE contains(file.outlinks, this.file.link)
|
||||
```
|
||||
|
||||
```dataview
|
||||
TABLE WITHOUT ID file.link AS "verlinkt auf"
|
||||
WHERE contains(file.inlinks, this.file.link)
|
||||
```
|
||||
82
Templates/GameDesignDocument_Template.md
Normal file
82
Templates/GameDesignDocument_Template.md
Normal file
@@ -0,0 +1,82 @@
|
||||
|
||||
# Game Title
|
||||
|
||||
### Game Design Document
|
||||
|
||||
## Changelog
|
||||
|
||||
| Date of change | Change description | Developer Name |
|
||||
| -------------- | ------------------ | -------------- |
|
||||
| | | |
|
||||
| | | |
|
||||
| | | |
|
||||
| | | |
|
||||
## Summary
|
||||
Describe the game in 2-5 sentences.
|
||||
### Unique Features
|
||||
List 2-5 unique selling features of your game.
|
||||
### MVP
|
||||
Describe the minimal viable product you’ll be delivering.
|
||||
## Story
|
||||
### Characters
|
||||
Description
|
||||
### Setting
|
||||
Description
|
||||
### Narrative
|
||||
Description
|
||||
## Gameplay
|
||||
### Design Pillars
|
||||
List and explain
|
||||
### Core Loop
|
||||
Core gameplay loop of the game.
|
||||
### Mechanics
|
||||
List all relevant mechanics and their use
|
||||
### Dynamics
|
||||
List and explain how mechanics tie into this
|
||||
### Additional sections (Optional)
|
||||
List and explain
|
||||
#### Levels
|
||||
##### Level Progression
|
||||
How the player progresses through the game.
|
||||
#### Environments
|
||||
Description
|
||||
#### Link to Level Design Document
|
||||
Link
|
||||
## Art
|
||||
### Summary
|
||||
Describe and explain
|
||||
### Link to Art Bible
|
||||
Link
|
||||
## UI, Systems & Options
|
||||
### UI
|
||||
Description/link to additional documentation
|
||||
### Systems
|
||||
Description/link to additional documentation
|
||||
### Options & Controls
|
||||
Description/link to additional documentation
|
||||
## Audio
|
||||
### Summary
|
||||
Describe and explain
|
||||
### Link to Audio Document
|
||||
Link
|
||||
## Analysis
|
||||
### Market/Competitor Analysis
|
||||
Top competitors, market status, conclusions (can link to outside document)
|
||||
### Technical Analysis
|
||||
Experimental features, used tech (can link to outside document)
|
||||
### Legal Analysis
|
||||
Trademarked/copyrighted material…
|
||||
## Target
|
||||
### Target Audience
|
||||
Describe and explain
|
||||
### Target Device
|
||||
Describe and explain
|
||||
### Target Budget
|
||||
Describe and explain
|
||||
## Marketing
|
||||
### Promotions
|
||||
Describe and explain
|
||||
### Community
|
||||
Describe and explain
|
||||
## Development Plan
|
||||
How will the game be made?
|
||||
31
Templates/Glaubenssatz_Template.md
Normal file
31
Templates/Glaubenssatz_Template.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
creation date: <% tp.file.creation_date() %>
|
||||
modification date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %>
|
||||
---
|
||||
|
||||
#### nach: [[LT0032_robbins2017_Grenzenlose Energie]]
|
||||
|
||||
|
||||
|
||||
‘Sie müssen den Glaubenssatz finden, der Ihr Ziel unterstützt, der Sie dorthin bringt, wo Sie hin wollen. Wenn Ihre Glaubenssätze das nicht leisten, müssen Sie sie loswerden und neue finden.’
|
||||
—Anthony Robbins, “Grenzenlose Energie - Das Powerprinzip: Wie Sie Ihre persönlichen Schwächen in positive Energie verwandeln (German Edition)”, p. 99
|
||||
#### Datum:
|
||||
|
||||
#### aktuelle Ziele:
|
||||
|
||||
##### 5 Glaubenssätze, die mein Handeln aktuell beeinflussen:
|
||||
1. Satz:
|
||||
2. Satz:
|
||||
3. Satz:
|
||||
4. Satz:
|
||||
5. Satz:
|
||||
|
||||
|
||||
##### 5 Glaubenssätze, die mein Handeln zukünftig beeinflussen sollen:
|
||||
1. Satz:
|
||||
2. Satz:
|
||||
3. Satz:
|
||||
4. Satz:
|
||||
5. Satz:
|
||||
|
||||
|
||||
21
Templates/Literatur_Notiz_Template.md
Normal file
21
Templates/Literatur_Notiz_Template.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
creation date: <% tp.file.creation_date() %>
|
||||
modification date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %>
|
||||
---
|
||||
#### Nach:
|
||||
|
||||
#### Notiz:
|
||||
|
||||
#### Tags:
|
||||
|
||||
|
||||
#### Links
|
||||
```dataview
|
||||
TABLE WITHOUT ID file.link AS "Wird verlinkt"
|
||||
WHERE contains(file.outlinks, this.file.link)
|
||||
```
|
||||
|
||||
```dataview
|
||||
TABLE WITHOUT ID file.link AS "verlinkt auf"
|
||||
WHERE contains(file.inlinks, this.file.link)
|
||||
```
|
||||
45
Templates/Literatur_Template.md
Normal file
45
Templates/Literatur_Template.md
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
category: literaturenote
|
||||
tags: {% if allTags %}{{allTags}}{% endif %}
|
||||
citekey: {{citekey}}
|
||||
dateread:
|
||||
---
|
||||
|
||||
> [!Cite]
|
||||
> {{citekey}}
|
||||
|
||||
>[!md]
|
||||
{% for type, creators in creators | groupby("creatorType") -%}
|
||||
{%- for creator in creators -%}
|
||||
> **{{"First" if loop.first}}{{type | capitalize}}**::
|
||||
{%- if creator.name %} {{creator.name}}
|
||||
{%- else %} {{creator.lastName}}, {{creator.firstName}}
|
||||
{%- endif %}
|
||||
{% endfor %}~
|
||||
{%- endfor %}
|
||||
> **Title**:: {{title}}
|
||||
> **Year**:: {{date | format("YYYY")}}
|
||||
> **Citekey**:: {{citekey}} {%- if itemType %}
|
||||
> **itemType**:: {{itemType}}{%- endif %}{%- if itemType == "journalArticle" %}
|
||||
> **Journal**:: *{{publicationTitle}}* {%- endif %}{%- if volume %}
|
||||
> **Volume**:: {{volume}} {%- endif %}{%- if issue %}
|
||||
> **Issue**:: {{issue}} {%- endif %}{%- if itemType == "bookSection" %}
|
||||
> **Book**:: {{publicationTitle}} {%- endif %}{%- if publisher %}
|
||||
> **Publisher**:: {{publisher}} {%- endif %}{%- if place %}
|
||||
> **Location**:: {{place}} {%- endif %}{%- if pages %}
|
||||
> **Pages**:: {{pages}} {%- endif %}{%- if DOI %}
|
||||
> **DOI**:: {{DOI}} {%- endif %}{%- if ISBN %}
|
||||
> **ISBN**:: {{ISBN}} {%- endif %}
|
||||
|
||||
|
||||
> [!Abstract]
|
||||
> {%- if abstractNote %}
|
||||
> {{abstractNote}}
|
||||
> {%- endif -%}.
|
||||
>
|
||||
# Notes
|
||||
```dataview
|
||||
TABLE WITHOUT ID file.link AS "Notizen"
|
||||
WHERE contains(file.outlinks, this.file.link)
|
||||
```
|
||||
|
||||
16
Templates/Motivationstabelle_Template.md
Normal file
16
Templates/Motivationstabelle_Template.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
creation date: <% tp.file.creation_date() %>
|
||||
modification date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %>
|
||||
---
|
||||
|
||||
#### Datum:
|
||||
|
||||
#### aktuelle Motivationstabelle:
|
||||
|
||||
| Nr. | Ziel | Warum | I / E | D 1-4 / W1-4 |
|
||||
| --- | -------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ----- | ------------ |
|
||||
| 1 | Erziehe meine Kinder zu eigenständigen Erwachsenen | Ich liebe sie und möchte, dass sie das Leben genießen werden | I / E | 4 / 4 |
|
||||
| 2 | Beziehungen neu Denken und leben | Ich möchte noch einmal in meinem Leben wirklich leben und nicht von anderen gesteuert werden und ich möchte so viel über das Miteinander erfahren. | I | 4 / 3 |
|
||||
| 3 | Mit Michi gehen | Ich hab Michi sehr gerne und möchte sie gerne näher kennen lernen | I | 4 / 3 |
|
||||
| 4 | Im Job wieder interessante Aufgaben haben | Aktuell ist mir im Job langweilig. | I | 3 / 2 |
|
||||
| 5 | | | | |
|
||||
14
Templates/Themen_Template.md
Normal file
14
Templates/Themen_Template.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
creation date: <% tp.file.creation_date() %>
|
||||
modification date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %>
|
||||
---
|
||||
#### Literatur-Verweise:
|
||||
|
||||
|
||||
#### Notiz-Verweise:
|
||||
|
||||
|
||||
#### Themenbeschreibung:
|
||||
|
||||
|
||||
#### Tags:
|
||||
Reference in New Issue
Block a user