Initial commit

This commit is contained in:
2026-03-02 17:06:32 +00:00
commit 430dd71917
1190 changed files with 622790 additions and 0 deletions

59
.obsidian/types.json vendored Normal file
View File

@@ -0,0 +1,59 @@
{
"types": {
"aliases": "aliases",
"cssclasses": "multitext",
"tags": "tags",
"updated": "datetime",
"created": "datetime",
"time": "datetime",
"TQ_explain": "checkbox",
"TQ_extra_instructions": "text",
"TQ_short_mode": "checkbox",
"TQ_show_backlink": "checkbox",
"TQ_show_cancelled_date": "checkbox",
"TQ_show_created_date": "checkbox",
"TQ_show_depends_on": "checkbox",
"TQ_show_done_date": "checkbox",
"TQ_show_due_date": "checkbox",
"TQ_show_edit_button": "checkbox",
"TQ_show_id": "checkbox",
"TQ_show_on_completion": "checkbox",
"TQ_show_postpone_button": "checkbox",
"TQ_show_priority": "checkbox",
"TQ_show_recurrence_rule": "checkbox",
"TQ_show_scheduled_date": "checkbox",
"TQ_show_start_date": "checkbox",
"TQ_show_tags": "checkbox",
"TQ_show_task_count": "checkbox",
"TQ_show_tree": "checkbox",
"TQ_show_urgency": "checkbox",
"date": "date",
"dateModified": "datetime",
"dateCreated": "datetime",
"due": "date",
"start": "date",
"end": "date",
"year": "number",
"rating": "number",
"birthday": "date",
"created-temp": "datetime",
"stage": "number",
"acquired": "date",
"monthly-uses": "number",
"price": "number",
"type": "multitext",
"places": "multitext",
"people-type": "multitext",
"last": "date",
"started": "date",
"location": "multitext",
"scheduled": "datetime",
"first": "date",
"gotcha": "date",
"died": "date",
"category": "multitext",
"topic": "multitext",
"archived": "checkbox",
"format": "multitext"
}
}