Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement BBCode writers #7455

Open
wiki-me opened this issue Jul 23, 2021 · 1 comment
Open

Implement BBCode writers #7455

wiki-me opened this issue Jul 23, 2021 · 1 comment

Comments

@wiki-me
Copy link

wiki-me commented Jul 23, 2021

Describe your proposed improvement and the problem it solves.

see third party lua implementation here .

Bbcode is very useful, if I want to write a long forum post I can write it in markdown or ODT (that have good editors), and then convert it to bbcode and then post it.

BBCode has various variants used by different pieces of software (hubzilla , phpbb, fluxbb),i am interested in using xenforo which seems like a fairly popular system. Although I am not sure if one of the variants from the lua reference fits xenforo perfectly, I think I used the “ fluxbb” and it worked ok.

Describe alternatives you've considered.

Keep using the third party implementation, but that is not as convenient .

@systemresearch
Copy link

My use case would be to convert markdown to phpBB BBCode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants