Skip to content

0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 09:33

Added

  • Collapsible sidebar (⌘\) and a Zen mode (⌘.) that hides the sidebar and tabs entirely for distraction-free writing — both persist across restarts.
  • Per-note full-width toggle, independent per note.
  • Font setting: System, Serif, Mono, or Rounded.
  • Notes folder picker in Settings — moves existing notes to the new location instead of orphaning them.
  • Import existing markdown files (⌘O) as new notes.
  • Keyboard shortcuts help popup, reachable from anywhere including Zen mode.
  • Dictation now lives in a floating panel with a live horizontal waveform instead of an inline header button.
  • Subtle motion throughout the UI (tab/panel transitions, hover states), respecting prefers-reduced-motion.

Changed

  • Settings moved back from a tab to a modal.
  • Renamed the app from Nota to Noat.
  • Enter in the title field now jumps focus into the note body, matching Notion.
  • The app now opens the most recently edited note on launch instead of showing an empty state when notes already exist.
  • Tables, quotes, and dividers now follow the app's own light/dark palette instead of BlockNote's hardcoded colors.

Fixed

  • Renaming a note's title now correctly renames its underlying file on disk (a prior crash-fix had left filenames stuck at their original value).
  • Wide tables no longer get clipped — they scroll horizontally within their own row, with a visible scrollbar.