[PR #3298] [MERGED] WYSIWYG editor link updates #6173

Closed
opened 2026-02-05 10:26:08 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/3298
Author: @ssddanbrown
Created: 2/28/2022
Status: Merged
Merged: 3/9/2022
Merged by: @ssddanbrown

Base: developmentHead: wysiwyg_links


📝 Commits (2)

  • 20ecaa5 Added ctrl+shift+k shortcut to WYSIWYG
  • 6252b46 Added a custom link context toolbar

📊 Changes

5 files changed (+92 additions, -48 deletions)

View changed files

📝 resources/js/wysiwyg/config.js (+3 -48)
📝 resources/js/wysiwyg/shortcuts.js (+15 -0)
resources/js/wysiwyg/toolbars.js (+64 -0)
📝 resources/lang/en/editor.php (+1 -0)
📝 resources/views/help/wysiwyg.blade.php (+9 -0)

📄 Description

Staging PR for some improvements to links within the WYSIWYG editor.

  • Added Ctrl+Shift+K shortcut for direct entity link insertion.
  • Added toolbar, when link is in selection, for common link actions (Edit/Remove/Open).

Closes #3276
Closes #3244


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/3298 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 2/28/2022 **Status:** ✅ Merged **Merged:** 3/9/2022 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `development` ← **Head:** `wysiwyg_links` --- ### 📝 Commits (2) - [`20ecaa5`](https://github.com/BookStackApp/BookStack/commit/20ecaa5c5abcf86bd3411a6e2c440a208631f203) Added ctrl+shift+k shortcut to WYSIWYG - [`6252b46`](https://github.com/BookStackApp/BookStack/commit/6252b46395b35c559e6cbe8e50f170bb0485c997) Added a custom link context toolbar ### 📊 Changes **5 files changed** (+92 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `resources/js/wysiwyg/config.js` (+3 -48) 📝 `resources/js/wysiwyg/shortcuts.js` (+15 -0) ➕ `resources/js/wysiwyg/toolbars.js` (+64 -0) 📝 `resources/lang/en/editor.php` (+1 -0) 📝 `resources/views/help/wysiwyg.blade.php` (+9 -0) </details> ### 📄 Description Staging PR for some improvements to links within the WYSIWYG editor. - Added Ctrl+Shift+K shortcut for direct entity link insertion. - Added toolbar, when link is in selection, for common link actions (Edit/Remove/Open). Closes #3276 Closes #3244 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:26:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6173