You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
<h1>Plugins</h1>
<ul class="plugins">
<!-- BEGIN plugins -->
<li data-plugin-id=" { plugins . id } ">
<h2> { plugins . name } </h2>
<div class="pull-right">
<button data-action="toggleActive" class="btn btn-primary"> { plugins . activeText } </button>
</div>
<p> { plugins . description } </p>
<p>For more information: <a href=" { plugins . url } "> { plugins . url } </a></p>
</li>
<!-- END plugins -->
</ul>
<div class="alert alert-warning">
<p>
<strong>Interested in writing plugins for NodeBB?</strong>
</p>
<p>
Full documentation regarding plugin authoring can be found in the <a target="_blank" href="https://github.com/designcreateplay/NodeBB/wiki/Writing-Plugins-for-NodeBB">NodeBB Wiki</a>.
</p>
</div>