History log of /plugin/infobox/ (Results 1 – 20 of 20)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9e9b4c2229-Nov-2025 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Add files via upload

Added headerless sections (====), headerless columns (::::::), full-width values (= value =), and Tailwind template compatibility fix.

cce5e69728-Jul-2025 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Add files via upload

## New Features

### Spoiler/Blur Functionality
- Added `!` prefix syntax to blur sensitive content
- Support for `!key = value` (blurs both key and value) and `key = !value

Add files via upload

## New Features

### Spoiler/Blur Functionality
- Added `!` prefix syntax to blur sensitive content
- Support for `!key = value` (blurs both key and value) and `key = !value` (blurs only value)
- Interactive reveal: hover to preview, click/Enter to permanently reveal

### Divider Lines
- Added `divider = text` syntax for visual section separators
- Works in main fields, sections, and subgroups
- Styled with centered text, borders, and subtle background

### Improvements
- Added TOC collision avoidance with `class = avoid-toc` option
- InfoBox automatically reserves space for TOC or moves to left side
- Improved CSS for better theme compatibility
- Enhanced parser to handle spoiler syntax detection
- Extended field data structure to store blur flags
- Added comprehensive JavaScript for spoiler interactions
- Maintained full backwards compatibility with existing syntax
- Fixed quote consistency in JavaScript to prevent parse errors

## CSS
- Added `.infobox-spoiler` class with blur filter effects
- Implemented `.infobox-divider` styling for visual separators
- Enhanced keyboard navigation for spoiler elements

show more ...

d545e1ea15-Jul-2025 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Add files via upload

Updated readme to include instructions for adding an image header.

04e6edfb15-Jul-2025 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Add files via upload

Fixed display of icon images within an Infobox section.

08f2ec0914-Jul-2025 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Update README.md

Added syntax reference for icons in field names

a5ba79f014-Jul-2025 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Add files via upload

Updated with support for subgroups within sections, and struct plugin integration.

16355e4114-Jul-2025 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Update README.md

Added syntax reference for subgroups

10b6f02a14-Jul-2025 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Update README.md

Removed duplicate image

c858959214-Jul-2025 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Update README.md

Added notes for subgroups within sections

5bbf4e1914-Jul-2025 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Update README.md

Added section for info about image tab customization

ffecb26114-Jul-2025 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Add files via upload

Added support for image1=, image2=, etc. with custom tab labels, and keyboard navigation (Arrow keys, Home/End)
Images are now clickable
Added section headers and collapsible

Add files via upload

Added support for image1=, image2=, etc. with custom tab labels, and keyboard navigation (Arrow keys, Home/End)
Images are now clickable
Added section headers and collapsible sections (can also be toggled with Enter/Space)
Improved theme comparability
Header image support for banner-style images (header_image=)
Fixed header lines extending through infobox and added proper z-index stacking
CUstom CSS class support (class=custom-name)

show more ...

6dc884a114-Jul-2025 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Update README.md

Updated readme to include latest info.

fcbf03b213-Aug-2024 bpmcneilly <brian@mcneil.ly>

removing color declarations from CSS file

ad4c48d313-Aug-2024 bpmcneilly <brian@mcneil.ly>

removing inline styles from infoboxes

0b331bfd05-Aug-2024 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Update README.md

Added an example image

bdf8d13005-Aug-2024 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Update README.md

Fixed formatting again

d3b2760505-Aug-2024 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Update README.md

Fixed formatting

81ec2f3305-Aug-2024 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Create README.md

Added a readme

971218fc05-Aug-2024 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Initial upload

Added version 1

c067418c05-Aug-2024 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Initial commit