-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Content Comments #5584
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
Content Comments #5584
Conversation
Adds button for comments to pointer. Adds logic to generate a content reference point.
Made changes for dom and translation services for easier usage considering types. trans_choice updated to allow default count replacement data as per Laravel's default behaviour.
Also added archived property, to be added.
|
Hi! Could you please clarify if this feature will be implemented, and if so, when? We're evaluating documentation apps, and this is the only feature preventing us from choosing BookStack. |
|
@MfeaR This is a work in progress attempt at a feature. My aim is for this to be in the next feature release (so maybe late May or June) but can't promise anything. |
Started support for editor view. Moved comment elements to be added relative to content area instad of specific target reference element. Added relocating on screen size change.
Handles only display and handling references when they're in the active tab, while handling proper removal when made not visible.
- Added reference indicator to comment create form. - Added remove action. - Extracted reference text to translations. - Changed reference hash to be text-based instead of HTML based. - Added reference display for newly added comments. - Handled reference marker delete on comment delete.
Also added default non-clickable styles for scenarios for references which don't have an active content link.
- Migrated toolbox component to TS - Aligned how custom event types are managed - Fixed PHP use of content_ref where not provided
|
Hi - thank you for implementing this feature. One bug I've discovered is that after a comment is created, if you edit the comment, the reference link breaks, so the comment is no longer attached to the inline selection that started it. |
Related to #1265
Todo
Option for controlling displayMD editor display?