dominiczaq5k downloadsCalculate and displays diff in hours and minutes between two dates in `timediff` Markdown block.
This is a plugin for Obsidian (https://obsidian.md).
timediff markdown block ```timediff
11:10 - 12:20
12:38 - 14:00
23:20 - 23:59
00:00 - 00:55
```
In reading mode diffs between the dates will be parsed and presented in readable format. Sum of diffs will be presented at the bottom of the block.
TimeDiff plugin - Show total time diff count in current file command, which calculates total sum of all timediff blocks on the page.TimeDiff plugin - Insert timediff block command, which inserts timediff block in current cursor position.TimeDiff plugin - Insert current time command, which inserts current time in current cursor position..obsidian/plugins/your-plugin-name folder.yarn in the command line under your repo folder.yarn run dev to compile your plugin from main.ts to main.js.main.ts (or create new .ts files). Those changes should be automatically compiled into main.js.