You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a command to convert selected list items into Operon inline tasks, including checkbox lines, Tasks emoji lines, bullets, numbered items, selected indentation-based subtask links, normal inline inheritance for top-level converted items, Tasks priority emoji handling that falls back to Operon's default priority when no priority emoji is present, and scheduled-date emoji handling that uses the configured scheduled status target.
Improved
Improved the Demo Workspace command reference for selection-to-task conversion, clarifying how indented selected lists become parent-child task trees.
Improved Tasks emoji conversion so scheduled-date emoji metadata uses the configured scheduled status target in both single-line and selection conversion.
Changed
Demo Workspace files are now created in Operon/Demo Workspace, keeping bundled demo tasks separate from regular Operon task notes.
Fixed
Fixed Tasks emoji conversion leaving completed or cancelled emoji dates with a default workflow status; converted tasks now use the configured finished or cancelled status.
Fixed file tasks created from selected text or a normal note line leaving Templater commands unprocessed; Operon now creates an empty target file first, runs Templater with that file as the creation context, and then writes the final file-task content before replacing the source text with the new file-task link.
Validation
Local validation passed npm run check:local, including strict linting, production build, release guard, and the full Phase 5 regression suite at 649/649 checks.