This weekend I'd like to implement a big feature. So far I'm thinking it'll be full-text search functionality.
<Snipped quote by BBeast>
I see. I'll experiment with full whitespace preservation to see how it impacts how most people expect BBCode lists to work. For example, people often use newlines to organize/space-out their BBCode markup and don't intend for them to create extraneous newlines in the resulting post.
Worst case scenario, if I don't think it's a good default setting, I'll make it an opt-in/advanced feature:[list=preserve]
or something like that where prefix/suffix newlines are not trimmed off.
<Snipped quote by Ellri>
More robust (less likely to break in the future) work-arounds would be:
- Use a new list for every bullet point.
- Use[indent]
+ your own bullet character.
Ellri, instead of using noparse + color, you can use[code]
.
What about fixing the tabindex problem with the post box?