← Back to Tab.Noted

Tab.Noted Help

Version 26.2 · macOS 13 Ventura and later (Apple Silicon + Intel)

Tab.Noted is a native macOS source code and text editor built for developers, security professionals, and power users. It's entirely local — no account, no tracking, no internet connection required. This page covers every feature, shortcut, and setting. Can't find what you're looking for? Use the contact form.

Getting Started

Opening a File

Creating a New Tab

Saving Files

Session Restore

Tab.Noted automatically restores all file-backed tabs when you relaunch. Your cursor position and scroll position are preserved.

The Tab Bar

The Editor

Basic Editing

Zoom

Word Wrap

Toggle word wrap with ⌘⌥W. Word wrap is a per-tab setting — each tab remembers its own preference.

Code Folding

Overwrite Mode

Toggle between Insert and Overwrite mode from the status bar at the bottom of the window.

Column Selection (Block Selection)

Hold Option and drag the mouse to select a rectangular block of text across multiple lines.

Find & Replace

Open with ⌘F or Search → Find & Replace.

Options

Search Across Files

Quick Open (⌘P)

Press ⌘P to open the Quick Open panel. Type any filename or tab name to jump to it instantly. This also works as a tab switcher.

Go to Line

Press ⌘L and type a line number to jump directly to that line.

Go to Symbol

Search → Go to Symbol (⌘⇧O) — jump to functions, classes, or named sections in the current file.

Bookmarks

Go to Matching Bracket

⌘⌥\ — jumps to the bracket, brace, or parenthesis that pairs with the one at the cursor.

Editing Tools

Line Operations

All found in Edit → Format:

OperationDescription
Duplicate Line⌘⇧D — copy current line and insert below
Delete Line⌘⇧K — delete the current line entirely
Move Line Up⌘⌥↑ — move current line up one position
Move Line Down⌘⌥↓ — move current line down one position
Copy Line Up⌘⌥⇧↑ — duplicate line above
Copy Line Down⌘⌥⇧↓ — duplicate line below
Sort Lines AscendingSort selected lines A→Z
Sort Lines DescendingSort selected lines Z→A
Remove Duplicate LinesDelete repeated lines
Remove Empty LinesDelete blank lines
Join LinesMerge selected lines into one
Number LinesPrefix each line with its line number

Case Conversion

All found in Edit → Format: UPPERCASE, lowercase, Title Case, camelCase, snake_case, Invert Case, Sentence Case.

Whitespace

Toggle Comment

⌘/ — comment or uncomment the current line or selection. Works for all supported languages using the correct comment syntax.

Select All Occurrences

⌘⇧L — selects every occurrence of the currently selected text, enabling simultaneous editing.

Multiple Cursors

Select to Bracket

