added latex support

This commit is contained in:
Lucas Rufkahr
2026-03-02 20:02:24 -06:00
parent 7d47306f4f
commit c3dd0c0dd8
8 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"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."
}
]
}