From 050278aa5b5d76e3879f340e95a5705e9667db28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Filip=20=C5=A0ika=C4=8D?= Date: Sun, 27 Apr 2025 20:29:13 +0200 Subject: [PATCH] added disclaimer how the timer works --- Settings/SettingsTab.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Settings/SettingsTab.ts b/Settings/SettingsTab.ts index 04ba434..0596ad9 100644 --- a/Settings/SettingsTab.ts +++ b/Settings/SettingsTab.ts @@ -45,7 +45,7 @@ export class SettingsTab extends obsidian.PluginSettingTab { .setName("Automatic moving") .setDesc( `Execute a timed event that goes through all the files and moves them according to the rules specified below. - The formatting is hh:mm:ss. + The formatting is hh:mm:ss (if set 00:05:00 it will execute every 5 minutes). If the timer is set to 0, the automatic moving will do nothing.`, ) .setClass("timer-setting")