BookStack/resources/js
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
..
code WYSIWYG: Added text direction support for code editor popup 2024-05-03 13:40:00 +01:00
components WYSIWYG: Added text direction support for code editor popup 2024-05-03 13:40:00 +01:00
markdown Attachments: Fixed drag into editor in Chrome 2024-04-29 19:21:13 +01:00
services Page Display: Fixed highlighting for elements in nested details 2024-03-09 15:07:51 +00:00
wysiwyg WYSIWYG: Added text direction support for code editor popup 2024-05-03 13:40:00 +01:00
app.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00