quartz/obsidian_templater/002. Templater/[Template]Any Note(Book, Idea, Recap).md
2025-08-13 17:42:11 +09:00

30 lines
449 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
tags:
---
<%*
let now = new Date();
now.setHours(now.getHours() + 9);
let dateString = now.toISOString().replace(/[-T:.Z]/g, '').slice(0, 14);
let file_written_date = dateString.substr(0,8) + '_' +dateString.substr(8,14);
await tp.file.rename(file_written_date + "")
-%>
- [ ] is writing done?
# Entry Point
## Why i taking this note?
## Outline / Summary
# Main Text
# Outgoing Link & Reference
# Further Information & Research