Add support for Nexusmod's BBCode format
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 26
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Thanks for this project! :smile:
I have some LaTeX files written in to convert to Markdown files. Those worked nicely. I also tried to compile those tex files to Nexusmod's own BBCode format with all three provided bbcode lua parsers, but none of them produces completely correct markup elements (Nexusmod's doesn't use [h1] for some reason). I had to adjust some things in output manually but it would be nice to have Nexusmod's format supported too! :slightly_smiling_face:
[Nexusmod's BBCode format reference](https://wiki.nexusmods.com/index.php/Formating_and_BBCode_in_Descriptions)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the three provided BBCode Lua parsers and comparing their output with Nexusmod's BBCode format reference. Determine the format-specific markup differences, then verify that LaTeX or Markdown conversion produces Nexusmod-compatible output without the reported manual adjustments.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100