Log Mode turns Trueears into a voice-activated note-taking tool. Say a trigger phrase followed by anything you want to remember, and Trueears appends a timestamped entry to a markdown file on your machine — organized per app, automatically.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/devv-shayan/Trueears/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
Say a trigger phrase followed by your note
Start your dictation with one of the configured trigger phrases:
- “Log fix the authentication bug”
- “Remember to call John tomorrow”
- “Note to self review the PR before merging”
Trueears detects the trigger
LogModeService scans the transcription for a matching trigger phrase using a longest-match-first strategy (so “Note to self” matches before “Note”). Everything after the trigger phrase becomes the log entry content.Entry is saved to a markdown file
The entry is appended to the log file mapped to the active app, with a timestamp:If no file mapping exists for the current app yet, Trueears prompts you to set one (see First-Time Setup below).
Default Trigger Phrases
| Trigger Phrase | Example |
|---|---|
Log | ”Log fix the login button” |
Remember | ”Remember to update the docs” |
Note to self | ”Note to self check the API limits” |
Log File Format
Entries are appended as markdown list items with timestamps:[YYYY-MM-DD HH:MM] in local time. Each entry is a new line — the file grows indefinitely and is never overwritten, only appended.
First-Time Setup Per App
Log Mode organizes notes by app. The first time you use a trigger phrase in a new app, Trueears prompts you to confirm the log file path:- Default path:
Documents/Trueears/<app-name>-log.md(e.g.,Documents/Trueears/chrome-log.md) - Click Save to use this path
- Click Skip to copy the formatted entry to the clipboard instead (useful if you don’t want file-based logging for that app)
Configuration
Go to Settings > Log Mode to manage the feature:| Setting | Description |
|---|---|
| Enable / Disable | Master toggle for the entire feature |
| Default Log Directory | Base folder for new log files. Default: Documents/Trueears |
| Trigger Phrases | Add, edit, enable, or disable trigger phrases |
| App Mappings | View and edit the app-to-file mapping for each app you’ve used Log Mode in |
If a log file write fails (e.g., the file is locked by another process), Trueears retries twice with a 500ms delay between attempts. If all retries fail, the formatted entry is copied to your clipboard as a fallback.
