discourse/migrations/lib/database/intermediate_db
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
..
badge.rb DEV: Add badges converter and importer steps (#33019) 2025-06-25 13:15:24 +02:00
category.rb DEV: Add categories converter and importer steps (#33067) 2025-06-26 16:37:24 +02:00
category_custom_field.rb DEV: Add custom_category_fields converter and importer steps (#33362) 2025-07-24 00:20:46 +00:00
category_user.rb DEV: Add category_users converter and importer steps (#33367) 2025-07-15 13:21:50 +00:00
group.rb DEV: Add groups converter and importer steps (#33373) 2025-07-28 10:42:30 +00:00
group_user.rb DEV: Add group_users converter and importer steps (#33687) 2025-07-28 11:08:54 +00:00
log_entry.rb DEV: Refactor migrations-tooling 2025-04-07 17:22:36 +02:00
muted_user.rb DEV: Add muted_users converter and importer steps (#33709) 2025-07-28 11:35:24 +00:00
permalink_normalization.rb DEV: Add converter & importer for permalink_normalizations 2025-05-31 22:17:44 +02:00
upload.rb DEV: Store avatar in users converter step (#33176) 2025-06-20 22:59:36 +02:00
user.rb DEV: Import user avatars from IntermediateDB (#33319) 2025-06-25 23:37:27 +02:00
user_email.rb DEV: Allow multiple users to have the same email in IntermediateDB (#33318) 2025-06-24 22:59:00 +02:00
user_option.rb FEATURE: User preference for editor Markdown monospace font (#34051) 2025-08-04 14:56:21 +10:00
user_suspension.rb REFACTOR: Code generator for migrations IntemerdiateDB 2025-04-07 17:22:36 +02:00