Skip to content

Commit

Permalink
Merge pull request #43 from jparkerweb/develop
Browse files Browse the repository at this point in the history
v1.10.0
  • Loading branch information
jparkerweb authored Dec 9, 2024
2 parents 19a3d82 + 12beeff commit fa22d0d
Show file tree
Hide file tree
Showing 26 changed files with 1,013 additions and 746 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.10.0] - 2024-12-08
### ✨ Added
- Exclusion rule via `frontmatter` field
- Custom exclusions using specified DOM parent selectors for advanced control

## [1.9.2] - 2024-12-01
### 🐛 Fixed
- dynamic `css` in `reading` mode disrupting document flow of floated elements (e.g. ITS callouts)
Expand Down
23 changes: 5 additions & 18 deletions UPDATE.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
## 🥙 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

### [1.9.0] - 2024-11-30
## 🛑 Exclude Me Please
### [1.10.0] - 2024-12-08
#### ✨ Added
- Option to combine `Outlinks` / `Backlinks` in one view called `Links`
- Directional arrows for `Links`
- Outlinks for `footnote` internal links
- Exclusion rule via `frontmatter` field
- Custom exclusions using specified DOM parent selectors for advanced control

#### 🐛 Fixed
- `Page Preview` not displaying properly in `editing mode`

[![screenshot](https://raw.githubusercontent.com/jparkerweb/ref/refs/heads/main/equill-labs/rich-foot/rich-foot-v1.9.0.jpg)](https://raw.githubusercontent.com/jparkerweb/ref/refs/heads/main/equill-labs/rich-foot/rich-foot-v1.9.0.jpg)
[![screenshot](https://raw.githubusercontent.com/jparkerweb/ref/refs/heads/main/equill-labs/rich-foot/rich-foot-v1.10.0.jpg)](https://raw.githubusercontent.com/jparkerweb/ref/refs/heads/main/equill-labs/rich-foot/rich-foot-v1.10.0.jpg)
Binary file modified example-vault.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"css-editor",
"obsidian-custom-frames",
"markdown-attributes",
"obsidian-hover-editor"
"obsidian-memos"
]

This file was deleted.

This file was deleted.

Loading

0 comments on commit fa22d0d

Please sign in to comment.