SabakiHQ / Sabaki

An elegant Go board and SGF editor for a more civilized age.
https://sabaki.yichuanshen.de/
MIT License
2.39k stars 376 forks source link

Feature Suggestion: Add Bookmark and Comment Options to GameTree Node Menu #940

Open RobertChrist opened 1 year ago

RobertChrist commented 1 year ago

When navigating the gametree, it is not obvious how to bookmark or change colors of the nodes.

To bookmark, you can use hotspots (ctrl+b), and to change color, you can leave comments on the nodes. But neither of these options are available by right clicking a node, so unless you happen to come across this functionality by leaving a comment and happen to notice the impact, there is nothing that tells the user that this functionality exists.

To rectify this, bookmark, and add comment / set color, should be options in the game tree menu when right clicking a node.

RobertChrist commented 1 year ago

https://github.com/SabakiHQ/Sabaki/pull/942

I tested with the windows 64 bit build.

RobertChrist commented 1 year ago

I have added internationalization support for the menu items with the following PR: https://github.com/SabakiHQ/sabaki-i18n/pull/39, which will also need to be merged.

RobertChrist commented 1 year ago

Please let me know if there's anything else I can do to move this PR forward