In our current implementation, loose lists and tight lists look the same visually. Loose lists are lists with blank lines between list items, and the contents of a list item should be enclosed in a paragraph tag in that case. For unordered lists, paragraph tags have a bottom margin in starlight and thus looses lists look much more spaced out than tight lists. That is not the behaviour we had in mind while writing the documentation, the reason we had all these loose lists is to make the documentation easy to write and read. So we attempt to remove all the blank lines and fix the problem at source. Since paragraph tags are used for other purposes in a list in starlight, it won't be a wise decision to let the source be as is and just change things in css, other expected behaviours might break in that case. See this topic for more details: https://chat.zulip.org/#narrow/channel/19-documentation/topic/new.20help.20center.3A.20regressions/near/2226084 All the changes were made by a one-off script which has not been commited to the repo. The script wasn't perfect and could not decide between blank lines that make a list loose vs blank lines necessary for a sub-list or a code block inside a list item. A manual review of all the changes was done before making this commit to ensure that no unintended changes were made to the help center files.
2.8 KiB
Configure home view
The home view in Zulip is the view you reach after logging in to the Zulip web app. You can also navigate to the home view via keyboard shortcuts.
The home views available in Zulip are Inbox, Recent conversations, and Combined feed. See Reading strategies for recommendations on how to use these views.
You can configure which view is set as your home view, and whether the Esc key navigates to the home view. Also, you can always reach the home view by using the Ctrl + [ shortcut.
Change home view
Organization administrators can configure the home view for their organization to Inbox, Recent conversations, or Combined feed.
- The Inbox view works best if you regularly clear all unread messages in channels you follow.
- Recent conversations works well for getting an overview of recent activity.
- Combined feed is convenient for low-traffic organizations, or for skimming messages as they come in.
You can customize your personal home view regardless of organization settings:
{start_tabs}
{settings_tab|preferences}
-
Under Navigation, click on the Home view dropdown and select a view.
-
To see your changes in action, open a new Zulip tab, or use a keyboard shortcut twice to exit the settings and navigate to your home view (Ctrl + [ or Esc if enabled).
!!! tip ""
You can also hover over your desired home view in the left sidebar, and
choose the option to **make it your home view** in the **ellipsis**
(<i class="zulip-icon zulip-icon-more-vertical"></i>) menu.
{end_tabs}
Configure whether Esc navigates to the home view
Zulip has a number of keyboard shortcuts designed to enhance the user experience in the app.
By default, the Esc key shortcut will ultimately navigate to your home view. You can disable this key binding if you would prefer. This will not disable other Esc key shortcuts used in Zulip, and will not affect the behavior of the Ctrl + [ shortcut.
Toggle whether Esc navigates to the home view
{start_tabs}
{settings_tab|preferences}
- Under Navigation, toggle Escape key navigates to home view, as desired.
{end_tabs}