All Projects → Southclaws → forumfmt

Southclaws / forumfmt

Licence: other
A personal tool for converting from Markdown to BBCode for SA:MP forum.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to forumfmt

punkweb-boards
Django forum boards with bbcode support
Stars: ✭ 26 (+116.67%)
Mutual labels:  forum, bbcode
2bbcode
A set of custom Pandoc writers for converting to BBCode.
Stars: ✭ 19 (+58.33%)
Mutual labels:  bbcode, markdown-converter
superhighway84
USENET-inspired, uncensorable, decentralized internet discussion system running on IPFS & OrbitDB
Stars: ✭ 437 (+3541.67%)
Mutual labels:  forum
porter
Export legacy forums into a format Vanilla Forums can import.
Stars: ✭ 39 (+225%)
Mutual labels:  forum
Rapier
Rapier skin for Kodi entertainment center
Stars: ✭ 19 (+58.33%)
Mutual labels:  forum
frontend
Frontend repository / Reactive realtime forum software (currently alpha).
Stars: ✭ 13 (+8.33%)
Mutual labels:  forum
forum
real-time forum software written in javascript. could very well replace your old phpBB forum (it replaced ours). react+redux, node, postgres.
Stars: ✭ 28 (+133.33%)
Mutual labels:  forum
converse
A simple forum software
Stars: ✭ 17 (+41.67%)
Mutual labels:  forum
laravel-bbcode
Parse your BBCode easy with laravel-bbcode
Stars: ✭ 20 (+66.67%)
Mutual labels:  bbcode
CDom
Simple HTML/XML/BBCode DOM component for PHP.
Stars: ✭ 26 (+116.67%)
Mutual labels:  bbcode
ConsiderIt
For deliberation and opinion visualization
Stars: ✭ 62 (+416.67%)
Mutual labels:  forum
lsp-forum
Forum plugin for Livestreet 1.0
Stars: ✭ 18 (+50%)
Mutual labels:  forum
swift-markdownkit
A framework for parsing and transforming text in Markdown format written in Swift 5 for macOS, iOS, and Linux. The supported syntax is based on the CommonMark specification. The framework defines an abstract syntax for Markdown, provides a parser for parsing strings into abstract syntax trees, and comes with generators for creating HTML and attr…
Stars: ✭ 64 (+433.33%)
Mutual labels:  markdown-converter
resources
Awesome resources - 网络资源
Stars: ✭ 27 (+125%)
Mutual labels:  forum
4chan-nodejs
A 4chan clone written in node.js
Stars: ✭ 36 (+200%)
Mutual labels:  forum
bbcode
BBCode parser with bidirectional conversion.
Stars: ✭ 65 (+441.67%)
Mutual labels:  bbcode
AskOnline--Forum
Welcome to the Ask forum – Design Help Desk, Support, Forum, Knowledge-Base Responsive Site Template. The Ask is a bootstrap design help desk, support forum website template coded and designed with bootstrap Design, Bootstrap, HTML5 and CSS. Ask ideal for wiki sites, knowledge base sites, support forum sites, ticket systems, theme documentations…
Stars: ✭ 34 (+183.33%)
Mutual labels:  forum
FPA
The Forum Post Assistant (FPA) script has been developed to assist Joomla!® forum posters to be able to post relevant system, instance, PHP and troubleshooting information directly in to a pre-formatted forum post. This will save a few hours of posting back and forth, asking for, and explaining how to acquire useful information in order for othe…
Stars: ✭ 21 (+75%)
Mutual labels:  forum
vanilla-docker
A sweet Docker setup for Vanilla Forums
Stars: ✭ 34 (+183.33%)
Mutual labels:  forum
zusam
Private groups to share messages, photos, videos, links with friends and family.
Stars: ✭ 79 (+558.33%)
Mutual labels:  forum

forumfmt

https://img.shields.io/badge/star_on-GitHub-lightgrey.svg

Maintaining documentation is already difficult, maintaining it on two different platforms in two different formats is just annoying.

Overview

This tool means you can simply have a single markdown readme file in your project's repo and when you post it to the forums or update the topic, all you need to do is simply run this tool over the markdown text to generate BBCode.

For example, this:

The Swiss Army Knife of SA:MP - vital tools for any server owner or library
maintainer.

## Overview

Server management and configuration tools:

* Manage your server settings in JSON format (compiles to server.cfg)
* Run the server from `sampctl` and let it worry about automatic restarts
* Automatically download Windows/Linux server binaries when you need them

becomes this:

The Swiss Army Knife of SA:MP - vital tools for any server owner or library maintainer.

[COLOR=RoyalBlue][size=6][B]Overview[/B][/size][/COLOR]

Server management and configuration tools:

[LIST]

[*]Manage your server settings in JSON format (compiles to server.cfg)

[*]Run the server from [FONT=courier new]sampctl[/FONT] and let it worry about automatic restarts

[*]Automatically download Windows/Linux server binaries when you need them

[/LIST]

And, as you can probably guess by now, this topic was generated using the tool!

Installation

The app is a simple Go app so just go get it:

go get github.com/Southclaws/forumfmt

If you don't have Go installed, there are precompiled binaries available on the releases page.

Usage

Then you can use the command, either by passing input and output files as an argument:

forumfmt README.md README.bbcode

Or by piping to stdin and/or stdout on Unix platforms:

cat README.md | forumfmt > README.bbcode

You can also specify a style file to use, to determine the forum look, but only when all parameters are given:

forumfmt README.md README.bbcode southclaws

The available styles are:

  • southclaws
  • yless

Feel free to PR more styles if you want, just copy the existing .json files.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].