Since the last update cba8762f3c
Everyone’s composer defaults to rich text when the default is markdown.
No repro here, I just tested with latest source code. Keep in mind that setting only applies to new registrations unless you go ahead and ask it to update history. Users can also override this.
It’s been default on markdown for a long time. Last update the setting is ignored for everyone including people who manually change it.
This is not happening on latest, can you try pulling latest? If it still happens can you try safe mode? Do you have any 3rd party plugins?
This is my plugins cmd of 3rd party plugins:
- rm -rf discourse-formatting-toolbar && git clone https://github.com/iunctis/discourse-formatting-toolbar # enables the formatting toolbar
- rm -rf discourse-ssd && git clone https://github.com/Eviepayne/discourse-ssd # Custom Plugin to allow users to delete their own posts
- rm -rf discourse-node-name && git clone https://github.com/Eviepayne/discourse-node-name # Custom plugin to view the node im connected to in a clustered environment
- rm -rf discourse-topic-previews-sidecar && git clone https://github.com/paviliondev/discourse-topic-previews-sidecar # additional features for thumbnails theme component
- rm -rf discourse-kofi && git clone https://github.com/magicball-network/discourse-kofi # Adds Kofi integration
- rm -rf discourse-custom-wizard && git clone https://github.com/paviliondev/discourse-custom-wizard # Adds wizards capabilities (no longer paid subscription)
I’ll try safe mode when I can schedule downtime.
safe mode does not entail any downtime, you can just run it whenever you want.
Looking at the list my guess here is that this is discourse-formatting-toolbar.
Thanks for this just tested it and learned about safe mode.
You’re probably right about the discourse-formatting toolbar
Update: It appears to be the custom-wizard-plugin