vault backup: 2025-02-03 08:29:48

This commit is contained in:
2025-02-03 08:29:48 +01:00
parent 7909836706
commit ad227f2d69
2018 changed files with 27268 additions and 46 deletions

Binary file not shown.

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"
```

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,59 @@
<%*
let title = tp.file.title;
let course_name = "";
let author = "";
if (title.startsWith("Untitled")) {
course_name = await tp.system.prompt("Course Name");
author = await tp.system.prompt("Author (Person or Company)");
source = await tp.system.prompt("Source (link or School)")
await tp.file.rename(title);
}
title = course_name + " by " + author
tp.file.move("5 Media/8 Courses/" + 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:
- course
type: course
course_name: <% course_name %>
author: <% author %>
source: <% source %>
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 course to someone else?
---
## Ideas and Thoughts
> [!info]+ Inspiring Questions
> - Did you think about other concepts from other resources?
> - Do the concepts fit to your past, to your memories?
> - Can you relive them and reflect them from a different angle?
---
## Chapters
---
## Exercises
---
```query
<% course_name %> <% author %>
-file: "<% title %>.md"
```

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,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,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 });
}
%>