-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Thread-like comment #3400
Comments
Hi @sergey27564,
It would be useful to provide more detail in regards to what would need to change upon the current comment system, and why/how this would offer a "more convenient presentation of the discussion". I'm not familiar with Confluence's formatting of comments, nor is it our goal to fully replicate the functionality of Confluence. |
Okey, it's hard for me to describe in text, so i'll do it in presentation in few days |
Agreed, I just tried the comment system today (always had it disabled), and it's absolutely impossible to follow a large conversation with multiple people answering different comments. One thing I did, which allows going back up (not down sadly) and seeing more easily what someone responds to is this tiny css (obviously has to be adapted to theming and such) which allows seeing clearly which comment someone is referring to when clicking on "in reply to" link: <style>
.comment-box:target {
background-color: lightblue !important;
transition: background-color 0.3s linear 0.1s;
}
</style> The feature seem to be implemented already, but it just flashes the comment for a split second, which makes it very hard to identify the comment since the page jumps at the same time. |
I've been working on improving the comments display within #4286. Here's a preview: |
You are absolutely awesome! This is great! ❤️ |
Describe the feature you'd like
Thread-like comment, like in Confluence
Describe the benefits this would bring to existing BookStack users
More convenient presentation of the discussion
Can the goal of this request already be achieved via other means?
No
Have you searched for an existing open/closed issue?
How long have you been using BookStack?
0 to 6 months
Additional context
No response
The text was updated successfully, but these errors were encountered: