[quote=@Mahz] This weekend I'd like to implement a big feature. So far I'm thinking it'll be full-text search functionality. 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: [code][list=preserve][/code] or something like that where prefix/suffix newlines are not trimmed off. More robust (less likely to break in the future) work-arounds would be: - Use a new list for every bullet point. - Use [code][indent][/code] + your own bullet character. :btw Ellri, instead of using noparse + color, you can use [code][code][/code]. :sun [/quote] What about fixing the tabindex problem with the post box?