BookStackApp_BookStack/resources/js/components
Dan Brown f9e087330b
WYSIWYG: Added text direction support for code editor popup
Editor popup will now reflect the direction of the opened code block.
This also updates in-editor codemirror instances to correcly reflect/use
the direction if set on the inner code elem.

This also defaults new code blocks, when in RTL languages, to be started
in LTR, which can then be changed via in-editor direction controls if
needed. This is on the assumption that most code will be LTR (could not
find much examples of RTL code use).

Fixes #4943
2024-05-03 13:40:00 +01:00
..
add-remove-rows.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
ajax-delete-row.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00
ajax-form.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
attachments-list.js Attachment List: Fixed broken ctrl-click functionality 2024-01-23 15:01:07 +00:00
attachments.js Fixed linting and failing test issues from dropzone work 2023-04-27 13:31:03 +01:00
auto-submit.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
auto-suggest.js Tags: Fixed enter press clearing field 2023-10-04 09:08:10 +01:00
back-to-top.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
book-sort.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00
chapter-contents.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00
code-editor.js WYSIWYG: Added text direction support for code editor popup 2024-05-03 13:40:00 +01:00
code-highlighter.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
code-textarea.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
collapsible.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
component.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
confirm-dialog.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00
custom-checkbox.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
details-highlighter.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
dropdown-search.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
dropdown.js Dropdowns: Fixed bad direction logic, added dynmaic height 2023-11-07 15:07:11 +00:00
dropzone.js Added the ability to replace existing image files 2023-05-28 17:32:22 +01:00
editor-toolbox.js Editors: Adjusted new design for mobile and dark mode 2023-10-14 17:10:29 +01:00
entity-permissions.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00
entity-search.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00
entity-selector-popup.js Entity selector: Fixed initial load overwriting initial search 2024-01-23 15:42:13 +00:00
entity-selector.js Entity selector: Fixed initial load overwriting initial search 2024-01-23 15:42:13 +00:00
event-emit-select.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
expand-toggle.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00
global-search.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
header-mobile-toggle.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
image-manager.js JS: Fixed ESLint issues 2023-10-01 18:13:54 +01:00
image-picker.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
index.js Input WYSIWYG: Added compontent and rough logic to book form 2023-12-16 14:48:35 +00:00
list-sort-control.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
markdown-editor.js JS Build: Split markdown to own file, updated packages 2024-04-08 14:41:51 +01:00
new-user-password.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
notification.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
optional-input.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
page-comment.js Comments: Added back-end HTML support, fixed editor focus 2024-01-30 15:16:58 +00:00
page-comments.js Comments: Added back-end HTML support, fixed editor focus 2024-01-30 15:16:58 +00:00
page-display.js Page JS: Improved block jumping and highlighting 2023-11-01 18:49:47 +00:00
page-editor.js Page Drafts: Added new "Delete Draft" action to draft menu 2023-06-13 15:13:07 +01:00
page-picker.js Entity selector: Fixed initial load overwriting initial search 2024-01-23 15:42:13 +00:00
permissions-table.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
pointer.js Page display pointer: Considerably improved accessibility 2023-05-31 16:44:20 +01:00
popup.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00
setting-app-color-scheme.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00
setting-color-picker.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
setting-homepage-control.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
shelf-sort.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00
shortcut-input.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
shortcuts.js Shortcuts: Prevented help shown when in inputs 2023-10-23 11:04:09 +01:00
sortable-list.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
submit-on-change.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
tabs.js Image manager: cleaned up style changes, dark mode support 2023-05-29 15:50:36 +01:00
tag-manager.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
template-manager.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00
toggle-switch.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
tri-layout.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00
user-select.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
webhook-events.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
wysiwyg-editor.js Input WYSIWYG: Added compontent and rough logic to book form 2023-12-16 14:48:35 +00:00
wysiwyg-input.js Comments: Added input wysiwyg for creating/updating comments 2024-01-30 14:27:09 +00:00