Skip to content

Notes

PraxisNote’s note editor is a rich text workspace for capturing ideas, meeting notes, and documentation. Notes save automatically as you type and support a wide range of formatting options through the toolbar, slash commands, and keyboard shortcuts.

  1. Open Notes from the sidebar.
  2. Click the “Take a note…” field at the top to create a new note.
  3. Start typing — the editor opens full-screen with a rich text toolbar.
  4. Your note saves automatically. Navigate away at any time and your work is preserved.

The notes list displays all your notes in a responsive masonry grid (4 columns on wide screens, down to 1 column on mobile). Each note card shows a preview of the content with tag chips.

Type in the search bar to filter notes in real time. Search matches against:

  • Note content text
  • Tag names
  • Checkbox text
ShortcutAction
/Focus the search bar (desktop, when not in a text field)
EscapeClear search and blur

Below the search bar, tag chips appear for any tags used across your notes. Click a tag chip to filter the list to only notes with that tag. You can select multiple tags. Click Clear to remove all tag filters.

On each note card, click the trash icon. A confirm button with countdown appears — click it to delete. A toast notification with Undo appears (5-second window to restore).

When you open a note, you enter the full-screen editor with:

  • A toolbar at the top for formatting
  • The editor canvas in the center
  • A footer status bar at the bottom showing last-edited time and tags

Notes save automatically with a 1-second debounce after you stop typing. The header shows:

  • Saving… spinner — while a save is in progress
  • Saved checkmark — when the latest changes are persisted

You can also press Cmd/Ctrl+S to force an immediate save.

The toolbar adapts to screen width, showing more buttons on wider screens and fewer on narrow screens. All hidden actions remain accessible via slash commands.

Block type dropdown — choose between Paragraph, Heading 1/2/3, Bullet List, Numbered List, Task List, Blockquote, and Code Block.

Text formatting buttons:

ButtonActionShortcut
BBoldCmd/Ctrl+B
IItalicCmd/Ctrl+I
UUnderlineCmd/Ctrl+U
SStrikethroughCmd/Ctrl+Shift+X
LinkInsert/edit hyperlink
HighlightToggle yellow highlight
Text colorOpen color picker

Alignment buttons: Left, Center, Right

List buttons: Bullet list, Numbered list, Task list (checkboxes)

Block buttons: Blockquote, Code block, Table, Image, Horizontal rule

Utility buttons: Undo, Redo

On narrow screens, less-used toolbar buttons move into a “More” overflow menu (three dots). This ensures the toolbar remains usable on mobile devices.

Type / anywhere in the editor to open the command menu. Start typing to filter commands by name or alias.

CommandAliasesShortcutDescription
Heading 1h1Cmd/Ctrl+Alt+1Large section heading
Heading 2h2Cmd/Ctrl+Alt+2Medium section heading
Heading 3h3Cmd/Ctrl+Alt+3Small section heading
CommandAliasesShortcutDescription
Bullet Listul, bulletsCmd/Ctrl+Shift+8Unordered bullet list
Numbered Listol, numbersCmd/Ctrl+Shift+7Ordered numbered list
Task Listtask, checklistCmd/Ctrl+Shift+9Checkbox list (can sync with tasks)
CommandAliasesShortcutDescription
Toggle Sectiontoggle, collapse, detailsCollapsible content section
Blockquotequote, bqCmd/Ctrl+Shift+BIndented quote block
Code Blockcode, cbCmd/Ctrl+Alt+CSyntax-highlighted code block
CommandAliasesShortcutDescription
Table3×3 table with header row
Imageimg, picInsert image by URL
Dividerhr, line, separatorHorizontal rule
DateCmd/Ctrl+Shift+DInsert today’s date as inline chip
TodayInsert today’s date as inline chip
TomorrowInsert tomorrow’s date as inline chip
Jira Linkjira, issue, ticketInsert a Jira issue chip by URL

Date chips are styled inline elements that display a date with a calendar icon. They render right inside your text flow.

  • Type /date or /today to insert today’s date
  • Type /tomorrow to insert tomorrow’s date
  • Use the keyboard shortcut Cmd/Ctrl+Shift+D for today’s date

Click on any date chip to open a popover with:

  • Quick-pick buttons — Today, Tomorrow, Next Monday
  • Date picker — for selecting any date

The chip updates inline when you pick a new date.

Task lists (checkboxes) in notes can be promoted to tasks on the kanban board.

  1. Create a task list using /task or the toolbar checkbox button.
  2. Write your checklist items.
  3. Hover over a checkbox item to reveal a promote button (arrow icon).
  4. Click the promote button to create a corresponding task on the kanban board.
  5. A toast confirms the task was created, showing its title.

Once promoted, the checkbox shows a status badge indicating the linked task’s current state (Todo, In Progress, or Done). Click the badge to navigate to the task on the kanban board.

When you paste content into the editor, PraxisNote intelligently handles certain formats:

  • URLs — pasted URLs are automatically converted into clickable links
  • Jira issue URLs — if Jira is connected (see Integrations), pasting a Jira URL automatically creates a rich inline chip showing the issue type, key, summary, and status

Insert a table via /table or the toolbar table button. Tables start as 3×3 with a header row and support:

  • Resizable columns (drag column borders)
  • Adding/removing rows and columns via context menu

Insert a code block via /code or the toolbar. Code blocks feature syntax highlighting powered by lowlight with support for common programming languages.

Insert a collapsible section via /toggle. Toggle sections have a summary line (always visible) and expandable content. Click the chevron to expand or collapse.

Tags are managed in the footer bar at the bottom of the editor.

  1. Click the “Add tag” button in the footer.
  2. A search input appears — type to filter existing tags or create a new one.
  3. Press Enter to apply the top suggestion, or click a tag from the dropdown.
  4. Applied tags appear as chips in the footer. Click the × on any chip to remove it.

Tags overflow with a +N badge when more than 3 are applied. Click to expand, or click Less to collapse.

Export any note to PDF for sharing outside PraxisNote.

  1. Open a note in the editor.
  2. Click the PDF icon in the header bar.
  3. A PDF file is generated and downloaded automatically.

The exported PDF preserves headings, lists, text formatting, and tables.

ShortcutAction
NCreate a new note
/Focus the search bar
EscapeClear search
ShortcutAction
Cmd/Ctrl+SForce save immediately
Cmd/Ctrl+BBold
Cmd/Ctrl+IItalic
Cmd/Ctrl+UUnderline
Cmd/Ctrl+Shift+XStrikethrough
Cmd/Ctrl+Alt+1Heading 1
Cmd/Ctrl+Alt+2Heading 2
Cmd/Ctrl+Alt+3Heading 3
Cmd/Ctrl+Shift+7Numbered list
Cmd/Ctrl+Shift+8Bullet list
Cmd/Ctrl+Shift+9Task list
Cmd/Ctrl+Shift+BBlockquote
Cmd/Ctrl+Alt+CCode block
Cmd/Ctrl+Shift+DInsert today’s date
Cmd/Ctrl+ZUndo
Cmd/Ctrl+Shift+ZRedo
EscapeNavigate back to notes list (when not in editor content)