Back to Zulip

Preview your message before sending

starlight_help/src/content/docs/preview-your-message-before-sending.mdx

12.01.0 KB
Original Source

import {TabItem, Tabs} from "@astrojs/starlight/components";

import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import StartComposing from "../include/_StartComposing.mdx";

import EditIcon from "~icons/zulip-icon/edit"; import PreviewIcon from "~icons/zulip-icon/preview";

<Tabs> <TabItem label="Desktop/Web"> <FlattenedSteps> <StartComposing />
  1. Write a message.
  1. Click the **preview mode** (<PreviewIcon />)
     icon at the bottom of the compose box.
  1. *(optional)* Click the **exit preview mode** (<EditIcon />) icon to edit your message.
</FlattenedSteps>

<KeyboardTip>
  You can also use <kbd>Alt</kbd> + <kbd>P</kbd> to toggle between previewing
  and editing your message.
</KeyboardTip>
</TabItem> </Tabs>