[PR #3599] [MERGED] Add editor shortcuts for two main list types #6227

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/3599
Author: @ssddanbrown
Created: 7/26/2022
Status: Merged
Merged: 7/27/2022
Merged by: @ssddanbrown

Base: developmentHead: editor_list_shortcuts


📝 Commits (2)

  • 8681c5f Added ordered/unordered WYSIWYG list shortcuts
  • 9abb207 Added list shortcuts to markdown editor

📊 Changes

4 files changed (+38 additions, -7 deletions)

View changed files

📝 resources/js/components/markdown-editor.js (+17 -2)
📝 resources/js/wysiwyg/config.js (+1 -1)
📝 resources/js/wysiwyg/shortcuts.js (+2 -0)
📝 resources/views/help/wysiwyg.blade.php (+18 -4)

📄 Description

Related to #1269

TODO

  • Add markdown shortcuts

🔄 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/3599 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 7/26/2022 **Status:** ✅ Merged **Merged:** 7/27/2022 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `development` ← **Head:** `editor_list_shortcuts` --- ### 📝 Commits (2) - [`8681c5f`](https://github.com/BookStackApp/BookStack/commit/8681c5f6139505f0b3c90c318dc17074bc8e138d) Added ordered/unordered WYSIWYG list shortcuts - [`9abb207`](https://github.com/BookStackApp/BookStack/commit/9abb207e4d45548d8f5d01dd866903bf805b38a4) Added list shortcuts to markdown editor ### 📊 Changes **4 files changed** (+38 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `resources/js/components/markdown-editor.js` (+17 -2) 📝 `resources/js/wysiwyg/config.js` (+1 -1) 📝 `resources/js/wysiwyg/shortcuts.js` (+2 -0) 📝 `resources/views/help/wysiwyg.blade.php` (+18 -4) </details> ### 📄 Description Related to #1269 ### TODO - [x] Add markdown shortcuts --- <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:27:17 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6227