Skip to content

Releases: liamcain/obsidian-calendar-plugin

2.0.0-beta.2

20 Apr 18:50
Compare
Choose a tag to compare

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

11 Apr 23:00
Compare
Choose a tag to compare

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

01 Apr 18:53
Compare
Choose a tag to compare
feature: copy 'folds' over from template into new files

1.5.9

31 Mar 13:55
Compare
Choose a tag to compare
Bump daily-notes-interface version

1.5.8

30 Mar 18:39
aa60934
Compare
Choose a tag to compare

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

22 Mar 12:08
Compare
Choose a tag to compare
Bump version 1.5.7

1.5.6

22 Mar 00:56
02284b3
Compare
Choose a tag to compare
Add mobile compatibility (#156)

* Add mobile compat

* Remove monkeypatch

* fix modal styling

* Bump version 1.5.6

1.5.5

15 Mar 23:17
2e8a1e1
Compare
Choose a tag to compare
Add license file; bump daily-notes-interface (#153)

* Add license file; bump daily-notes-interface

* bump deps

1.5.4

15 Mar 13:08
9463a0a
Compare
Choose a tag to compare
  • Fixes #150 - You can now delete notes from the right-click menu again
  • Fixes #147 - Opening notes from the calendar respects your default view mode
  • Fixes parsing of certain ambiguous weekly note formats (e.g. formats that contain both DD and ww)

1.5.3

16 Feb 19:00
b795a60
Compare
Choose a tag to compare
Bump daily-notes-interface to 1.5.3 (#141)

Calendar should now properly parse ambiguous date formats like ggMM[W]ww