Files
website/content/.tangent/workspace-settings.json
2026-03-02 20:02:34 -06:00

18 lines
513 B
JSON

{
"version": 1,
"creationRules": [
{
"name": "📥 Inbox Note",
"nameTemplate": "%name%",
"folder": "Inbox",
"description": "Creates a new note for quickly capturing thoughts that are not yet completely formed."
},
{
"name": "📆 Daily Note",
"nameTemplate": "%YYYY%/%MM%-%Month%/%YYYY%-%MM%-%DD%",
"folder": "Log",
"mode": "createOrOpen",
"description": "Creates or opens a timestamped note for the current day for journaling and quickly jotting down quick thoughts."
}
]
}