First Commit
This commit is contained in:
43
Templates/Company 1.md
Normal file
43
Templates/Company 1.md
Normal 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
|
||||
Reference in New Issue
Block a user