From 96b63d806e57ebc21dfc4b7581067d3b45af174d Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Sun, 23 Aug 2026 00:17:38 -0400 Subject: [PATCH] Update types --- core-plugins.json | 2 +- types.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core-plugins.json b/core-plugins.json index 9aae1f6..be0aa38 100644 --- a/core-plugins.json +++ b/core-plugins.json @@ -20,7 +20,7 @@ "markdown-importer": false, "zk-prefixer": false, "random-note": false, - "outline": false, + "outline": true, "word-count": true, "slides": false, "audio-recorder": false, diff --git a/types.json b/types.json index b1e2f38..a62ff73 100644 --- a/types.json +++ b/types.json @@ -17,6 +17,7 @@ "last fertilized": "date", "time": "datetime", "projects": "multitext", - "status": "multitext" + "status": "multitext", + "last misted": "date" } } \ No newline at end of file