From 302d0958f90c961f4088cef1db19a9c27126422d Mon Sep 17 00:00:00 2001 From: Mathis Gauthey Date: Thu, 4 Jan 2024 10:48:00 +0100 Subject: [PATCH] update: todoist-sync-plugin-config --- .obsidian/plugins/todoist-sync-plugin/data.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .obsidian/plugins/todoist-sync-plugin/data.json diff --git a/.obsidian/plugins/todoist-sync-plugin/data.json b/.obsidian/plugins/todoist-sync-plugin/data.json new file mode 100644 index 0000000..a499f08 --- /dev/null +++ b/.obsidian/plugins/todoist-sync-plugin/data.json @@ -0,0 +1,12 @@ +{ + "fadeToggle": true, + "autoRefreshToggle": true, + "autoRefreshInterval": 10, + "renderDate": true, + "renderDateIcon": true, + "renderProject": true, + "renderProjectIcon": true, + "renderLabels": true, + "renderLabelsIcon": true, + "debugLogging": false +} \ No newline at end of file