Thread-like comment #2765

Closed
opened 2026-02-05 05:07:12 +03:00 by OVERLORD · 6 comments
Owner

Originally created by @EnvironmentalBit3940 on GitHub (Apr 28, 2022).

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?

  • I have searched for existing issues and none cover my fundemental request

How long have you been using BookStack?

0 to 6 months

Additional context

No response

Originally created by @EnvironmentalBit3940 on GitHub (Apr 28, 2022). ### 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? - [X] I have searched for existing issues and none cover my fundemental request ### How long have you been using BookStack? 0 to 6 months ### Additional context _No response_
OVERLORD added the 🔨 Feature Request label 2026-02-05 05:07:12 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Apr 28, 2022):

Hi @sergey27564,

Thread-like comment, like in Confluence
More convenient presentation of the discussion

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.

@ssddanbrown commented on GitHub (Apr 28, 2022): Hi @sergey27564, > Thread-like comment, like in Confluence > More convenient presentation of the discussion 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.
Author
Owner

@EnvironmentalBit3940 commented on GitHub (Apr 29, 2022):

Okey, it's hard for me to describe in text, so i'll do it in presentation in few days

@EnvironmentalBit3940 commented on GitHub (Apr 29, 2022): Okey, it's hard for me to describe in text, so i'll do it in presentation in few days
Author
Owner

@EnvironmentalBit3940 commented on GitHub (May 25, 2022):

Okay, sorry for long time, but that's what i'm talking about:
изображение

Answer to comment would locate like tree under the master-comment, so it will be easier to read discussion about one problem

@EnvironmentalBit3940 commented on GitHub (May 25, 2022): Okay, sorry for long time, but that's what i'm talking about: ![изображение](https://user-images.githubusercontent.com/16984827/170246788-9acaa2dd-3f00-4bae-85cc-f8ee821f08f2.png) Answer to comment would locate like tree under the master-comment, so it will be easier to read discussion about one problem
Author
Owner

@bendem commented on GitHub (Feb 10, 2023):

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>

image

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.

@bendem commented on GitHub (Feb 10, 2023): 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: ```css <style> .comment-box:target { background-color: lightblue !important; transition: background-color 0.3s linear 0.1s; } </style> ``` ![image](https://user-images.githubusercontent.com/2681677/218050234-ab68b647-1420-42d5-85a8-2b7093dd23f9.png) 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.
Author
Owner

@ssddanbrown commented on GitHub (Jun 9, 2023):

I've been working on improving the comments display within #4286.
That work has been merged, to be in the next feature release, so I will therefore close this off.

Here's a preview:

image

@ssddanbrown commented on GitHub (Jun 9, 2023): I've been working on improving the comments display within #4286. That work has been merged, to be in the next feature release, so I will therefore close this off. Here's a preview: ![image](https://github.com/BookStackApp/BookStack/assets/8343178/c121a9f1-ab73-4aac-aa85-b3318529426d)
Author
Owner

@bendem commented on GitHub (Jun 12, 2023):

You are absolutely awesome! This is great! ❤️

@bendem commented on GitHub (Jun 12, 2023): You are absolutely awesome! This is great! ❤️
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#2765