Skip to content

Commit

Permalink
v1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jparkerweb committed Jan 10, 2025
1 parent 45ba6fa commit 3cc1adc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to Rich Foot will be documented in this file.

## [1.10.6] - 2025-01-10
### 📦 Updated
- Ajusted `css` padding values to be compatible with `Typewriter Scroll` plugin

## [1.10.5] - 2024-12-26
### 📦 Updated
- Support for more date formats in `frontmatter` created/modified fields (ISO, space-separated, and just date)
Expand Down
4 changes: 4 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 🛑 Exclude Me Please

### [1.10.6] - 2025-01-10
#### 📦 Updated
- Ajusted `css` padding values to be compatible with `Typewriter Scroll` plugin

### [1.10.5] - 2024-12-26
#### 📦 Updated
- Support for more date formats in `frontmatter` created/modified fields (ISO, space-separated, and just date)
Expand Down
Binary file modified example-vault.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "rich-foot",
"name": "Rich Foot",
"version": "1.10.5",
"version": "1.10.6",
"minAppVersion": "1.5.0",
"description": "Adds backlink tags and created/modified dates to the footer of your notes.",
"author": "Justin Parker (eQui\\\\ Labs)",
Expand Down
3 changes: 2 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ body.theme-light .rich-foot--backlinks ul li a {

.cm-scroller .cm-contentContainer > .cm-content,
.markdown-source-view .cm-contentContainer > .cm-content {
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-bottom: unset !important;
}

.cm-scroller .rich-foot--backlinks,
Expand Down

0 comments on commit 3cc1adc

Please sign in to comment.