Properties

Add structured metadata to your notes with YAML frontmatter

Properties are structured metadata attached to your notes via YAML frontmatter. They live at the very top of a Markdown file, between --- delimiters:

---
title: Project Brief
status: active
priority: 1
due: 2026-05-01
pinned: true
tags:
  - work
  - planning
---

Browsing Properties

Open the Properties page from the More menu. It shows every unique property key found across all notes in your workspace, along with a count of how many notes use each one.

Use the search field at the top to filter properties by name. Tap a property to see the full list of notes that have it.

Supported Value Types

When adding or editing a property in the editor's properties sheet, you can choose from these types:

TypeExample value
Textstatus: draft
Numberpriority: 1
Datedue: 2026-05-01
Date & Timemeeting: 2026-05-01T09:30
Checkboxpinned: true
ListA multi-line list of values
TagsA multi-line list of tag strings
FilesA multi-line list of file references

Special Properties

A few property keys have special meaning in Octarine:

PropertyTypeEffect
pinnedCheckboxPins the note to the top of the sidebar and adds it to the Pinned page
lockedCheckboxMakes the note read-only — the editor disables editing
tagsTags (list)Adds the note to the listed tags, visible in the Tags browser

Any other keys are custom — add whatever metadata makes sense for your workflow.

Adding and Editing Properties

In the editor, tap the properties strip below the header (visible when a note has frontmatter) to open the properties sheet. From there:

  • Add — tap the Add button, choose a name, type, and value.
  • Edit — tap an existing property to modify its name, type, or value.
  • Delete — open a property and tap the red Delete button at the bottom.

For read-only (locked) notes, the sheet shows properties in view-only mode.