discourse/migrations/lib
Martin Brennan 7121cfd4ab
FEATURE: User preference for editor Markdown monospace font (#34051)
This commit responds to feedback in the Discourse Meta discussion

https://meta.discourse.org/t/monospace-font-in-the-markdown-only-editor/359936

This change introduces a user preference that allows users to choose
whether the Markdown editor uses a monospace font. The default setting
is `true` for new sites, but set to `false` for existing sites to avoid
disrupting current users' experiences.

Admins can change the `default_other_enable_markdown_monospace_font`
site setting to manage this for all users.
2025-08-04 14:56:21 +10:00
..
cli DEV: Add --reset option to import command (#33317) 2025-06-24 22:58:32 +02:00
common DEV: Add Migrations::SetStore to work with nested sets of data (#33593) 2025-07-24 12:11:41 +02:00
converters FEATURE: User preference for editor Markdown monospace font (#34051) 2025-08-04 14:56:21 +10:00
database FEATURE: User preference for editor Markdown monospace font (#34051) 2025-08-04 14:56:21 +10:00
importer DEV: Add muted_users converter and importer steps (#33709) 2025-07-28 11:35:24 +00:00
uploader DEV: Import uploads from UploadsDB (#33259) 2025-06-20 22:59:57 +02:00
converters.rb DEV: Adds a new converter for migrating from Discourse 2025-04-07 17:22:36 +02:00
database.rb DEV: Check if IntermediateDB schema is valid (#32975) 2025-05-29 22:08:50 +02:00
importer.rb DEV: Add --reset option to import command (#33317) 2025-06-24 22:58:32 +02:00
settings_parser.rb DEV: Refactor uploads_importer script (#29292) 2024-10-31 13:31:12 +00:00