-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from jparkerweb/develop
v1.8.0
- Loading branch information
Showing
15 changed files
with
187 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,7 @@ | ||
## 📆 Dates Your Way | ||
## 🫣 Page Preview Support | ||
|
||
### v1.7.2 | ||
### [1.8.0] - 2024-11-29 | ||
#### ✨ Added | ||
- `Date Display Format` option to allow users to specify their own date format | ||
- Support for `Page Preview` core plugin for `Outlinks` & `Backlinks` | ||
|
||
#### 🐛 Fixed | ||
- Date not formatted correctly if timestamp was included in the Custom Created/Modified Date Property | ||
|
||
### v1.7.1 | ||
#### 🐛 Fixed | ||
- 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. | ||
|
||
[![screenshot](https://raw.githubusercontent.com/jparkerweb/rich-foot/refs/heads/develop/img/releases/rich-foot-v1.7.0.jpg)](https://raw.githubusercontent.com/jparkerweb/rich-foot/refs/heads/develop/img/releases/rich-foot-v1.7.0.jpg) | ||
[![screenshot]()]() |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
example-vault/rich-foot-example/.obsidian/plugins/pexels-banner/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"id": "pexels-banner", | ||
"name": "Pixel Banner", | ||
"version": "2.10.1", | ||
"version": "2.10.2", | ||
"minAppVersion": "1.6.0", | ||
"description": "Apply an image from various sources as a banner to your notes.", | ||
"author": "Justin Parker", | ||
"authorUrl": "https://www.jparkerweb.com", | ||
"author": "Justin Parker (eQui\\\\ Labs)", | ||
"authorUrl": "https://www.equilllabs.com", | ||
"fundingUrl": "https://ko-fi.com/jparkerweb", | ||
"isDesktopOnly": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,5 @@ | |
"showBacklinks": true, | ||
"showOutlinks": true, | ||
"showDates": true, | ||
"lastVersion": "1.7.1" | ||
"lastVersion": "1.7.2" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
example-vault/rich-foot-example/.obsidian/plugins/rich-foot/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.