Obsidian Calendar Plugin Versions Save

Simple calendar widget for Obsidian.

2.0.0-beta.2

3 years ago

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.1

3 years ago

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

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

3 years ago

1.5.9

3 years ago

1.5.8

3 years ago

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

3 years ago

1.5.6

3 years ago

1.5.5

3 years ago

1.5.4

3 years ago
  • 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

3 years ago