Skip to content

Commit

Permalink
Merge pull request #76 from jparkerweb/develop
Browse files Browse the repository at this point in the history
v2.13.0
  • Loading branch information
jparkerweb authored Dec 9, 2024
2 parents 9fd9bc3 + bbae6f3 commit 7c7cd44
Show file tree
Hide file tree
Showing 31 changed files with 5,493 additions and 371 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,24 @@

All notable changes to the Pixel Banner plugin will be documented in this file.

## v2.12.0
## [v2.13.0] - 2024-12-09
#### ✨ Added
- New `view image` button icon option to open the banner image in a full-screen modal  
(works with plugins like `image toolkit`, etc.)

## [v2.12.0] - 2024-12-02
#### ✨ Added
- 🔀 Random Image Shuffle functionality.
- Folder Images: You can enable random image selection from a specified folder in settings.
- Frontmatter Support: Use `banner-shuffle` in frontmatter to specify a folder path for random image selection.
- Images are randomly selected each time the note is opened.
- This feature is perfect for adding variety to your notes with minimal setup using local images.

## v2.11.0
## [v2.11.0] - 2024-11-29
#### ✨ Added
- Abity to 📌 Pin URL banners

## v2.10.2
## [v2.10.2] - 2024-11-25
#### 🐛 Fixed
- Banners were being applied to the background of embedded media (images, videos, etc.)

Expand Down
11 changes: 4 additions & 7 deletions UPDATE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
## 🎉 What's New

### v2.12.0
### v2.13.0
#### ✨ Added
- 🔀 Random Image Shuffle functionality.
- Folder Images: You can enable random image selection from a specified folder in settings.
- Frontmatter Support: Use `banner-shuffle` in frontmatter to specify a folder path for random image selection.
- Images are randomly selected each time the note is opened.
- This feature is perfect for adding variety to your notes with minimal setup using local images.
- New `view image` button icon option to open the banner image in a full-screen modal  
(works with plugins like `image toolkit`, etc.)

[![screenshot](https://raw.githubusercontent.com/jparkerweb/ref/refs/heads/main/equill-labs/pixel-banner/pixel-banner-v2.12.0.jpg)](https://raw.githubusercontent.com/jparkerweb/ref/refs/heads/main/equill-labs/pixel-banner/pixel-banner-v2.12.0.jpg)
[![screenshot](https://raw.githubusercontent.com/jparkerweb/ref/refs/heads/main/equill-labs/pixel-banner/pixel-banner-v2.13.0.jpg)](https://raw.githubusercontent.com/jparkerweb/ref/refs/heads/main/equill-labs/pixel-banner/pixel-banner-v2.13.0.jpg)
Binary file modified example-vault.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
"pixel-banner",
"cmdr",
"pexels-banner",
"css-editor",
"markdown-attributes",
"rich-foot",
"open-plugin-settings",
"obsidian-paste-image-rename",
"advanced-cursors",
"obsidian-custom-frames"
"obsidian-custom-frames",
"pexels-banner",
"obsidian-image-toolkit"
]
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,18 @@
"mode": "any",
"color": "#ffea00"
},
{
"id": "open-plugin-settings:pexels-banner",
"icon": "lucide-flag",
"name": "Open Plugin Settings: Pixel Banner",
"mode": "any",
"color": "#ff0000"
},
{
"id": "open-plugin-settings:rich-foot",
"icon": "lucide-footprints",
"name": "Open Plugin Settings: Rich Foot",
"mode": "any",
"color": "#ff8800"
},
{
"id": "open-plugin-settings:pexels-banner",
"icon": "lucide-flag-triangle-right",
"name": "Open Plugin Settings: Pixel Banner",
"mode": "any"
}
],
"rightRibbon": [],
Expand Down
Loading

0 comments on commit 7c7cd44

Please sign in to comment.