From fec45087cc174a7515ce367c505e1719377d2566 Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Sun, 25 May 2025 21:12:02 +0200 Subject: [PATCH] Cleans up the pre-defined property types --- .obsidian/types.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.obsidian/types.json b/.obsidian/types.json index 41cf69a..a29c694 100644 --- a/.obsidian/types.json +++ b/.obsidian/types.json @@ -3,12 +3,8 @@ "aliases": "aliases", "cssclasses": "multitext", "tags": "tags", - "url": "multitext", "author": "text", - "finished": "checkbox", - "finished-date": "text", "related-to": "multitext", - "authors": "multitext", - "related": "multitext" + "authors": "multitext" } } \ No newline at end of file