From da33105c7e605d86c29ce01771476d439efd045f Mon Sep 17 00:00:00 2001 From: Mathis Gauthey Date: Thu, 4 Jan 2024 11:03:51 +0100 Subject: [PATCH] update: add properties types --- .obsidian/types.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .obsidian/types.json diff --git a/.obsidian/types.json b/.obsidian/types.json new file mode 100644 index 0000000..a63dfdf --- /dev/null +++ b/.obsidian/types.json @@ -0,0 +1,11 @@ +{ + "types": { + "aliases": "aliases", + "cssclasses": "multitext", + "tags": "tags", + "title": "text", + "date": "datetime", + "lastmod": "datetime", + "categories": "text" + } +} \ No newline at end of file