TASVideos / tasvideos

The code for the live TASVideos website
https://tasvideos.org/
GNU General Public License v3.0
62 stars 29 forks source link

[F.Rq.] Syntax highlighting for forum markup #1574

Open YoshiRulz opened 1 year ago

YoshiRulz commented 1 year ago

I'm thinking JS could replace the textarea with a richer UI, eventually a MediaWiki-style editor, but initially it could be as simple as underlining BBCode tags in red or grey depending on whether they're in the list of valid tags. I've mocked that up here:

mockup

nattthebear commented 1 year ago

This could be pretty complex to do, especially if we want to avoid big libraries.