First Commit

This commit is contained in:
2024-12-02 15:11:30 +01:00
commit 031f6004de
4688 changed files with 441558 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
<%*
let title = tp.file.title;
let book_name = "";
let author = "";
if (title.startsWith("Untitled")) {
book_name = await tp.system.prompt("Book Name");
author = await tp.system.prompt("Author");
await tp.file.rename(title);
}
title = book_name + " by " + author
tp.file.move("5 Media/0 Books/" + title)
tR += "---"
%>
title: <%* tR += title %>
created_date: <% tp.file.creation_date('YYYY-MM-DD') %>
updated_date: <% tp.file.creation_date('YYYY-MM-DD') %>
aliases:
tags:
- book
type: book
book_name: <% book_name %>
author: <% author %>
status: not_started
---
# <%* tR += title %>
- **🏷Tags** : #<% tp.file.creation_date('MM-YYYY') %> #book
---
## Summary
> [!summary] Summary
> 3 Sentences only!
> - What are the main ideas?
> - If I implemented one idea from this book right now, which one would it be?
> - How would I describe the book to someone else?
---
## Ideas and Thoughts
> [!info]+ Inspiring Questions
> - Did you think about other concepts from other books?
> - Do the concepts fit to your past, to your memories?
> - Can you relive them and reflect them from a different angle?
---
## Clippings
> [!info] Import Clippings from Kindle
> Annotate Clippings with thoughts and cross references
---
```query
<% book_name %> <% author %>
-file: "<% title %>.md"
```

43
Templates/Company 1.md Normal file
View File

@@ -0,0 +1,43 @@
<%*
let title = tp.file.title;
if (title.startsWith("Untitled")) {
title = await tp.system.prompt("Company Name");
await tp.file.rename(title);
}
tR += "---"
%>
title: <%* tR += title %>
created_date: <% tp.file.creation_date('YYYY-MM-DD') %>
updated_date: <% tp.file.creation_date('YYYY-MM-DD') %>
aliases:
tags:
type: company
company_type:
economic_field:
---
# <%* tR += title %>
- **🏷Tags** : #<% tp.file.creation_date('MM-YYYY') %> #company
[ ](#anki-card)
## 📝 Notes
-
## 🔗 Links
-
# Merken
## Mag
## Mag nicht
## Aktuell Wichtige Themen
## Familie und Freunde
# Skills
# Netzwerk
# Geschenkideen
# Sammlung
## Zitate
## Erinnerungen
## Vergangene Themen
# Mentions

25
Templates/Company.md Normal file
View File

@@ -0,0 +1,25 @@
<%*
let title = tp.file.title;
if (title.startsWith("Untitled")) {
title = await tp.system.prompt("Company Name");
await tp.file.rename(title);
}
tp.file.move("8 Places/Businesses" + title)
tR += "---"
%>
title: <%* tR += title %>
created_date: <% tp.file.creation_date('YYYY-MM-DD') %>
updated_date: <% tp.file.creation_date('YYYY-MM-DD') %>
aliases:
tags:
type: company
company_type:
economic_field:
---
# <%* tR += title %>
- **🏷Tags** : #<% tp.file.creation_date('MM-YYYY') %> #company
[ ](#anki-card)
## 📝 Notes
-
## 🔗 Links
-

View File

@@ -0,0 +1,43 @@
---
Alias:
Tags:
# Habits:
# -----
nägelkauen:
Dehnen:
Sport:
Ernährung:
# -----
---
[[<%tp.date.now("YYYY-MM-DD",-1)%>]] <--> [[<%tp.date.now("YYYY-MM-DD",+1)%>]]
<%tp.web.daily_quote()%>
____
# Tasks
```tasks
due today
```
___
# Quick Notes
-
___
# Reflexion
## Beziehungen
## Lernen
## Gewohnheiten
### Nägel Kauen - Tag <%tp.user.days_since("2023-12-04")%>
___
# Arbeit
| | Verbessern | Gut gemacht |
| --- | ---------- | ----------- |
| 1 | | |
| 2 | | |
| 3 | | |
![[99 Work/0 OneSec/OneSecNotes/00 Daily/<%tp.file.title%>]]

View File

@@ -0,0 +1,27 @@
---
Alias:
Tags: daily
# Habits:
# -----
nägelkauen:
Dehnen:
Sport:
Ernährung:
# -----
---
# <%tp.file.title%>
[[<%tp.date.now("YYYY-MM-DD",-1)%>]] <--> [[<%tp.date.now("YYYY-MM-DD",+1)%>]]
<%tp.web.daily_quote()%>
___
## Notes
___
## Reflection

View File

@@ -0,0 +1,38 @@
---
tags:
- daily
date:
"{ date }":
pomodoro:
---
## Tasks
```tasks
due today
```
### Open Tasks
```tasks
due before today
no scheduled date
is not recurring
not done
sort by priority
```
```
```
___
### New Tasks
- [ ]
## Quick Notes
# Daily Recap
## Learnings
## Planning of Tomorrow
### New Tasks for tomorrow
1. change due dates of unfinished tasks today
2. add new tasks:
- [ ]

View File

@@ -0,0 +1,15 @@
<%*
let title = tp.file.title;
if (title.startsWith("Untitled")) {
title = await tp.system.prompt("Title");
await tp.file.rename(title);
}
tR += "---"
%>
title: <%* tR += title %>
created_date: <% tp.file.creation_date('YYYY-MM-DD') %>
updated_date: <% tp.file.creation_date('YYYY-MM-DD') %>
aliases:
tags:
---
# <%* tR += title %>

View File

@@ -0,0 +1,27 @@
<%*
let title = tp.file.title;
if (title.startsWith("Untitled")) {
title = await tp.system.prompt("Future Habit Name");
await tp.file.rename(title);
}
tp.file.move("2 Personal/Personal Growth/Future Habits/" + title)
tR += "---"
%>
title: <%* tR += title %>
created_date: <% tp.file.creation_date('YYYY-MM-DD') %>
updated_date: <% tp.file.creation_date('YYYY-MM-DD') %>
aliases:
tags:
type: habit
status: not_started
---
# <%* tR += title %>
- **🏷Tags** : #<% tp.file.creation_date('MM-YYYY') %> #habit
---
## Description
## ❓Why
### Why do I want to incorporate this habit?
## Identity Change
### Who do I need to become, in order to stick with this habit?

View File

@@ -0,0 +1,36 @@
<%*
let title = tp.file.title;
if (title.startsWith("Untitled")) {
title = await tp.system.prompt("Meeting Name");
await tp.file.rename(title);
}
tp.file.move("0 Journal/Meetings/" + title)
tR += "---"
%>
title: <%* tR += title %>
created_date: <% tp.file.creation_date('YYYY-MM-DD') %>
updated_date: <% tp.file.creation_date('YYYY-MM-DD') %>
meeting_date:
aliases:
tags:
type: habit
status: not_started
---
# <%* tR += title %>
- **🏷Tags** : #<% tp.file.creation_date('MM-YYYY') %> #habit
---
## Meeting Summary
### Participants
-
### Summary
> [!important] <%* tR += title %>
> Please summarize the meeting here
## Preparation
### Questions
- [ ]
### Points to Discuss
-
## Meeting Minutes

View File

@@ -0,0 +1,96 @@
<%*
let title = tp.file.title;
if (title.startsWith("Untitled")) {
title = await tp.system.prompt("Vorname Nachname");
await tp.file.rename(title);
}
const first_name = title.split(" ")[0]
const last_name = title.split(" ")[1]
const ref = "person/" + title.replace(" ", "_").toLowerCase()
tp.file.move("7 People/" + title)
tR += "---"
%>
title: <%* tR += title %>
created_date: <% tp.file.creation_date('YYYY-MM-DD') %>
updated_date: <% tp.file.creation_date('YYYY-MM-DD') %>
aliases:
tags: person
person:
first_name: <% first_name %>
last_name: <% last_name %>
birthday:
type:
hobbies:
ref: <% ref %>
---
# <%* tR += title %>
- **🏷Tags** : #<% tp.file.creation_date('MM-YYYY') %> #person
## 📝 Notes
## 😺Character
> [!Info]+ Whats my estimation of their Character?
> Red, Green, Blue, Yellow?
## 🔗 Links
-
## Touchpoints
```dataviewjs
const pagesWithQuotes = await Promise.all(
dv
.pages("#<%ref%>")
.map(pageWithQuote => new Promise(async (resolve, reject) => {
const content = await dv.io.load(pageWithQuote.file.path);
resolve({
link: pageWithQuote.file.link,
content
});
}))
);
// Create an array of pages containing quotes,
// where each page is:
// {
// quotes: [], // array of quotes
// link: { path: '' } // Link
// }
const quotesByPage = pagesWithQuotes.map(({
link,
content
}) => ({
link,
quotes: content
// Split into paragraphs
.split('- ')
// Get only paragraphs that have the #person/firstname_lastname tag
.filter(content => content.includes('#<%ref%>'))
// Remove the "#person/firstname_lastname" tag from each quote string
.map(content => content.replace('#<%ref%>', ''))
}));
quotesByPage.forEach(
page =>
page.quotes.forEach(
quote => dv.paragraph(`- ${quote} (${page.link})`)
)
);
```
## Merken
### Mag
### Mag nicht
### Aktuell Wichtige Themen
### Familie und Freunde
## Skills
## Netzwerk
## Geschenkideen
## Sammlung
### Zitate
### Erinnerungen
### Vergangene Themen
## Mentions

View File

@@ -0,0 +1,18 @@
<%*
if (this.app.workspace.activeLeaf.view.currentMode.type != "source"){this.app.commands.executeCommandById("markdown:toggle-preview");}
let editor = this.app.workspace.activeLeaf.view.editor;
let timestamp = tp.date.now("HH:mm");
let linePrefix = "\n- [ ] " + timestamp + " ";
editor.focus();
if (this.app.isMobile) {
editor.setCursor(editor.lastLine());
editor.replaceSelection(linePrefix)
editor.setCursor(editor.lastLine());;
} else {
const initialLines = editor.lineCount();
editor.setCursor({ line: initialLines, ch: 0 });
editor.replaceSelection(linePrefix);
const finalLines = editor.lineCount();
editor.setCursor({ ch: 0, line: finalLines });
}
%>

134
Templates/X - QX - 202X.md Normal file
View File

@@ -0,0 +1,134 @@
---
tags:
- "2023"
---
**Welcome to your quarterly review**! Remember that every quarter is a mere 1% within the next 25 years. Every quarter is a fresh start and allows to focus just on the few things that multiply your progress. It allows you to claim complete responsibility for your life, meaning “I own my time, so I can do whatever I want with it”.
> [!important]
> Goal of this review
- Recalibrate my long-term goals
- Reflect and notice the progress
- Reflect on what the main multiplier projects should be in the next 90 days and free them from the distraction of other competing thoughts.
- Maximize the current 1% —> you can achieve extraordinary progress during each 90-day period.
- Keeping in mind the 25-year framework allows to filter the ideas, activities and enterprises that wont last 25 years and focus only on what is truly important.
---
> Everything important gets your full attention. […] Without the 25-year structure, your brain tries to focus on an endless number of things without any organization of priority. Everything is scrambled together, everything continually competes for your attention, and everything is urgent.
> There are no unrealistic goals, only unrealistic deadlines.
> Every quarter is just 1% of the 25-year framework.
> Every 90 days you get a fresh 1% to work with. […] Give full attention to the current 90-day period, and the next quarter will receive the benefit of that concentrated productivity and creativity.
> More and more, Im not interested in things that dont last 25 years. I might be entertained by them, but I dont invest in them.
> [!important]
> The gap and the gain
Avoid spending time in the gap, meaning comparing to what is missing to achieve your ideals, which will always make you feel like a failure. Instead spend your time in the gain by measuring what has been achieved by your progress, which always makes you feel like a success.
> Many people feel anxiety about time because their brains are so full. they see everything they want to do as having to be done right now, all at once, and everything is competing with everything else. […] Having fewer things on your list slows time down.
# Review of Last Quarter
## Morale
> [!important]
> The goal is to feel proud about achievements.
What were my five best achievements from last quarter?
## Momentum
> [!important]
> The goal is to feel more confident. Theres a sense that progress is speeding up.
What are the five areas of focus and progress making me the most confident right now?
## Motivation
> [!important]
> Add an increasing sense of excitement about the future to your growing feelings of pride and confidence.
What new things are giving me the greatest sense of excitement going forward?
## Multipliers
> [!important]
> All of your previous thinking in the moving future has set you up perfectly to zero in on just five projects over the next 90 days instead of the endless number of things that perfectionists are demanding of themselves during every three-month period of their lives.
If I could just focus on five things that would be multipliers during the next quarter, what would they be?
---
Who are the people and relationships that deserve investment and that add multiplication to my 25-year plan?
## Additional Questions
### Filtering important Things:
Since Im focused and committed for 25 years, **what ideas, projects, relationships , and activities in my present day life are going to grow and improve each and every quarter over those 25 years?**
Filter out everything that doesnt get bigger and more important over the next 25 years.
### Changing your Game
Label all activities I do with the labels shown on the right. Then determine the three things youre doing in each area of activity that use up most of my time and calculate what percentage of your time youre spending in each area right now. With that information put together a game plan that eliminates your time spent doing A activities, significantly reduces your time doing B activities and increases your time doing C activities
- [ ] Fill the table below:
|Activity|Description|
|---|---|
|A|**Irritating** Activities|
|B|activities that are just **okay**_._ They are not very exciting|
|C|**fascinating** and **motivating** activities|
|A - irritating|B - just okay|C - fascinating and motivating|
|---|---|---|
||||
||||
My plan is:
### Free, Focus and Buffer Days
Make sure that you plan enough days for the above activities.
**Free** days are for **rejuvenation (40%)** , **Focus** Days are for **productivity (50%)** and **buffer** days are for **preparation (10%)**.
### The largest cheque
What 20% customers (or top 5) generate 80% of my income? Make sure to improve the time and relationships spent with them to increase the income through those customers. They will notice and reward you with greater payments for greater value creation.
### The 10x mind expander
Multiply your revenue by 10x and pretend that you have already achieved that breakthrough result. Then ask yourself what the 10x changes were that enabled you to grow your business in such an extraordinary way.. As you move your mind 10x into the future, you begin to see the logic of how you can pull this off. This trick makes the 10x seem very doable.
# Concluding Thoughts
## 6 Cs - Rewards of growing intentionally
|Capability|Creativity|Credibility|Connections|Confidence|Cash|
|---|---|---|---|---|---|
|Envision bigger results and achieve them quickly|Combine growing capabilities to create new opportunities|Reputation for creating value in the world|you feel connected to situations in the world where greatest growth and progress take place|daily confidence is increased by progress on each quarter|there is more money than you could have imagined. All of it have intentional uses and purposes that expand your future|