Skip to content

Latest commit

 

History

History
80 lines (42 loc) · 3.2 KB

File metadata and controls

80 lines (42 loc) · 3.2 KB

User Guide

Getting Started

Open http://localhost:3000 in your browser. If authentication is configured, you'll be prompted to log in.

Main view

Desktop main UI - sidebar with sessions, notes panel, header with clock

Mobile home screen

Mobile home - Welcome message, New Session button, recent sessions list

Sessions

A notes session relates to a recording. From the sidebar you can:

  • Create a new session with a name
  • Switch between sessions by clicking them
  • Edit session names by clicking the hover button or long pressing on mobile
  • Delete sessions (removes all included notes)

Mobile sidebar - slide-out with session list, New button, Edit toggle, search bar

Sessions can be in one of two timestamp modes:

  • Clock mode - notes use the current time-of-day (HH:MM:SS)
  • Timer mode - notes use time relative to when the timer started. Supports multi-run timers (pause/resume across multiple takes).

Manually created sessions default to clock mode, but can be run in timer mode by clicking "Start Timer" in the overflow menu (⋮). Sessions created through integrations are always in timer mode, as their start and stop is designed to be triggered automatically.

Taking Notes

Notes can be typed into the input box and commited with the Enter button. The timestamp is frozen as soon as the the first letter of a note is typed.

Notes can be:

  • Edited or Deleted by clicking on the hover button or long pressing on mobile
  • Color-coded using the color picker

Mobile note editing - inline delete action visible

Quick Tags are customizable shortcuts for commonly used notes like "Cut" or "Retake", and can be changed in the overflow menu (⋮).

Mobile Manage Quick Tags - tag list with add field

Guest Access

A shareable guest link can be generated for a session from the overflow menu (⋮). The link is automatically copied to the clipboard, and a QR code and URL are displayed:

Share Guest Link modal - QR code and copyable URL

Guests can:

  • View and add or edit notes to that session
  • Start and stop the timer
  • Export notes for editing the recording afterwards

Guests cannot access other sessions.

Export

Once finished recording, the recording notes can be exported for use in editing software. Open the overflow menu (⋮) in the header to access export options:

Overflow menu - share, tags, theme, timer controls, export options

  • REAPER - CSV with timeline markers
  • Audition - CSV with timeline markers
  • Resolve - CMX3600 EDL format (select framerate from modal)

Select EDL Framerate - 23.976, 24, 25, 29.97 DF, 29.97 NDF, 30

Exported timestamps use the timezone configured in RECNOTES_EXPORT_TIMEZONE (default: UTC).