Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FriendsOfFlarum/bbcode-tabs
Add tabs to your posts by using BBCode tags
https://github.com/FriendsOfFlarum/bbcode-tabs
Last synced: about 9 hours ago
JSON representation
Add tabs to your posts by using BBCode tags
- Host: GitHub
- URL: https://github.com/FriendsOfFlarum/bbcode-tabs
- Owner: FriendsOfFlarum
- License: mit
- Created: 2019-08-13T20:49:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T09:03:33.000Z (about 1 month ago)
- Last Synced: 2024-10-29T22:37:23.896Z (5 days ago)
- Language: JavaScript
- Homepage:
- Size: 416 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-flarum - FoF BBCode Tabs - Add tabs to your posts by using BBCode tags. (Extensions / Discussion ([:top:](#table-of-contents)))
README
# BBCode Tabs by FriendsOfFlarum
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/fof/bbcode-tabs.svg)](https://packagist.org/packages/fof/bbcode-tabs) [![OpenCollective](https://img.shields.io/badge/opencollective-fof-blue.svg)](https://opencollective.com/fof/donate) [![Donate](https://img.shields.io/badge/donate-datitisev-important.svg)](https://datitisev.me/donate)
A [Flarum](http://flarum.org) extension. Add tabs to your posts by using BBCode tags.
### Usage
```bbcode
[tabs]
[tab="hi"]Hi[/tab]
[tab="hello"]Hello[/tab]
[/tabs]
```To make a tag active by default:
```bbcode
[tab="[NAME]" active="[ANYTHING]"]...[/tab]
[tab name="[NAME]" active="[ANYTHING]"]...[/tab]
```### Installation
Install with composer:
```sh
composer require fof/bbcode-tabs:"*"
```### Updating
```sh
composer update fof/bbcode-tabs
```### Links
[](https://opencollective.com/fof/donate)
[](https://patreon.com/datitisev)- [Packagist](https://packagist.org/packages/fof/bbcode-tabs)
- [GitHub](https://github.com/FriendsOfFlarum/bbcode-tabs)An extension by [FriendsOfFlarum](https://github.com/FriendsOfFlarum).