mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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.4 KiB
2.4 KiB
Trying out Zulip
You can start by reading about how Zulip’s unique topic-based threading combines the best of email and chat to make remote work productive and delightful.
It's also easy to try out Zulip for yourself.
{start_tabs}
-
Check out the Zulip app. You can:
- View the Zulip development community, where hundreds of participants collaborate to improve Zulip. Many parts of the community are open for public access, so you can start exploring without creating an account.
- See how Zulip is being used in open organizations that have opted in to be listed in the Zulip communities directory.
-
Create a Zulip Cloud organization for free in just a few minutes. This is a great way to explore Zulip even if you plan to self-host.
-
Invite your teammates to explore Zulip with you. They will have a variety of perspectives on what's important in a chat app.
-
Run a week-long Zulip trial with your team, without using any other chat tools. This is the only way to truly experience how a new chat app will help your team communicate. You can:
- Customize organization settings and settings for new users, but plan to adjust the details as you go.
- Create your initial channels, including a dedicated channel for questions and feedback about using Zulip.
- Educate others about how to use Zulip's topics, and how to move any messages that belong elsewhere.
- Set up integrations so that your team can experience all their regular workflows inside the Zulip app.
{end_tabs}