From 56dd1e4f5eac3ce085c5b446460350924c3ec28e Mon Sep 17 00:00:00 2001 From: Justin Parker Date: Wed, 27 Nov 2024 11:34:22 -0800 Subject: [PATCH] update docs --- CHANGELOG.md | 3 +++ UPDATE.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e2e48c..d6d7463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ All notable changes to Rich Foot will be documented in this file. - Note embeds in canvas now have the correct height - Duplicate "show dates" option in settings +### ✨ Added +- If using custom created/modified date properties, the date now displays in the format of "Month Day, Year" if in proper date format, otherwise it displays the raw frontmatter filed string value. + ## [1.7.0] - 2024-11-26 ### ✨ Added - `Custom Created/Modified Date Property` fields to allow users to specify their own frontmatter properties for dates, useful when file system dates are affected by sync processes and you track them separately. diff --git a/UPDATE.md b/UPDATE.md index 5807283..e3f71bb 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -5,6 +5,9 @@ - Note embeds in canvas now have the correct height - Duplicate "show dates" option in settings +#### ✨ Added +- If using custom created/modified date properties, the date now displays in the format of "Month Day, Year" if in proper date format, otherwise it displays the raw frontmatter filed string value. + ### v1.7.0 #### ✨ Added - `Custom Created/Modified Date Property` fields to allow users to specify their own frontmatter properties for dates, useful when file system dates are affected by sync processes and you track them separately.