Releases: beppepic/simple-editorial
Releases · beppepic/simple-editorial
Release list
Simple Editorial 1.0.1
Simple Editorial 1.0.1 adds a keyboard-friendly, one-comment-at-a-time workflow while preserving persistent Comment Mode for mobile review sessions.
Changes
- Rename the existing Insert comment command to Toggle comment while preserving its command ID and existing hotkey assignments
- Insert an empty comment at the cursor
- Wrap selected text as an Obsidian comment
- Remove comment markers when the cursor or selection is inside the comment, including both marker boundaries
- Wrap the whole word when the cursor is strictly inside it
- Prevent nested comments and partial-boundary edits
- Document configurable desktop hotkeys
The persistent Comment Mode behavior remains unchanged.
Validation
- Obsidian ESLint passed with zero warnings
- 19 unit tests passed
- Strict TypeScript type-check passed
- Production build passed
- Real macOS workflow tested in the Test vault
Simple Editorial 1.0.0
Simple Editorial 1.0.0 is the first stable release prepared for the Obsidian Community directory.
Features
- Persistent Comment Mode toggle in the Markdown view header
- Automatic Obsidian comment insertion while Comment Mode is enabled
- Explicit Insert comment command
- Editorial red styling for comments and native strikethrough
- Adaptive editorial colors for light and dark themes
- iPhone, Android, macOS, Windows, and Linux compatible implementation
Validation
- Obsidian ESLint passed
- 11 unit tests passed
- Strict TypeScript type-check passed
- Production build passed
- No known runtime dependency vulnerabilities
0.1.0-beta.2
Simple Editorial 0.1.0-beta.2
- Replaces the editor panel with a native view-header Comment Mode action on macOS and iPhone.
- Shows Comment Mode state through the action color: neutral when off and editorial red when on.
- Prevents toolbar interaction from moving the editor cursor or selection.
- Keeps Comment Mode active while switching between Markdown notes and resets it when the plugin reloads.
- Removes the redundant Comment Mode notice and custom strikethrough command.
- Keeps the optional Insert comment command and editorial red styling for comments and Obsidian's native strikethrough.
This beta is distributed through BRAT and is not submitted to the official Obsidian Community Plugins catalog.
0.1.0-beta.1
First public beta of Simple Editorial.
Included:
- Persistent Comment Mode across Markdown notes during the current Obsidian session
- One-off native Obsidian comment insertion
- Strikethrough toggling for selected text
- Editorial red styling (#C64A3D)
- Mobile Toolbar-compatible editor commands
Comment Mode does not lock or intercept normal manuscript editing operations. This beta requires on-device validation of iOS keyboard composition and autocorrection.