Hi y'all, you probably know of bbcode, which is the markup lang that cemetech and a bunch of other forums use to allow for numerous helpful functionalities. They help:
- allow users to customize the appearance of their text with little to no understanding of html
- allows for safety and prevents insertion of malicious html or stuff like that
- its all really easy for owners of the forums to change the rights of users with bbcode
But, it does have problems, and I find the biggest of these to be in the fact that it is php based, which means that it is kinda old and has dependencies on old stuff
To fix this problem, Im trying to make a light weight markup lang and compiler that also does everything cool that bbcode does.
Here are my primary goals for now;
- Bold, Underline, and italic
- Safety and stuff
- Really easy integration with existing stuff and easy customization of a json file
If y'all have any suggestions or tips, feel free to help
- allow users to customize the appearance of their text with little to no understanding of html
- allows for safety and prevents insertion of malicious html or stuff like that
- its all really easy for owners of the forums to change the rights of users with bbcode
But, it does have problems, and I find the biggest of these to be in the fact that it is php based, which means that it is kinda old and has dependencies on old stuff
To fix this problem, Im trying to make a light weight markup lang and compiler that also does everything cool that bbcode does.
Here are my primary goals for now;
- Bold, Underline, and italic
- Safety and stuff
- Really easy integration with existing stuff and easy customization of a json file
If y'all have any suggestions or tips, feel free to help