History log of /plugin/infobox/syntax.php (Results 1 – 7 of 7)
Revision Date Author Comments
# 9e9b4c22 29-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.


# cce5e697 28-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 ...


# 04e6edfb 15-Jul-2025 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Add files via upload

Fixed display of icon images within an Infobox section.


# a5ba79f0 14-Jul-2025 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Add files via upload

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


# ffecb261 14-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 ...


# ad4c48d3 13-Aug-2024 bpmcneilly <brian@mcneil.ly>

removing inline styles from infoboxes


# 971218fc 05-Aug-2024 Kanaru92 <107661007+Kanaru92@users.noreply.github.com>

Initial upload

Added version 1