Open Issues Need Help
View All on GitHubAI Summary: This issue proposes improving keyboard shortcuts by changing the 'scroll' shortcut from 'S' to 'Z' to avoid conflict with 'D' for delete, and also suggests grouping Vim shortcuts with an optional toggle. Implementing these changes will require updates to documentation and icons.
AI Summary: This bug prevents rotations of headings and subtrees from being saved when the 'autodesign' feature is enabled in the layout properties. The issue is specifically tied to the toggling of this autodesign setting, suggesting a conflict or oversight in how rotations are handled when autodesign is active.
AI Summary: When editing a task in the TaskEditor, the heading of the parent branch is incorrectly added to the selected branch. This behavior is dependent on a specific setting related to visible parents within the TaskEditor. The suggested solution involves potentially overloading the `edit()` method in the TaskEditor class.
AI Summary: This issue proposes enabling multiselection capabilities for macros that toggle frames and frame subtrees. The goal is to modify the `toggle_frame_branch()` and `toggle_frame_subtree()` functions within `macros.vys` to support selecting and acting upon multiple frames simultaneously.
AI Summary: Implement a "Focus Mode" feature in the VYM mind mapping application. This feature should hide all branches except the currently selected one, providing a focused view similar to the "scroll branch" functionality but without requiring an additional icon. The existing "scroll branch" code may be reusable.