feat: Enhance inline date calculation with improved Live Preview support, type normalization, and plugin cleanup.

This commit is contained in:
2025-12-02 22:02:36 -05:00
parent 08f75a8d8a
commit e6e791ad35
3 changed files with 75 additions and 53 deletions

View File

@@ -2,6 +2,13 @@
An Obsidian plugin that adds dynamic date calculations to your notes using `date-calc` fenced code blocks and inline code.
## Todo
- [x] Make inline work
- [ ] Add a non-verbose birthday type? Just show the age, with decimals, maybe? Like "3.7 years old"
- [ ]
## Features
### Fenced Code Blocks
@@ -96,7 +103,7 @@ to: 2025-03-01
type: diff
from: 2025-09-19 08:00
to: 2025-09-19 16:30
```
```
## Inline Usage