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

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
-