All docs

Notes guide

Use Notes as a Markdown workspace for writing, backlinks, diagrams, boards, calendars, journals, and graph navigation.

Markdown vault

Open Notes to browse Markdown files as a vault. Notes supports Markdown editing, wikilinks, tags, backlinks, and graph navigation.

  • Use source view for raw Markdown editing.
  • Use split view when you want editing and preview side by side.
  • Use reading view when you want the rendered page.

Mermaid diagrams

Mermaid diagrams are stored directly inside Markdown notes and render in preview, split view, reading view, and published pages.

  • Create or open a Markdown note.
  • Switch to source or split view and insert a fenced mermaid block.
  • Switch back to split or reading view to check the rendered diagram.
# Project flow

```mermaid
graph TD
  Idea --> Draft
  Draft --> Review
  Review --> Publish
```

Boards

Boards are Markdown-backed Kanban pages. Filestor stores them under Boards/so they stay portable with the rest of your notes.

  • Open Notes and use the sidebar new menu.
  • Choose New board..., enter a name, and create the board.
  • Add columns and cards, then drag cards between columns as work moves forward.

Calendars

Event calendars are Markdown-backed pages. Filestor stores them under Calendar/and renders dated list items in a month grid.

  • Open Notes and use the sidebar new menu.
  • Choose New calendar..., enter a name, and create the calendar.
  • Add, edit, or delete dated events from the calendar grid.

Journals

Daily notes

Use the Notes rail Calendar view for daily notes and journals. This is separate from event calendars created with New calendar....