-
-
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 #72 from jparkerweb/develop
v2.11.0
- Loading branch information
Showing
16 changed files
with
330 additions
and
50 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,9 @@ | ||
## 🎉 What's New | ||
|
||
### v2.10.2 | ||
#### 🐛 Fixed | ||
- Banners were being applied to the background of embedded media (images, videos, etc.) | ||
|
||
#### 📦 Updated | ||
- Improved Pexels API key validation | ||
|
||
### v2.10.1 | ||
### v2.11.0 | ||
#### ✨ Added | ||
- Color Picker Reset button for Folder Images tab (only applies if Inline Titles are enabled in Obsidian Settings) | ||
- Ability to 📌 Pin URL banners | ||
|
||
#### 🐛 Fixed | ||
- Display the correct color in the Color Picker for Inline Titles when the control is reset | ||
_Great for when you find a URL for an image you want to use in Pixel Banner, you can quickly save it by adding the URL and then "Pinning" it._ | ||
|
||
### v2.10.0 | ||
#### ✨ Added | ||
- Color Picker for Inline Titles | ||
- Only applied if Inline Titles are enabled in Obsidian Settings: | ||
- `Appearance` > `Show inline title` | ||
- Can be defined on the General, Custom Field Names, and Folder Images tabs | ||
[![screenshot](https://raw.githubusercontent.com/jparkerweb/pixel-banner/refs/heads/main/img/releases/pixel-banner-v2.11.0.jpg)](https://raw.githubusercontent.com/jparkerweb/pixel-banner/refs/heads/main/img/releases/pixel-banner-v2.11.0.jpg) |
Binary file not shown.
6 changes: 6 additions & 0 deletions
6
example-vault/pixel-banner-example/.obsidian/command-palette.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"pinned": [ | ||
"pexels-banner:pin-banner-image", | ||
"pexels-banner:refresh-banner-image" | ||
] | ||
} |
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
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/pixel-banner-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
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
2 changes: 1 addition & 1 deletion
2
example-vault/pixel-banner-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.