-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Description
Optionally add annotations to bookmarks with shortcut mi. This is useful for preparing a code review.
Tasks:
- Update
bm.vimto support annotations - Add
:Annotatecommand - When on line without bookmark open insert dialog and add bookmark
- When on line with bookmark open insert dialog
- When on line with bookmark and annotation open edit dialog
- Add shortcut
mifor adding annotations (ifor insert annotation) - Add annotations to persistence layer
- Show annotation in quicklist instead of line content (if set)
- Show annotation when jumping to bookmark
- Different color for annotations (configurable)
- Document feature (
Readme.md&bookmarks.txt)