Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: support the DD markup property #906

Open
Trevoke opened this issue Sep 10, 2022 · 8 comments
Open

Feature request: support the DD markup property #906

Trevoke opened this issue Sep 10, 2022 · 8 comments

Comments

@Trevoke
Copy link

Trevoke commented Sep 10, 2022

SGF has the ability to dim specific points/a region on the board ( https://www.red-bean.com/sgf/properties.html#DD ) and it would be very nice if that were supported by Sabaki!

As far as I can tell, this (and maybe SL, "selected points with unknown markup type") are the only two markup types from the SGF standard not yet supported by sabaki.

@HackYardo
Copy link

Is it possible to program a SGF markup system, so that users can add or delete their own markup symbols, i.e. any unicode char?

@Trevoke
Copy link
Author

Trevoke commented Sep 13, 2022 via email

@Trevoke
Copy link
Author

Trevoke commented Sep 13, 2022 via email

@apetresc
Copy link
Member

apetresc commented Sep 13, 2022

I don't believe we support the VW property (which is related to the DD property) either, but that one seems quite a bit harder to implement than DD. DD should be doable, thanks for the suggestion 🙂

@HackYardo
Copy link

Be careful, they are different.

  • C[] is a Node Annotation Property
  • VW[] is a Miscellaneous Property (for printing)
  • DD[] is a Markup Property
  • LB[] is a Markup Property for showing text(or unicode emoji) on board, thanks to @Trevoke !

@abaisero
Copy link

bumping this to add a similar request, since it was already mentioned, and it's pretty similar to DD: it would be very nice if Sabaki had support for the SL property. I'm working on a webapp for whole-board problems, and need a way to indicate subsets of vertices; at first I was abusing other markers for this purpose, but that's a bit of a problem in its own right; I might have to switch to another editor just for this =(

@HackYardo
Copy link

@abaisero other editor? what is it? q5Go or Ogatak? Which editor supports all sgf properties?

@abaisero
Copy link

Not sure, I wouldn't expect a single editor to support all the properties; I was just implying potentially making use of another editor exclusively to set the SL property only. But it seems like the SL property is old and not very supported so who even knows which editors support it. As another alternative, I might end up just abusing the other markups to achieve a similar goal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants