Skip to content

Pico plugin to create information boxes, similar to the Confluence macros info/tip/note/warning

Notifications You must be signed in to change notification settings

fccn/pico-infobox-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pico-infobox-plugin

Pico plugin to create information boxes, based on the Confluence info/tip/note/warning macros (https://confluence.atlassian.com/doc/info-tip-note-and-warning-macros-51872369.html).

Installation

Place the PicoInfoboxPlugin folder into the PicoCMS plugins folder.

Usage

Information boxes can be created as following:

[info title=Info|icon=true]This is an <b>info</b> box[/info]
[tip title=Tip|icon=true]This is a <b>tip</b> box[/tip]
[note title=Note|icon=true]This is a <b>note</b> box[/note]
[warning title=Warning|icon=true]This is a <b>warning</b> box[/warning]

Choose from info, tip, note, or warning to create a box.

Use the title property to define the box's title. It is possible not to define a title for a box, by omitting this property.

Use the icon property, setting it to trueor false, to enable or disable the box's icon. If this property is not specified, the icon will be enabled by default.

Results

These are the results from the example presented above.

Light Mode

Light Mode

Dark Mode

Dark Mode

About

Pico plugin to create information boxes, similar to the Confluence macros info/tip/note/warning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published