BBCode Pastebin Embed Extension, (*1)
Embeds the paste into the Flarum post. Respects the exposure and expiration settings for the paste. A notice is provided if the paste expires (or is deleted) or if the paste is private. Displays the proper formatting when syntax highlighting is used., (*2)
Install:, (*3)
composer require oe800/flarum-ext-bbcode-pastebin
, (*4)
Usage:, (*5)
For small pastes (about 7 lines), (*6)
[pastebin]{Pastecode}[/pastebin]
, (*7)
For medium pastes (about 30 lines), (*8)
[pastebinm]{Pastecode}[/pastebinm]
, (*9)
For larger pastes (42 + lines), (*10)
[pastebinl]{Pastecode}[/pastebinl]
, (*11)
Examples:, (*12)
Smaller Paste:, (*13)
, (*14)
Medium Paste:, (*15)
, (*16)
Larger Paste:, (*17)
, (*18)