> ## Documentation Index
> Fetch the complete documentation index at: https://help.standards.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Editor Overview

The Editor is a primary area of Standards that offers a comprehensive set of tools for design and publishing.

***

## Overview

Collaborate in real time, set navigation for your project, add content and design to pages, create and manage re-usable Components, browse and upload Files, and share with a wider audience. If you're new to Standards, it may take some time to orient yourself when you first open the project editor. This guide will help you learn where to find different information within the editor so that you’re up to speed and ready to dive in.

<Frame>
  <img src="https://mintcdn.com/standards/vPzKyoBXyyeHZO8-/images/editor-overview-02.png?fit=max&auto=format&n=vPzKyoBXyyeHZO8-&q=85&s=e4dfcaf639c4bb64121cf6df4ab55e52" alt="Editor user interface showing left sidebar, top bar, and right settings sidebar" width="1200" height="600" data-path="images/editor-overview-02.png" />
</Frame>

### Left sidebar

Manage the high-level structure of your project.

* **Pages** - Individual web pages with their own content and URL
* **Content** - Every content layer on the selected page
* **Menu**- Global menu content layers, flexible and defined by the user

### Top toolbar

Add content, manage visibility preferences, track changes, and publish your project.

* **Add**- For adding content to the page body
* **Mode**- Change between design, comment, and content modes
* **Breakpoint** - Add and change between desktop, tablet, and mobile modes
* **Preview** - Toggle a preview mode to preview work similar to if it were published and you were a viewer
* **Language** - Select and add languages
* **Settings (gear icon)** - Show project settings sidebar
* **Status** - Review the publishing status of the project
* **Publish & share (button)** - Show publish and share window to set the web address, access restrictions, share details, and share link appearance like favicon and share image.

### Right sidebar

* **Styles** - Review, edit, and add type, color, tooltip, and link styles
* **Components** - Review and edit existing components
* **Files** - Browse, add, replace, and remove project files
* **Settings** - Contextual to what is selected

### Page body

Add content, preview your design, edit text and set interactivity.

* **Content** - Add text, media, and more to this area to be displayed on the live site
* **In-body toolbar** - Contextual tools to what is selected, enabling options for behaviors like click to download or text styling like underline or color fill.
* **In-body move controls** - Contextual handles to what is selected, move, reorder, and resize content by click + moving these controls around on the grid.

***

## Pages

Pages in Standards are essentially the same as pages on any website, and should feel familiar to anyone who has basic experience designing digital experiences. Each page has a unique URL, and contains a grid layout for content made to scroll vertically inside a web browser.

### Home page

This is the first page a viewer sees when they visit the project on its published domain. Each project must have at least one page, which naturally doubles as the home page. Multi-page projects must specify which page is the Home page. The home page is indicated by a house icon, and can be changed by selecting the three dot icon while hovering on a page in the left bar and selecting **Set as home** from the list of options.

### Layout and grid

<Frame>
  <img src="https://mintcdn.com/standards/vPzKyoBXyyeHZO8-/images/editor-overview-grid-edit.gif?s=91ec9687f6d661822bd8d45bd91ba570" alt="Resizing content on a grid" width="3048" height="1524" data-path="images/editor-overview-grid-edit.gif" />
</Frame>

Every page in standards starts with a 12 column responsive grid on Desktop + Tablet, and 1 column on Mobile. All content is added to the grid within two (2) additional organizational containers named **Layout** and **Column**. **Layouts** span across the width of the browser window and have a customizable grid. **Columns** span the grid within **layouts** and group content vertically

### Page Settings

Each page has its own settings panel, which can be accessed by selecting the gear icon while hovering on a page in the left bar. Here you can customize the page URL, as well as the default background and text color.

Learn more about [Pages](/pages)

***

## Content

Anytime content is added to a project, it will appear under **Contents** as a layer. Control what content appears on your page from here. Below is a list of all content types available in Standards.

<Frame>
  <img src="https://mintcdn.com/standards/vPzKyoBXyyeHZO8-/images/editor-overivew-add-system.gif?s=f9e81147b864153783d928f712816834" alt="Example of adding content into various designs using in-body controls" width="1280" height="640" data-path="images/editor-overivew-add-system.gif" />
</Frame>

### Adding content

<Steps>
  <Step title="Select add dropdown">
    At the top left of the Toolbar, there is one add icon, which opens to show all available content options.
  </Step>

  <Step title="Choose content type">
    Depending on the option chosen, there will either be a popup to choose options, or the body of the page will highlight with available points to add the chosen content to
  </Step>

  <Step title="Click + drag">
    Many types of content are added directly to the page by clicking then dragging on the grid. This enables the placement and size you would like.
  </Step>

  <Step title="Style">
    Once added, select the content to show settings in the right bar that can be edited to reflect your desired design intent.
  </Step>
</Steps>

### Basic content

