MyBB.de Forum
Indent - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: Indent (/thread-29899.html)



Indent - MyBB.de Bot - 11.06.2014

Eine neue Erweiterung wurde veröffentlicht: Indent

Zitat:This small plugin allows to use [indent] and [tab] MyCode.

Installation
Unzip the file and copy the inc/ directory to your board root, then activate.

Usage
Indent
Code:
[indent]some contents
and also
[indent]another indented content[/indent]
[/indent][code]
gives:
[code]   some contents
   and also
      another indented content
Tab
[tab]A simple indented line
and the following
[tab=3]Third level indented line
[tab=2]and the following[/code]
gives:
A simple indented line
and the following
Third level indented line
and the following[/code]