diff --git a/README.md b/README.md index 3589540..a76c18f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ This plugin provides a command for inserting time trackers `Obsidian Timekeep: I ``` ```` +## Editing & Deleting + +If you accidentally gave a block an incorrect name or started the timer late you can use the editing feature to update the stored data or delete the entry + +![Editing](images/editing.png) + ## 👀 How its stored This plugin is heavily inspired by [ObsidianSimpleTimeTracker](https://github.com/Ellpeck/ObsidianSimpleTimeTracker) (Semi backwards compatible some simple-time-tracker blocks can be renamed to timekeep) so the data for time tracking is stored as JSON within the `timekeep` codeblock. diff --git a/images/editing.png b/images/editing.png new file mode 100644 index 0000000..e90867f Binary files /dev/null and b/images/editing.png differ