<AccordionGroup>
  <Accordion title="Media">
    Hotkey: <kbd>M</kbd> \
    Displays image and video files: PNG, JPG, GIF, SVG
  </Accordion>

  <Accordion title="Text">
    Hotkey: <kbd>T</kbd> \
    Displays live text
  </Accordion>

  <Accordion title="Button">
    Hotkey: <kbd>B</kbd>\
    An interactive element with states like hover, usually used for navigation menu items and downloads, but can be styled as larger cards.
  </Accordion>

  <Accordion title="Dropdown">
    Hotkey: <kbd>D</kbd>\
    An interactive element that shows and hides nested content
  </Accordion>

  <Accordion title="Audio">
    Plays audio files: MP3
  </Accordion>

  <Accordion title="Video">
    Video file player with controls.
  </Accordion>

  <Accordion title="Sequence">
    Contains slides in sequence navigated with controls, commonly used for slide shows and carousels.
  </Accordion>

  <Accordion title="Toggle">
    Contains two slides that switch between one another.
  </Accordion>
</AccordionGroup>

### Layout content

<AccordionGroup>
  <Accordion title="Spacer">
    Hotkey: <kbd>S</kbd>\
    An inert layer with a height property.
  </Accordion>

  <Accordion title="Sublayout">
    A structural layer essentially the same as a Layout but can be added inside a column.
  </Accordion>
</AccordionGroup>

### Brand content

<AccordionGroup>
  <Accordion title="Don't">
    Automatically displays common incorrect usage such as stretching a logo, with a violator overlaid.
  </Accordion>

  <Accordion title="Media scale">
    A scaling sequence of media, commonly used for showing the largest and smallest extent of a logo.
  </Accordion>

  <Accordion title="Color swatch">
    Displays a color, the color's specs, and enables the copy HEX behavior.
  </Accordion>

  <Accordion title="Color proportion">
    A sequence of colors commonly used to show the balance of color usage throughout the brand.
  </Accordion>

  <Accordion title="Albers' proportion">
    A stack of overlapping colors, commonly used to show pairings.
  </Accordion>

  <Accordion title="Type specimen">
    Displays letters, numbers, characters, and extras of a chosen font.
  </Accordion>

  <Accordion title="Type characters">
    Displays individual characters from a chosen font.
  </Accordion>

  <Accordion title="Type tester">
    An input field enabling viwers to test a set type style.
  </Accordion>
</AccordionGroup>

### Embed content

<AccordionGroup>
  <Accordion title="Vimeo">
    Displays embedded Vimeo video player.
  </Accordion>

  <Accordion title="YouTube">
    Displays embedded YouTube video player.
  </Accordion>

  <Accordion title="Figma">
    Displays embedded Figma file page or prototype.
  </Accordion>

  <Accordion title="Soundcloud">
    Diplays embedded Soundcloud audio player.
  </Accordion>

  <Accordion title="Spotify">
    Displays embedded Spotify audio player.
  </Accordion>

  <Accordion title="iframe">
    Displays anything that can be embedded with iframe HTML, a common use is to display Lottie animations.
  </Accordion>
</AccordionGroup>

### Automations

Modular templates of typical sections within brand guideline documents. Learn more about [Automations](/automations).

### Components

Saved designs which can be used repeatedly throughout a project. They can be updated at any time from a single main version, and any changes will sync across all instances. Learn more about [Components](/components).

***

## Menu

<Frame>
  <img src="https://mintcdn.com/standards/vPzKyoBXyyeHZO8-/images/editor-overview-menus.gif?s=b9165af9c0c1c688f5871ecc0acf3f4b" alt="Rotating imagery showing a range of unique navigation menus" width="1080" height="540" data-path="images/editor-overview-menus.gif" />
</Frame>

Standards offers navigation functionality by allowing each project to include a **Menu**. The menu is an element that exists outside of Page Contents and does not conform to the page grid. Any element can be added to a **Menu**, but it is designed to organize links to pages primarily using **Buttons** and **Dropdowns.**

***

## Styles

The right sidebar in the project **Editor** contains a tab labeled **Styles**. This tab contains categories for **Type**, **Color**, **Tooltip**, and **Link**. These four (4) categories comprise all **Styles** used in Standards. Similar to other design programs, **Styles** are not considered content, but rather a collection of pre-defined settings that affect the appearance of content.

**Styles** are applied to content elements throughout a page for visual consistency, and may be updated in one place from the tab in the right sidebar.

### Managing styles

To add a new style, select the `+` icon next to the header for each category. Name and edit the settings for your newly added style, and select `Done` to finish adding. To edit, duplicate, rename or delete a style, select the three vertical dots while hovering over the side in the right sidebar.

***

## Project settings (gear icon)

### Guides

Modify the appearance of the overlay grid and selection outlines. Toggle guides on and off with hotkey <kbd>G</kbd>

### Appearance

These are the defaults of the project, setting all page backgrounds, text color, and text aliasing in the project.

### Accessibility

Enable UserWay plugin. Learn more about [Accessibility](/accessibility).
