-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Support Markdown or BBCode for asset descriptions #20
Comments
PHP has a PECL extension + PEAR package for BBCode - http://php.net/manual/en/book.bbcode.php Given that it is possible to install PEAR packages through composer, I guess we might use it just fine ^^ |
Not blocking for beta. |
This is supported in the asset library rewrite, which will become the new official platform sometime in the future. I don't have an ETA for deploying it though. |
so, without the rewrite (Calinou/godot-asset-library-laravel#467), will it be supported in this asset lib, or only in the next full rewrite mentioned in that issue? |
This could be supported in the current asset library, with two conditions:
|
Does it really need a backend parser? why not keep it in the frontend only with something like https://github.com/markedjs/marked? |
It can be done with a client-side library, but it may feel sluggish on low-end/mobile devices.
For users, Markdown source is awkward to read unformatted when it contains named links. The rest is usually not too bad though. |
Markdown or BBCode should be supported in asset descriptions. See below for a comparison of each. Perhaps the asset store could use Markdown, and convert it to BBCode when needed for Godot's purposes.
Markdown
Upsides
Downsides
BBCode
Upsides
Downsides
The text was updated successfully, but these errors were encountered: