mirror of
https://github.com/al0cam/AutoMover.git
synced 2026-07-22 05:41:25 +00:00
Update README.md
This commit is contained in:
parent
4d0d293c23
commit
ee079d1107
1 changed files with 7 additions and 0 deletions
|
|
@ -42,6 +42,13 @@ But here is a quick glance at how it looks:
|
|||
3. **Delete rule button**: This button will delete the selected rule from the list of rules.
|
||||
4. **Duplicate rule button**: This button will duplicate the selected rule from the list of rules.
|
||||
|
||||
### Timer and timed moving
|
||||
The time displayed is an interval, 20:00:00 will execucte every 20 hours.
|
||||
Other examples could include:
|
||||
00:05:00 -> triggers every five minutes
|
||||
00:00:05 -> triggers every five seconds
|
||||
72:30:00 -> triggers every 3 days and 30 minutes (if your Device is online and obsidian runnning for that long)
|
||||
|
||||
### Command palette
|
||||
From patch 1.0.4 onwards, you can access the plugin from the command palette.
|
||||
With the available commands being:
|
||||
|
|
|
|||
Loading…
Reference in a new issue