Add explicit support for bb-code pages being considered "staff" for staff-only bb-codes. This also refactors how content is considered "staff" to be easier for other add-ons to extend.
1.7.7 - Bugfix & Maintenance update
Fix bb-codes in emails potentially not using the correct XF templater sub-system
Remove explicit string return types on functions which can return XF string-like objects
Patch email text rewrite color=transparent to spoiler, as otherwise this can trigger email spam filters
Apply "Use non-blurred spoiler" style-property to emails
1.7.6 - Maintenance update
Add a small amount of padding to the word-counter
Vote tally compatibility improvement
1.7.5 - Bugfix update
Fix word-counter not working in bb-code only mode
Fix typo in "Word-count updating delay" style property name
Enable word-counter by default, with a 0.6 second delay
In emails, dump raw latex instead of attempting to render
In emails, fix that the count down/up timer would be attempted to be rendered in email
Style property to replace blur-spoiler with non-blurred version (default disabled), note; non-blurred spoiler handles images while stock XF version does not
Adjust transition delay on inline-spoiler bar used when showing transparent text
Add QuickSpoiler stub (for [qs] bb-code, and xml file) & remove redundant css/less injection
bb-code definition files are now provided in an 'bb-codes' folder outside the 'upload' folder in redistributable
Only render the most top-level inline spoiler, as nested inline spoilers are silly and work poorly