⌘⌥⇧[ — selects everything inside the nearest enclosing bracket pair.

Insert Utilities (Edit menu)

Clipboard History

⌘⇧V — opens Clipboard History showing your recent copies, so you can paste any previous item.

Copy as Rich Text

⌘⇧⌥C — copies your selection with syntax highlighting colors as RTF, which pastes with color into Notion, Pages, email clients, and similar apps.

JSON & XML Tools

JSON Tools

XML Tools

Syntax Highlighting

Tab.Noted automatically detects the language of a file from its extension and applies syntax highlighting.

Changing the Language Manually

Use the Language menu to override the detected language for the current tab. This is useful for files without extensions or files with ambiguous extensions.

Supported Languages (50+)

Themes

Tab.Noted includes 7 built-in syntax themes:

You can set separate themes for light mode and dark mode.

Views & Panels

Minimap

Toggle: ⌘⌥M or View → Minimap. Shows a scaled overview of the entire document on the right side of the editor — click anywhere on the minimap to jump to that position.

File Browser

Toggle: ⌘⇧B or View → File Browser. Opens a folder tree sidebar for navigating your project — click any file to open it in a new tab.

Markdown Preview

Toggle: ⌘⇧R or View → Markdown Preview. Renders a live preview of the current Markdown file alongside the editor.

Hex Editor

Open: Tools → Hex View. Shows the raw binary content of the current file as a hex dump — useful for inspecting binary files, executables, or any file at the byte level.

Split Pane

Configurable in Settings — split the editor horizontally or vertically to view two files side by side.

Document Statistics

Open: ⌘⇧I or Tools → Document Statistics. Shows word count, character count, line count, and more for the current file.

Word Frequency

Open: Tools → Word Frequency. Counts how often each word appears in the current document.

Compare Tabs (File Diff)

Open: ⌘⌥⇧D or Tools → Compare Tabs. Side-by-side diff of any two open tabs.

Zen Mode

Toggle: ⌃⌘F or View → Enter Zen Mode. Hides all UI chrome for distraction-free writing or reading.

Macros

Macros let you record a sequence of keystrokes and replay them.

Recording

  1. Start recording: ⌘⇧M (Macro → Start / Stop Recording)
  2. Perform your keystrokes
  3. Stop recording: ⌘⇧M again

Playback

Saving Macros

Macro → Saved Macros opens the Macro Library where you can name and save macros for future use.

Snippets

Snippets are reusable text templates that expand when you type a trigger word and press Tab.

Encoding

Use the Encoding menu to convert the current file to a different character encoding. Supported encoding groups include UTF-8, UTF-16, Latin, Windows, ISO, Japanese, Chinese, Korean, Arabic, Hebrew, Central European, and more.

Line Endings (EOL)

Tab Groups (Workspaces)

Tab groups let you save and switch between named sets of open tabs — useful for separating projects.

Action Bar

The Action Bar is a customizable toolbar that sits above the tab bar with one-click access to common actions.

Auto-Save & Recovery

Auto-Save

Crash Recovery

If Tab.Noted closes unexpectedly, your unsaved content is recovered automatically on next launch. Recovery files are stored in ~/Library/Application Support/TabNoted.

Auto-Reload

When a file is changed on disk by another application, Tab.Noted detects it and prompts you to reload. If you have unsaved changes, it warns you before overwriting.

Appearance & Customization

Color Mode

Settings → Appearance → Color Mode: Light (always light), Dark (always dark), or Follow System (matches your macOS appearance setting).

App Icon

Settings → Appearance → App Icon — choose from 9 icons: Glowing (default), Code View, Classic, The One, Colorful, Neon, Black & White, Black & Silver, New.

Font

Settings → Font: choose from Menlo, SF Mono, Monaco, Courier New, or Fira Code. Font size 10–24pt.

Custom Syntax Theme

Settings → Appearance → Custom Syntax Theme (or View → Custom Theme Builder): customize colors for every syntax token (keywords, strings, comments, etc.), with separate customization for light and dark mode.

Settings Reference

Open Settings with ⌘, or Tab.Noted → Settings.

SectionWhat You Can Configure
GeneralDefault save location, file associations
TabsTab position, split direction, editor toggles, auto-save, tab groups
AppearanceColor mode, light/dark theme, custom theme builder, app icon
FontFont family, font size
ShortcutsReference table for all keyboard shortcuts

Editor Toggles (Settings → Tabs)

Keyboard Shortcut Reference

File

ActionShortcut
New Tab⌘T
Reopen Last Closed Tab⌘⇧T
New Tab Group⌘⌥T
Open⌘O
Quick Open⌘P
Save⌘S
Save As⌘⇧S
Save All⌘⇧⌥S
Print⌘⌥P
Close Tab⌘W
Reveal in Finder⌘⌥R

Navigation

ActionShortcut
Next Tab⌘⇧]
Previous Tab⌘⇧[
Switch to Last Tab⌃Tab
Navigate Back⌃-
Navigate Forward⌃⇧-
Go to Line⌘L
Go to Symbol⌘⇧O
Go to Matching Bracket⌘⌥\
Toggle Bookmark⌘⌥B
Next Bookmark⌘⌥]
Previous Bookmark⌘⌥[

Search

ActionShortcut
Find & Replace⌘F
Search in All Files⌘⇧F
Find in Folder⌘⌥F
Select All Occurrences⌘⇧L

Edit

ActionShortcut
Toggle Comment⌘/
Duplicate Line⌘⇧D
Delete Line⌘⇧K
Move Line Up⌘⌥↑
Move Line Down⌘⌥↓
Copy Line Up⌘⌥⇧↑
Copy Line Down⌘⌥⇧↓
Add Cursor Above⌃⇧↑
Add Cursor Below⌃⇧↓
Select to Bracket⌘⌥⇧[
Insert Date/Time⌘⌥D
Insert UUID⌘⌥U
Pick Color⌘⌥K
Clipboard History⌘⇧V
Copy as Rich Text⌘⇧⌥C

View

ActionShortcut
Word Wrap⌘⌥W
Minimap⌘⌥M
File Browser⌘⇧B
Show Whitespace⌘⇧\
Markdown Preview⌘⇧R
Zen Mode⌃⌘F
Zoom In⌘=
Zoom Out⌘-
Actual Size⌘0

Tools

ActionShortcut
Document Statistics⌘⇧I
Compare Tabs⌘⌥⇧D

Macro

ActionShortcut
Start / Stop Recording⌘⇧M
Play Macro⌘⇧P

Help

ActionShortcut
Tab.Noted Help⌘?
Settings⌘,

Tools Menu Reference

ToolDescription
Document StatisticsWord count, character count, line count for the current file
Word FrequencyHow often each word appears in the current document
Compare TabsSide-by-side diff of two open tabs
JSON ViewerStructured tree view panel for JSON files
Hex ViewBinary hex dump of the current file
Manage SnippetsCreate and manage Tab-expand snippets
Smart Spell CheckCode-aware spell check that inspects only strings and comments
Encoding ToolsBase64, URL encode/decode, HTML entities, and hash generators

Help Menu Reference

ItemDescription
Tab.Noted Help (⌘?)Full in-app help system with sidebar and search
Tab.Noted Scripting GuideDocumentation for scripting and automation
Show Welcome TabReopens the getting-started welcome screen
Release NotesWhat changed in each version
Glossary of TermsDefinitions for editor concepts
Features AvailableComplete in-app feature list
Check for UpdatesOpens the releases page in your browser
Get SupportOpens the NotedSuite support page
Send FeedbackOpens your mail app with a message pre-addressed to our support team
About Tab.NotedVersion number and build information

Frequently Asked Questions

What macOS version do I need?

macOS 13 Ventura or later. Tab.Noted runs natively on both Apple Silicon (M1/M2/M3/M4) and Intel Macs.

Does Tab.Noted work offline?

Yes, entirely. No internet connection is ever required. The one exception is Markdown preview, which loads syntax highlighting from a CDN on first render — it works offline but renders plain without internet.

What file types does Tab.Noted open?

Any plain text file. Tab.Noted recognizes 50+ languages by file extension and applies syntax highlighting automatically. It can also open any file in the hex editor.

My tabs didn't restore after I quit. Why?

Only file-backed tabs (tabs with saved files) restore on relaunch. Untitled tabs that were never saved cannot be restored. Enable Auto-Save (View → Auto Save) to reduce the risk of losing unsaved work.

How do I change the syntax theme?

Settings (⌘,) → Appearance → choose a theme from the Syntax Theme picker. You can set different themes for light and dark mode.

How do I change the app icon?

Settings (⌘,) → Appearance → App Icon — choose from 9 designs.

How do I change the font?

Settings (⌘,) → Font — choose the font family and size.

How do I open a whole project folder?

Enable the File Browser (⌘⇧B or View → File Browser), then click the folder icon to open any folder as a tree. Click any file in the tree to open it in a tab.

How do I compare two files?

Open both files in separate tabs, then use Tools → Compare Tabs (⌘⌥⇧D) to see a side-by-side diff.

How do I search across all open files?

Press ⌘⇧F or Search → Search in All Files.

How do I record a macro?

Press ⌘⇧M to start recording, perform your keystrokes, then press ⌘⇧M again to stop. Play it back with ⌘⇧P.

Can I use Tab.Noted to edit binary files?

Yes — use Tools → Hex View to open any file in the hex editor and inspect its raw bytes.

How do I convert line endings?

Use the Encoding menu → Convert to Windows (CRLF), Unix (LF), or Classic Mac (CR).

How do I add custom snippets?

Tools → Manage Snippets → create a snippet with a trigger word. Type the trigger in the editor and press Tab to expand it.

How do I make Tab.Noted always stay on top of other windows?

View → Always on Top.

Contact & Support

Didn't find what you needed? Use the contact form — we typically reply within 48 hours.

↑ Back to top