Skip to content

Commit

Permalink
Merge pull request #38 from jparkerweb/develop
Browse files Browse the repository at this point in the history
v1.9.2
  • Loading branch information
jparkerweb authored Dec 2, 2024
2 parents fb229bf + a547b09 commit 19a3d82
Show file tree
Hide file tree
Showing 20 changed files with 2,766 additions and 161 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [1.9.2] - 2024-12-01
### 🐛 Fixed
- dynamic `css` in `reading` mode disrupting document flow of floated elements (e.g. ITS callouts)
- debounced `updateRichFoot` in `editing` mode (new settings option that allows delay in milliseconds)

## [1.9.1] - 2024-12-01
### 🐛 Fixed
- `Links` defined in frontmatter were not being displayed
Expand Down
5 changes: 5 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## 🥙 Stuffed Links

### [1.9.2] - 2024-12-01
#### 🐛 Fixed
- dynamic `css` in `reading` mode disrupting document flow of floated elements (e.g. ITS callouts)
- debounced `updateRichFoot` in `editing` mode (new settings option that allows delay in milliseconds)

### [1.9.1] - 2024-12-01
#### 🐛 Fixed
- `Links` defined in frontmatter were not being displayed
Expand Down
Binary file modified example-vault.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"advanced-cursors",
"css-editor",
"obsidian-custom-frames",
"markdown-attributes"
"markdown-attributes",
"obsidian-hover-editor"
]

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "obsidian-hover-editor",
"name": "Hover Editor",
"version": "0.11.21",
"minAppVersion": "1.5.8",
"description": "Transform the Page Preview hover popover into a fully working editor instance",
"author": "NothingIsLost",
"authorUrl": "https://github.com/nothingislost",
"isDesktopOnly": false
}
Loading

0 comments on commit 19a3d82

Please sign in to comment.