Releases: liamcain/obsidian-calendar-plugin
Releases · liamcain/obsidian-calendar-plugin
2.0.0-beta.2
Fixes:
- Settings are properly saved
- Hiding a source will now move it to the bottom of the source list
- Fixed word count for Chinese characters
- plugin should properly unload
For discussion related to this release, use: #173
2.0.0-beta
New
- Overflow Menu: a fully configurable hover menu that shows key metadata for a given day
- Added new, configurable "Sources" that can be displayed on the calendar or in the overflow menu
- Added drag 'n drop support
- Added support for monthly notes
- Toggle 'week numbers' command
Improved
- View should load faster and update quicker
Related Issues
This release hopes to solve the following issues:
solves #169
solves #163
solves #161
solves #131
solves #102 (kinda)
solves #77
solves #39 - Using the zettel source
solves #35 - can show in Overflow Menu
1.5.10
feature: copy 'folds' over from template into new files
1.5.9
Bump daily-notes-interface version
1.5.8
Add support for calculating the date. Examples:
{{yesterday}}
{{tomorrow}}
{{date-1d:YYYY-MM-DD}} // yesterday
{{date+2d:YYYY-MM-DD}} // in two days
{{date+1M:YYYY-MM-DD}} // next month
{{date+10y:YYYY-MM-DD}} // in 10 years
{{date +7d}} // use default format
Supported units:
Unit | Shorthand |
---|---|
years | y |
quarters | Q |
months | M |
weeks | w |
days | d |
hours | h |
minutes | m |
seconds | s |
1.5.7
Bump version 1.5.7
1.5.6
Add mobile compatibility (#156) * Add mobile compat * Remove monkeypatch * fix modal styling * Bump version 1.5.6
1.5.5
Add license file; bump daily-notes-interface (#153) * Add license file; bump daily-notes-interface * bump deps
1.5.4
1.5.3
Bump daily-notes-interface to 1.5.3 (#141) Calendar should now properly parse ambiguous date formats like ggMM[W]ww