Browser Preview

Preview your code in real time as you type.

The Browser preview window exists by default as a pane on the right side of your screen. It's a live preview of your current code that updates whenever you stop typing. You can resize the preview, explore different screen dimensions, block images, or simulate visual impairments.

Tip

You can manually refresh the preview using the Refresh Icon button in the top left of the preview or via the command palette.

Silent video of the full Parcel window. Header text is added in the code editor then populates in the preview. A source file is added to an image then populates in the preview, too.
Screen recording demonstrating the Browser preview

Raw Preview

If you prefer to use the browser's built in developer tools, you can view the HTML content of an email rendered in your browser. Right click on any file in the file tree and then click Open Raw in New Tab.

Silent video of the full Parcel window in a browser tab. The file tree on the left contains a folder and two files. The user right clicks on a file, revealing a menu with several options. The user clicks the "Open Raw in New Tab" option, and the email Preview is opened in a new browser tab. The user returns to the Parcel tab and opens the same email. The user types text in the editor, and the changes are immediately reflected in the Preview on the right. The usr returns to the preview in the other tab and it refreshes to reflect the new changes.
Screen recording demonstrating the raw preview

Pop out Preview

If you like working with multiple screens, you can pop out the Preview into a separate tab.

The pop out preview has the same functionality as the in-window Preview.

Silent video of the full Parcel window in a browser tab. The user clicks on the Popout preview button in the upper right corner of the window. A new browser tab opens with the email preview and a set of preview modifying buttons at the top. The user clicks on the "Layout" button, revealing a menu with two options - "Browser" and "Grid". "Browser" is checked. The user switches to "Grid" layout, which replaces the on screen preview with a new menu. This menu, titled "Previews", contains a list of common phone and computer screen dimensions.
Screen recording showing how to pop out the preview

Simply close the preview tab to restore your workspace to the default layout.

Silent video of the popout Preview in a browser tab. The user returns to the browser tab with the full Parcel window, which does not contain the Preview on the right. The user types text in the editor, and the changes are immediately reflected in the Preview on the right. The usr returns to the preview in the other tab and it reflects the new changes. The user closes the Preview browser tab, and the Preview pane is returned to the right side of the editor.
Screen recording showing how to restore the in-window preview