Skip to content

Snippet Library Guide

Snippets are reusable Markdown text blocks you can insert into any text field in the editor.

Opening the Snippet Panel

Click the sidebar toggle (hamburger icon in the top-left corner) to open the snippets panel on the left side of the editor.

Snippet Categories

You start with no snippets — everything in the panel is yours. Snippets are grouped by category:

  • Leave the Category field blank to file a snippet under Custom.
  • Type any name — e.g. Team, Budget, Reports — to give snippets their own group.
  • The field suggests categories you already use, so groups stay consistent.

Inserting a Snippet

  1. Click into any textarea or input field (scope, qualifications, custom sections, etc.).
  2. Click a snippet in the sidebar to insert its content at the cursor position.

Tip: If the textarea doesn't have focus, the snippet is copied to your clipboard and you can paste it manually.

Adding a Custom Snippet

  1. In the Add Custom Snippet form, enter a title and the Markdown content.
  2. Optionally enter a category to place the snippet in its own group. The field suggests categories you already use; leave it blank to file the snippet under Custom.
  3. Click Add Snippet.

Editing a Snippet

Hover over any snippet and click the pencil icon to edit it inline. You can change the title, content, and category — moving a snippet between groups is just an edit away. Click Save to apply or Cancel to discard changes.

Importing Snippets from Files

  1. Click Choose File to Import in the snippet panel.
  2. Select a .md, .txt, or .docx file.
  3. The file content becomes a new custom snippet (under Custom, where you can recategorize or edit it).

Deleting a Snippet

Click the trash icon next to any snippet to remove it.