Beppe252 downloadsSpeed up manuscript review with automatic comments and editorial styling.
Simple Editorial is a minimal Obsidian plugin for lightweight manuscript editing on iPhone and macOS. It uses only ordinary Markdown and native Obsidian syntax.
Use the comment button in the note header to turn persistent Comment Mode on or off. While the mode is on, the first text typed at an empty cursor becomes an Obsidian comment automatically. For a one-off comment, select text and run Simple Editorial: Toggle comment.
%% comment %%. Comment Mode stays on while you move between Markdown notes and resets when Obsidian or the plugin reloads.%% %% at an empty cursor, wraps selected text, or removes the surrounding comment markers when invoked inside an existing comment.#C64A3D in the editor.Comment Mode does not lock the document. Selections, deletion, replacement, Return, paste, cut, drag-and-drop, undo, redo, and other normal Obsidian editing remain unchanged. Typing inside an existing comment also remains normal.
The persistent toggle requires no setup. To add the optional Toggle comment command to Obsidian's Mobile Toolbar, open:
Settings → Mobile → Manage toolbar options → Add global command
Search for Simple Editorial: Toggle comment and add it to the toolbar.
Simple Editorial does not assign default hotkeys, so it cannot overwrite an existing shortcut. On desktop, open Settings → Hotkeys and search for Simple Editorial.
| Command | What it does | Suggested macOS hotkey |
|---|---|---|
| Toggle comment | Adds or removes %% comment markers at the cursor or around the selection. |
⇧⌘M |
| Toggle comment mode | Turns persistent automatic commenting on or off. | Use the note-header button |
The same commands can also be launched from the Command Palette. On mobile, the note-header button is the quickest way to toggle Comment Mode.
Once Simple Editorial is listed in the Obsidian Community directory:
Until then, the release can be tested with BRAT:
beppepic/simple-editorial.Simple Editorial works entirely inside the active Obsidian editor. It does not use the network, collect telemetry, require an account or payment, display ads, or access files outside the vault.
pnpm install
pnpm lint
pnpm test
pnpm build
MIT