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
feat: add write to top of file switch for capture to active file (#986)
Adds a new option to insert capture content at the top of the active file
(after frontmatter) instead of at the cursor position. This addresses
the feature request in issue #248.
Changes:
- Add new 'activeFileTop' capture action type
- Add 'activeFileWritePosition' field to capture choice types
- Update UI to show separate 'At cursor' vs 'Top of file' options
- Update engine and formatter to handle the new action
- Add tests for the new functionality
- Ensure backward compatibility for existing choices
Closes#248
0 commit comments