From 7c9f377db03b731972ed634af69744bf64d3e489 Mon Sep 17 00:00:00 2001 From: Rishi Gupta Date: Wed, 15 May 2019 17:28:52 -0700 Subject: [PATCH] help: Add enable-full-width-display. Tweaked by tabbott to briefly describe the reason for Zulip's default; this rough description has been satisfying for many people who've asked in the past on chat.zulip.org. --- .../zerver/help/enable-full-width-display.md | 17 +++++++++++++++++ templates/zerver/help/include/sidebar_index.md | 1 + 2 files changed, 18 insertions(+) create mode 100644 templates/zerver/help/enable-full-width-display.md diff --git a/templates/zerver/help/enable-full-width-display.md b/templates/zerver/help/enable-full-width-display.md new file mode 100644 index 0000000000..51afdc9ca5 --- /dev/null +++ b/templates/zerver/help/enable-full-width-display.md @@ -0,0 +1,17 @@ +# Enable full width display + +By default, Zulip limits how wide the center message pane because it's +easier and faster to read paragraphs that don't have extremely long +lines (which is why most news sites and blogs also limit paragraph +width). We also offer an option to configure Zulip to use the full +width of wide screens. + +### Enable full width display + +{start_tabs} + +{settings_tab|display-settings} + +2. Under **Display settings**, select **Use full width on wide screens**. + +{end_tabs} diff --git a/templates/zerver/help/include/sidebar_index.md b/templates/zerver/help/include/sidebar_index.md index 15050b748c..7bbfc315c1 100644 --- a/templates/zerver/help/include/sidebar_index.md +++ b/templates/zerver/help/include/sidebar_index.md @@ -88,6 +88,7 @@ * [Enable emoticon translations](/help/enable-emoticon-translations) * [Manage your uploaded files](/help/manage-your-uploaded-files) * [View emoji as text](/help/view-emoji-as-text) +* [Enable full width display](/help/enable-full-width-display) * [Change your timezone](/help/change-your-timezone) * [Display the buddy list on narrow screens](/help/move-the-users-list-to-the-left-sidebar) * [View organization statistics](/help/analytics)