| Off Topic > Off Topic |
| Pecon writes a forum system (New bbcode parser, finally!) |
| << < (8/9) > >> |
| BlocklandBlockoCity:
--- Quote from: Daswiruch on June 09, 2017, 04:23:28 PM ---greek --- End quote --- but its also "Now" in PT, you know... |
| Pecon:
Bump. Just pushed a commit with the new bbcode parser yesterday, bbcode parsing should be much more reliable than it used to be. Not being able to nest quotes (or nest any same-name tags) is a known bug that I'll be addressing in an update. |
| Pecon:
Fixed the nesting same-name tags bug, nested quotes should work perfectly again. I also added some messages that the bbcode parser will give you when it detects issues with your bbcode (Such as writing a tag that doesn't exist, opening a tag without a matching close tag, etc.). Finally, I also added a tag so that it's possible to write bbcode literally without it being parsed. I'd also like some feedback, here is a list of the currently implemented tags. I'd like suggestions on any potential additions to this list. [nobbc] [i] - Italics [b] - Bold [u] - Underline [s] - Strikethrough [color=...] - Set text color. [size=...] - Set text font size. [font=...] - Set a specific font face. [url=http://...] - Make the elements inside hyperlinks to the specified url. [abbr=...] - Make elements inside have title text. [center] - Center align [left] - Left align [right] - Right align [just] - Justify [quote Name] - Make a blockquote from Name. [img] - Embed an image [video] - Embed a raw video file. [youtube] - Embed a youtube video. [vimeo] - Embed a vimeo video. [hr] - Make a horizontal line. [nobbc] - Skip bbcode parsing of text within this tag. [noparse] - Alias of nobbc. Any feedback about potential tag additions or changes is welcome. |
| Køtt:
does it support color code |
| Pecon:
--- Quote from: Køtt on July 31, 2017, 05:35:26 PM ---does it support color code --- End quote --- Yes, any css-valid color property should be accepted. |
| Navigation |
| Message Index |
| Next page |
| Previous page |