---
title: "Notes"
slug: workspace/notes
url: https://projectri.com/docs/workspace/notes
section: workspace
audience: workspace
app_route: "/[slug]/[user]/notes"
permissions: [note.view, note.create, note.update, note.delete, note.share]
mobile: "/notes"
updated: 2026-09-08
source: Projectri documentation
---

# Notes

Every note you can reach — your own, ones shared with you and ones the workspace publishes — with filters, a trash tab and row actions for pinning, duplicating and sharing.

![Notes](https://projectri.com/docs-shots/workspace-notes.png)

## What it is

Notes are written documents that live in the workspace rather than in a file.
This screen lists every one you can reach and is where you create, find, pin,
duplicate, share and trash them. Notes and Documents are the same rows in the
same table split by which module owns them, so everything here behaves the same
way on the [Documents](/docs/workspace/documents) screen.

## How to get there

Notes is in the main navigation. The list needs `note.view`. **New note** only
appears if you hold `note.create`. Editing needs `note.update`, trashing and
permanently deleting need `note.delete`, and sharing needs `note.share`. There
is no plan gate.

Row actions mirror what the API allows, so a button you can see is a button that
will work.

## How to use it

### Find a note

1. The search box filters on title, the note's preview text, project names and
   tags. It filters what is already loaded rather than querying the server.
2. The filter buttons are **All notes**, **Created by me**, **Shared with me**,
   **Pinned** and **Trash**. Only **Trash** reloads from the server; the rest
   are instant.
3. **Project** narrows the list to notes filed under one project.
4. The pair of buttons on the right switches between the card grid and the
   compact list.

### Create a note

1. Press **New note**. A note titled *Untitled* is created and opens
   immediately.
2. If a project was selected in the filter when you pressed it, the note is
   filed under that project — the editor's chip shows the filing rather than an
   empty **Add to project** you have to remember to fill in.

### Act on a row

Right-click a card, or use the **…** button, for the menu:

- **Open**
- **Rename…** and **Star** / **Remove star** — need edit access. A starred note
  is pinned to the top of the list.
- **Duplicate** — always offered.
- **Share…** — needs share access; opens the same dialog the editor uses.
- **Copy link** — copies the in-app address and flashes *Link copied*.
- **Download file** — only on rows that are an uploaded file.
- **Move to trash** — owner only, and asks first.

The star, trash and **…** buttons are also on the card itself.

### Trash and restore

1. Switch the filter to **Trash**.
2. **Restore** puts the note back. **Delete forever** asks *"Delete "…"
   permanently? This cannot be undone."* and then removes it.
3. Both are owner-only. Nothing purges the trash on a schedule — a trashed note
   stays restorable until somebody deletes it.

## What it affects

- **Duplicating copies content, not access.** A copy carries the title with
  *(copy)* appended, the body, icon, cover image, status, visibility, type, tags
  and project filing. It does **not** carry shares, the public link, comments,
  version history, attachments or the pinned state, and you become its owner.
- **Filing under a project** makes the note appear on that project's notes tab.
  A note can be filed under several projects; the first is the primary and is
  the one the card names, with `+N` for the rest.
- **Sharing sends a notification** — a bell entry, a push and an email — to the
  person you shared with.
- **A public link makes the note readable without an account** at
  `/share/note/<id>`, read-only, and marked not to be indexed by search engines.
- **Search and Nia.** Note bodies are stored in readable form, so global search
  indexes them and Nia can read and write in the one you have open.

## On mobile

The phone has a **Notes** list and a reader. Notes are created and written on
the web app only, so there is no compose button — the empty state says where to
start one rather than offering a control the app does not have. The reader shows
the stored body, the file if the row is one, its attachments, and an export
option, and it watches co-editing live: a colleague's sentence appears as they
type it, with the roster above it.

## Limits and gotchas

- A note title is trimmed to **200 characters**; an empty one saves as
  *Untitled*. A note carries at most **20 tags**.
- **Created by me** and **Shared with me** split the list by who created the
  row, not by whether it was explicitly shared with you.
- The list search only reads what has already been loaded. Global search is the
  one that reads bodies.
- Pressing **New note** twice quickly creates one note, not two — the button is
  guarded, as are duplicate and the row mutations.
- Every row action is applied on screen before the server answers, and rolled
  back if it is refused. A star that flicks back means the request failed.

## Related

- [Writing a note](/docs/workspace/note) — the editor, comments, history and sharing.
- [Documents](/docs/workspace/documents) — the same rows, for uploaded files.
- [Projects](/docs/workspace/projects) — where a filed note also shows up.
- [Search](/docs/features/search) — the search that reads note bodies.

## Related

- [Writing a note](https://projectri.com/docs/workspace/note.md): The note editor — formatting, tables, charts, callouts and templates, with live co-editing, comments anchored to a selection, version history and sharing.
- [Documents](https://projectri.com/docs/workspace/documents.md): Written documents and uploaded files in one library, with type filters, drag-and-drop upload, templates and a trash tab.
- [Projects](https://projectri.com/docs/workspace/projects.md): The project list and the project itself — its people, milestones and progress, its tasks as a table, board, timeline or roadmap, and its documents, boards and meetings.
- [Search](https://projectri.com/docs/features/search.md): One box over eight kinds of thing, how the ranking works, the operators you can type, and the one thing search can never find.
