Skip to content

Releases: liamcain/obsidian-calendar-plugin

1.4.12

05 Jan 02:24
ffb4401
Compare
Choose a tag to compare
Merge pull request #99 from liamcain/use-startof-week-instead

Use startof("week") for weekly notes so that DD displays correctly

1.4.11

29 Dec 15:22
1d0bd59
Compare
Choose a tag to compare

Fixed "Open Weekly Note" command if the note already exists (#94)

1.4.10

28 Dec 14:17
06ee2fd
Compare
Choose a tag to compare

Update default formatting string for weekly notes to use gggg instead of YYYY.

Explanation:
gggg refers to the year in relation to the week number. The week of December 27th overlaps 2 years: 2020 and 2021. This week happens to be "2021 Week 1" for the US but "2020 W53" just about everywhere else. The gggg will take your locale into account.

1.4.9

27 Dec 14:25
bb4b6f8
Compare
Choose a tag to compare

Fix: The locale was not being properly set for non-en-US locales.
New: A extra setting called "Override Locale" was added to specify a locale that differs from your system locale.

1.4.8

23 Dec 23:17
233e06b
Compare
Choose a tag to compare
Merge pull request #87 from liamcain/fix-week-num-for-eoy

Fix week num for EOY weekly notes

1.4.7

21 Dec 12:50
f9e1b9a
Compare
Choose a tag to compare

Fix: weekly note template tags ({{monday}} through {{sunday}} now work as expected (#78)

1.4.6

15 Dec 03:07
Compare
Choose a tag to compare

Properly bump version of obsidian-daily-notes-interface so the calendar can support nested folders.

1.4.5

14 Dec 18:49
6bbf80f
Compare
Choose a tag to compare
  • Frontmatter tags will be added as [data-tags] to the calendar days.
  • The calendar will now find daily-notes even if they are nested in subfolders within the daily note folder #21
  • Bugfix: "Today" button will no longer show a timestamp for some locales (#70)
  • Bugfix: days of week Weekly Notes template tags will now work for nonenglish locales (#71 )

1.4.4

08 Dec 19:03
Compare
Choose a tag to compare
  • Added has-note class to days that have a note associated with them #67
  • Always use Obsidian's configured language when setting the moment locale #68

1.4.3

07 Dec 02:04
Compare
Choose a tag to compare
v1.4.3