vault backup: 2025-02-03 07:04:13
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
<%*
|
||||
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
|
||||
-
|
||||
Reference in New Issue
Block a user