-
Notifications
You must be signed in to change notification settings - Fork 11
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
Review threaded comment docs #765
Conversation
Thanks for the heads up, could you add a visible argument to threaded comments? Guess that could be helpful. |
Not sure how it will respected however? Possibly after 1.0? cause atm, I have to hover over it (with I observed that openxlsx2 add threaded comment with my system default. |
Unless you have anything urgent, I'd like to close the development for 1.0 with this PR (and/or a second one with the visibilty argument). So that we can rest for the day and do a release tomorrow or early Saturday. |
I was thinking of the following wb_add_... <- (wb, visible = FALSE) {
wb$add_...(visible = visible) # calling create_comment(..., visible = visible)
} |
I have just 2 small left. I will be v quick! |
Alright, no rush. I just have a few things going on over the weekend will be a bit unavailable early next week. There is no hard deadline :) |
Ah, this can be merged? Looks fine, although I liked the previous user a bit more 😛 |
Yes
What do you mean? I don't mind tweaking! My motivation is just that person can be many things if put out of context, could be wb creator author, but since this is very specific to threaded comments, I thought that for avoiding confusion to hide it a bit more. |
You switched |
Thank you, merged! |
So that a user who scan do not see
wb_get_person()
before.Thought I'd do that before taking a look at the internals
Edit: works in Excel! but interestingly. threaded comments are hidden in Excel 365, another justification for the change of default value in #758