added disclaimer how the timer works

This commit is contained in:
Benjamin Filip Šikač 2025-04-27 20:29:13 +02:00 committed by GitHub
parent dda385882c
commit 050278aa5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")