Notes give you a full-featured rich-text editor for capturing anything from meeting minutes to design reviews. You can organize notes in nested folders, tag and icon them for quick recognition, and link them to projects so related context is always one click away.Documentation Index
Fetch the complete documentation index at: https://docs.navisops.com/llms.txt
Use this file to discover all available pages before exploring further.
Getting started
Create a note
Click New note, give it a title, and start typing. Your changes save automatically — there’s no save button to click.
Add formatting
Type
/ anywhere in the body to open the command menu. Pick from headings, bullet and numbered lists, task lists, code blocks with syntax highlighting, tables, images, and callouts.What you can do
Rich text editor
15+ Tiptap extensions, slash commands, bubble toolbar, and @-mentions.
Folder organization
Nested folders, drag-and-drop, icons, tags, and pinning.
Three view modes
Switch between Grid, List, and Folders views with one click.
AI features
Transcribe audio files and convert Markdown or HTML into rich text.
PDF export
Export any note as a PDF that matches what you see on screen.
Project linking
Attach notes to projects so they appear in the project’s Notes tab.
Editor
The editor is built on Tiptap and supports more than 15 extensions out of the box. Formatting you can apply:- Headings (H1–H6), paragraph, and blockquote
- Bullet lists, numbered lists, and task lists (with checkboxes)
- Code blocks with syntax highlighting
- Tables with resizable columns
- Inline: bold, italic, underline, strikethrough, inline code, link, highlight, text color, text alignment
- Type
/for the slash command menu — browse or search for any block type - Select text to reveal the bubble toolbar with inline formatting options (bold, italic, underline, strikethrough, inline code, link, highlight)
@ followed by a name to link to another note, task, project, flow, or calendar event. The mention is stored as a clickable reference — click it to jump directly to that item.
Version history:
Every note keeps a version history. Open the note menu and choose Version history to see past states and roll back to any of them.
Organize
Folders
Folders in Notes are infinitely nestable. You can create a folder structure as deep as you need.Switch to Folders view
Click the Folders view button in the top-right of the Notes page. The folder tree appears in the left rail.
Icons
Each note can have one of 24 icons (document, meeting, brain, star, and more). Pick an icon from the note’s metadata panel. Icons appear on note cards in Grid and Folders views, giving you an at-a-glance visual cue.Tags
Tags are color-coded text labels. Add as many as you like to a note. Tags appear as badges on note cards, and you can filter the Notes page by tag to find related notes instantly.Pinning
Pin a note to keep it at the top of any view. Open the note card menu and select Pin. Pinned notes sort before everything else, regardless of the current sort order.Views
- Grid
- List
- Folders
Cards arranged in a responsive grid. Each card shows the note’s icon, title, tags, folder breadcrumb, linked project name, and last-updated timestamp. Good for browsing a library of notes visually.
AI features
Audio transcription
You can upload an audio recording directly into the editor and get a written transcript back — no external tool needed.Open the transcription tool
In the editor toolbar, click the Transcribe audio button (microphone icon).
Wait for transcription
The editor polls for the result. Files under 25 MB typically finish in under 3 minutes. Larger files can take up to 10 minutes.
Transcription is powered by AssemblyAI. The audio file is sent to AssemblyAI for processing and is not stored by Navis Ops after the transcript is returned.
Markdown and HTML conversion
If you have content in Markdown or HTML from another tool, you can convert it into formatted rich text without copy-pasting field by field.Paste your content
Open or create a note. Paste your raw Markdown or HTML directly into the editor body.
The converter requires at least two Markdown syntax patterns to be present before it triggers. Very short snippets or plain text with a stray
# won’t convert — this avoids false positives.Export
To export a note as PDF, open the note and click the Export button in the toolbar. Choose PDF. The exported file uses the in-app renderer, so the output matches what you see on screen — headings, code blocks, tables, and all — with proper page breaks. You can also export as Markdown if you want a portable plain-text version.Project linking
Assign a note to a project from the Project field in the note’s metadata panel. Once linked, the note appears in the project’s Notes tab. This keeps reference material, meeting notes, and research attached to the work they relate to. You can also use@-mentions in the note body to create inline links to any project (or task, flow, or event) without making the note exclusively tied to one project.
Walkthrough: set up a meeting-notes folder
You take weekly standups and want them organized in one place.Create a note in the folder
Click New note. In the metadata panel, set the Folder to Q3 standups, pick the Meeting icon, and add a tag like
weekly-standup with a color.Walkthrough: convert a Markdown export into a note
You exported meeting notes from Notion or Obsidian as Markdown and want them in Navis Ops.Limitations
| What you’ll hit | Detail |
|---|---|
| No real-time collaboration | Notes are single-user. If you open the same note in two browser tabs and edit both, the last save wins. |
| No comments or threaded discussion | Notes don’t have an activity feed. For threaded discussion, use a Task instead. |
| Folders are private | There’s no folder-level sharing or access control. Folders exist per account only. |
| No bulk operations | You can’t move or copy multiple notes at once. |
| Audio transcription timeout | Transcription polls up to 60 times (~3 min) for files under 25 MB, and up to 200 times (~10 min) for larger files. If the service is slow, you’ll get a timeout error — try again. |
| Markdown converter needs at least 2 pattern matches | Very short or lightly-formatted content may not trigger conversion. Plain text won’t convert. |
| Notes are account-private | Only you can see your notes. There’s no per-note sharing with teammates. |
| Restoring a deleted folder doesn’t restore its notes | Notes inside a deleted folder lose their folder assignment. They survive, but won’t auto-return when you restore the folder. |
FAQ
Can I share a note publicly?
Can I share a note publicly?
How do I export a note?
How do I export a note?
Open the note, click the Export button in the toolbar, and choose PDF or Markdown. The PDF output matches what you see on screen, with correct pagination.
Can I link a note to a task or project?
Can I link a note to a task or project?
Yes — two ways. Set the Project field in the note’s metadata panel to attach it to a project. Or type
@ inside the note body to create an inline mention that links to any task, project, flow, or event.Can I attach a file to a note?
Can I attach a file to a note?
You can drop images directly into the editor and they’ll upload inline. For larger files like PDFs or recordings, store them in Files and reference them with an
@-mention in the note body.My notes aren't showing up where I expected — where did they go?
My notes aren't showing up where I expected — where did they go?
Notes may have been reorganized during a workspace update. Check the All notes view (switch off any active folder or tag filter) to see everything. If notes have tags applied, filter by tag to find them. You can also use search to locate any note by title or body content.
Why didn't the Convert button do anything?
Why didn't the Convert button do anything?
How long does audio transcription take?
How long does audio transcription take?
Files under 25 MB typically return a transcript in under 3 minutes. Files between 25 MB and 500 MB can take up to 10 minutes. If transcription times out, try again — it usually succeeds on retry.
See also
Files
Store binaries, PDFs, and recordings that don’t fit in a note editor.
Projects
Link notes to projects and access them from the project’s Notes tab.
Code Pens
Build and share live HTML/CSS/JS demos with a public link.
Workflows
Automate actions that react to note events in your workspace.