this includes underlinestrikethrough scriptsupersub
and things like centering
or right aligning
Table of contents added
In the post editor, hit the cog button and you should be able to see the table of contents option which will hopefully be really helpful to article writing.
Demonstration
Here is what it looks like when you added it to a post
Thank goodness, now I can be in a constant state of anxiety
If you also wish to be in pain like me, consider going to Settings → Notifications → “Consider topics new when” and set it to “I haven’t viewed them yet”
Soon I will have read every single post on the forum
Can I ask what you dislike about it? Maybe it’s something that can be worked around. Not that there is also a dismiss button to clear all the new and unread topics:
The issue is there are two distinct types of extensions: “Plugins” and “Theme Components”. A theme component can only change the front-end. Basically its job is to tell your browser to render the page a certain way. For example, the banner is a theme component because all it does it say “hey, draw this random image at the top of every page”
A plugin can also do the same thing but can also change the back-end. In other words, it can make changes to the site’s database. So the sprite signatures are a plugin because every user’s sprites are saved to the database. The downside to the plugins is that you have to reboot the entire forum to update them which makes them far more annoying to test and update
So basically what I’m getting at is that I can make this feature optional but it will likely involve converting it from a theme component to a plugin which is non-trivial. Alternatively, I could just hard-code your user ID right into the javascript and make an exception for you. Then every browser running the site will check if the user is @stagecoach every time the navigation bar is being drawn
For me, it’s notification overload. I am not really interested in being notified of all the activity in these categories in this way. I only use the site from the Latest tab to begin with, which I catch up on daily. So what I get are numerous notifications for things I don’t want to be notified on, which I have to manually dismiss. They are essentially notifications to clear my notifications.
As someone with a brain that cannot let a notification remain uncleared, I now have multiple notifications I have to make the rounds to clear when I visit the site. The Messages notification is also not synced to the profile notifications, so when I read messages it takes a certain amount of time for the Messages badge to clear on the nav bar. This makes my brain split in half and sends ghosts flying out of my skull, because I am very well adjusted and normal.
I recognize that I am not the site’s only user. You don’t have to do things just for me. I just thought I’d ask. But I would definitely be happy to never see these badges, but not if it makes a lot of work for you just to appease me.
I have added you as an if statement in the code (terrible design but frankly the easiest way) so it should no longer show up for you.
You are very observant I spent about 2 hours trying to figure out how to get it to synchronize in real time and I found a solution that was near-real time and I was going to see if it was noticeable.
It worked, @pfm. Thank you so much. Sorry that you had to hack the website just to placate me. Catering to a userbase is tireless. I’m grateful for your attention.