]> BookStack Code Mirror - bookstack/log
bookstack
8 months agoLexical: Added UI translation support
Dan Brown [Sun, 22 Sep 2024 11:29:06 +0000 (12:29 +0100)]
Lexical: Added UI translation support

8 months agoLexical: Added direction support to extra blocks
Dan Brown [Sun, 22 Sep 2024 11:07:24 +0000 (12:07 +0100)]
Lexical: Added direction support to extra blocks

Also removed duplicated dir functionality that remained in core.

8 months agoLexical: Added alignment detoggle, fixed inital focus area
Dan Brown [Sat, 21 Sep 2024 16:02:54 +0000 (17:02 +0100)]
Lexical: Added alignment detoggle, fixed inital focus area

8 months agoLexical: Removed reconciler level direction handling
Dan Brown [Sat, 21 Sep 2024 12:00:16 +0000 (13:00 +0100)]
Lexical: Removed reconciler level direction handling

- Updated tests to consider changes

8 months agoLexical: Finished conversion/update of test files
Dan Brown [Fri, 20 Sep 2024 14:31:19 +0000 (15:31 +0100)]
Lexical: Finished conversion/update of test files

8 months agoLexical: Adapted a range of further existing tests
Dan Brown [Fri, 20 Sep 2024 12:05:29 +0000 (13:05 +0100)]
Lexical: Adapted a range of further existing tests

8 months agoLexical: Got a range of Editor tests working
Dan Brown [Wed, 18 Sep 2024 16:31:51 +0000 (17:31 +0100)]
Lexical: Got a range of Editor tests working

8 months agoLexical: Imported core lexical libs
Dan Brown [Wed, 18 Sep 2024 12:43:39 +0000 (13:43 +0100)]
Lexical: Imported core lexical libs

Imported at 0.17.1, Modified to work in-app.
Added & configured test dependancies.
Tests need to be altered to avoid using non-included deps including
react dependancies.

8 months agoLexical: Added RTL/LTR actions
Dan Brown [Mon, 16 Sep 2024 11:29:46 +0000 (12:29 +0100)]
Lexical: Added RTL/LTR actions

Kinda useless though due to Lexical reconciler :(

8 months agoLexical: Fixed a range of issues in RTL mode
Dan Brown [Sun, 15 Sep 2024 15:10:46 +0000 (16:10 +0100)]
Lexical: Fixed a range of issues in RTL mode

8 months agoLexical: Altered keyboard handling to indicant handled state
Dan Brown [Fri, 13 Sep 2024 15:05:55 +0000 (16:05 +0100)]
Lexical: Altered keyboard handling to indicant handled state

8 months agoLexical: Custom list nesting support
Dan Brown [Fri, 13 Sep 2024 14:50:42 +0000 (15:50 +0100)]
Lexical: Custom list nesting support

Added list nesting support to allow li > ul style nesting which lexical
didn't do by default.
Adds tab handling for inset/outset controls.
Will be a range of edge-case bugs to squash during testing.

8 months agoLexical: Added block indenting capability
Dan Brown [Tue, 10 Sep 2024 14:55:46 +0000 (15:55 +0100)]
Lexical: Added block indenting capability

Needed a custom implementation due to hardcoded defaults for Lexical
default indenting.

8 months agoLexical: Added single node enter handling
Dan Brown [Tue, 10 Sep 2024 11:14:26 +0000 (12:14 +0100)]
Lexical: Added single node enter handling

Also updated media to be an inline element to align with old editor
behaviour.

8 months agoLexical: Added single node backspace/delete support
Dan Brown [Mon, 9 Sep 2024 17:33:54 +0000 (18:33 +0100)]
Lexical: Added single node backspace/delete support

8 months agoLexical: Refined editor UI
Dan Brown [Mon, 9 Sep 2024 13:06:41 +0000 (14:06 +0100)]
Lexical: Refined editor UI

- Cleaned up dropdown lists to look integrated
- Added icons for color picker clear and menu list items

8 months agoLexical: Further fixes
Dan Brown [Mon, 9 Sep 2024 11:28:01 +0000 (12:28 +0100)]
Lexical: Further fixes

- Improved node resizer positioning to be more accurate
- Fixed drop handling not running within editor margin space
- Made media dom update smarter to reduce reloads
- Fixed media alignment, broken due to added wrapper

8 months agoLexical: Range of bug fixes, Updated lexical version
Dan Brown [Sun, 8 Sep 2024 14:54:59 +0000 (15:54 +0100)]
Lexical: Range of bug fixes, Updated lexical version

- Updated selection change detection to be more accurate
- Added UI refresh for extra actions
- Fixed remove link deleting contents

8 months agoLexical: Added media resize support via drag handles
Dan Brown [Sun, 8 Sep 2024 12:37:13 +0000 (13:37 +0100)]
Lexical: Added media resize support via drag handles

8 months agoLexical: Revamped image node resize method
Dan Brown [Sat, 7 Sep 2024 17:39:58 +0000 (18:39 +0100)]
Lexical: Revamped image node resize method

Changed from using a decorator to using a helper that watches for image
selections to then display a resize helper.
Also changes resizer to use a ghost and apply changes on end instead of
continuosly during resize.

8 months agoLexical: Added some level of img/media alignment
Dan Brown [Fri, 6 Sep 2024 13:07:10 +0000 (14:07 +0100)]
Lexical: Added some level of img/media alignment

9 months agoLexical: Added table column cut/copy/paste support
Dan Brown [Thu, 22 Aug 2024 12:28:30 +0000 (13:28 +0100)]
Lexical: Added table column cut/copy/paste support

9 months agoLexical: Improved table row copy/paste
Dan Brown [Thu, 22 Aug 2024 09:08:08 +0000 (10:08 +0100)]
Lexical: Improved table row copy/paste

Added safeguarding/matching of source/target sizes to prevent broken
tables.

9 months agoLexical: Added drop/paste image handling
Dan Brown [Wed, 21 Aug 2024 11:59:45 +0000 (12:59 +0100)]
Lexical: Added drop/paste image handling

9 months agoLexical: Finished off baseline shortcut implementation
Dan Brown [Tue, 20 Aug 2024 13:54:53 +0000 (14:54 +0100)]
Lexical: Finished off baseline shortcut implementation

9 months agoLexical: Started adding editor shortcuts
Dan Brown [Tue, 20 Aug 2024 12:07:33 +0000 (13:07 +0100)]
Lexical: Started adding editor shortcuts

9 months agoLexical: Added custom alignment handling for blocks
Dan Brown [Sun, 18 Aug 2024 15:51:08 +0000 (16:51 +0100)]
Lexical: Added custom alignment handling for blocks

To align with pre-existing use of alignment classes.

9 months agoLexical: Integrated diagram manager, added menu split button
Dan Brown [Sat, 17 Aug 2024 09:48:34 +0000 (10:48 +0100)]
Lexical: Integrated diagram manager, added menu split button

9 months agoLexical: Added basic URL field header option list
Dan Brown [Fri, 16 Aug 2024 11:29:40 +0000 (12:29 +0100)]
Lexical: Added basic URL field header option list

May show bad option label names on chrome/safari.
This was an easy first pass without loads of extra custom UI since we're
using native datalists.

9 months agoLexical: Connected link selector to link form
Dan Brown [Fri, 16 Aug 2024 10:22:12 +0000 (11:22 +0100)]
Lexical: Connected link selector to link form

9 months agoLexical: Integrated image manager to image button/form
Dan Brown [Tue, 13 Aug 2024 18:36:18 +0000 (19:36 +0100)]
Lexical: Integrated image manager to image button/form

9 months agoLexical: Added id support for all main block types
Dan Brown [Sun, 11 Aug 2024 15:08:51 +0000 (16:08 +0100)]
Lexical: Added id support for all main block types

9 months agoLexical: Wired table properties, and other buttons
Dan Brown [Sat, 10 Aug 2024 12:14:55 +0000 (13:14 +0100)]
Lexical: Wired table properties, and other buttons

9 months agoLexical: Kinda made row copy/paste work
Dan Brown [Fri, 9 Aug 2024 20:58:45 +0000 (21:58 +0100)]
Lexical: Kinda made row copy/paste work

9 months agoLexical: Linked row properties form up
Dan Brown [Fri, 9 Aug 2024 11:42:04 +0000 (12:42 +0100)]
Lexical: Linked row properties form up

9 months agoLexical: Added cell width fetching, Created custom row node
Dan Brown [Fri, 9 Aug 2024 10:24:25 +0000 (11:24 +0100)]
Lexical: Added cell width fetching, Created custom row node

9 months agoLexical: Added merge cell logic
Dan Brown [Wed, 7 Aug 2024 19:32:54 +0000 (20:32 +0100)]
Lexical: Added merge cell logic

9 months agoLexical: Added table cell node import logic
Dan Brown [Tue, 6 Aug 2024 08:36:37 +0000 (09:36 +0100)]
Lexical: Added table cell node import logic

9 months agoLexical: Finished off core cell properties functionality
Dan Brown [Mon, 5 Aug 2024 17:49:17 +0000 (18:49 +0100)]
Lexical: Finished off core cell properties functionality

9 months agoLexical: Started linking up cell properties form
Dan Brown [Mon, 5 Aug 2024 14:08:52 +0000 (15:08 +0100)]
Lexical: Started linking up cell properties form

9 months agoLexical: Split helpers to utils, refactored files
Dan Brown [Sat, 3 Aug 2024 17:14:01 +0000 (18:14 +0100)]
Lexical: Split helpers to utils, refactored files

9 months agoLexical: Completed out table menu elements, logic pending
Dan Brown [Sat, 3 Aug 2024 17:01:54 +0000 (18:01 +0100)]
Lexical: Completed out table menu elements, logic pending

9 months agoLexical: Started on table actions
Dan Brown [Fri, 2 Aug 2024 14:28:54 +0000 (15:28 +0100)]
Lexical: Started on table actions

Started building table cell form/actions

9 months agoLexical: Started table menu options
Dan Brown [Fri, 2 Aug 2024 10:16:54 +0000 (11:16 +0100)]
Lexical: Started table menu options

Updated UI elements to handle new scenarios needed in more complex table
menu

10 months agoLexical: Updated task list to use/support old format
Dan Brown [Tue, 30 Jul 2024 13:42:19 +0000 (14:42 +0100)]
Lexical: Updated task list to use/support old format

10 months agoLexical: Linked up change/draft management
Dan Brown [Mon, 29 Jul 2024 20:43:20 +0000 (21:43 +0100)]
Lexical: Linked up change/draft management

10 months agoLexical: Got working with attachment insert/drop
Dan Brown [Mon, 29 Jul 2024 20:14:42 +0000 (21:14 +0100)]
Lexical: Got working with attachment insert/drop

10 months agoLexical: Started drop handling, handled templates
Dan Brown [Mon, 29 Jul 2024 14:27:41 +0000 (15:27 +0100)]
Lexical: Started drop handling, handled templates

10 months agoLexical: Added form complex/tab ui support
Dan Brown [Sun, 28 Jul 2024 11:48:58 +0000 (12:48 +0100)]
Lexical: Added form complex/tab ui support

10 months agoLexical: Got media node core work & form done
Dan Brown [Sat, 27 Jul 2024 16:25:30 +0000 (17:25 +0100)]
Lexical: Got media node core work & form done

10 months agoLexical: Started media node support
Dan Brown [Thu, 25 Jul 2024 15:25:08 +0000 (16:25 +0100)]
Lexical: Started media node support

10 months agoLexical: Added common events support
Dan Brown [Tue, 23 Jul 2024 14:35:18 +0000 (15:35 +0100)]
Lexical: Added common events support

10 months agoLexical: Improved table resize bars
Dan Brown [Tue, 23 Jul 2024 11:45:58 +0000 (12:45 +0100)]
Lexical: Improved table resize bars

Added scoll & page resize handling.
Added cropping/limiting to edit area.

10 months agoLexical: Added table toolbar, organised button code
Dan Brown [Sun, 21 Jul 2024 14:11:24 +0000 (15:11 +0100)]
Lexical: Added table toolbar, organised button code

10 months agoLexical: Added toolbar scroll/resize handling
Dan Brown [Fri, 19 Jul 2024 17:12:51 +0000 (18:12 +0100)]
Lexical: Added toolbar scroll/resize handling

Also added smarter above/below positioning to respond if toolbar would
be off the bottom of the editor, and added hide/show when they'd go
outside editor scroll bounds.

10 months agoLexical: Finished up core drawing insert/editing
Dan Brown [Fri, 19 Jul 2024 11:09:41 +0000 (12:09 +0100)]
Lexical: Finished up core drawing insert/editing

Added new options that sits on the context, for things needed but not
for the core editor, which are defined out of the editor (drawio URL,
error message text, pageId etc...)

10 months agoJS: Converted http service to ts
Dan Brown [Thu, 18 Jul 2024 14:13:14 +0000 (15:13 +0100)]
JS: Converted http service to ts

10 months agoLexical: Started converting drawio to TS
Dan Brown [Thu, 18 Jul 2024 10:19:11 +0000 (11:19 +0100)]
Lexical: Started converting drawio to TS

Converted events service to TS as part of this.

10 months agoLexical: Standardised helper function format
Dan Brown [Wed, 17 Jul 2024 15:45:57 +0000 (16:45 +0100)]
Lexical: Standardised helper function format

10 months agoLexical: Added list support, started todo
Dan Brown [Wed, 17 Jul 2024 15:38:20 +0000 (16:38 +0100)]
Lexical: Added list support, started todo

10 months agoLexical: Added code block selection & edit features
Dan Brown [Tue, 16 Jul 2024 15:36:08 +0000 (16:36 +0100)]
Lexical: Added code block selection & edit features

Also added extra lifecycle handling for decorators to things can be
properly cleaned up after node destruction.

10 months agoLexical: Added initial form/modal styles
Dan Brown [Tue, 9 Jul 2024 19:49:47 +0000 (20:49 +0100)]
Lexical: Added initial form/modal styles

10 months agoLexical: Worked on toolbar styling, got format submenu working
Dan Brown [Thu, 4 Jul 2024 15:16:16 +0000 (16:16 +0100)]
Lexical: Worked on toolbar styling, got format submenu working

10 months agoLexical: Linked up saving logic of editor via interface
Dan Brown [Thu, 4 Jul 2024 12:09:53 +0000 (13:09 +0100)]
Lexical: Linked up saving logic of editor via interface

10 months agoJS: Converted come common services to typescript
Dan Brown [Wed, 3 Jul 2024 10:00:57 +0000 (11:00 +0100)]
JS: Converted come common services to typescript

10 months agoLexical: Started diagram support
Dan Brown [Wed, 3 Jul 2024 09:28:04 +0000 (10:28 +0100)]
Lexical: Started diagram support

10 months agoLexical: Linked code block to editor, added button
Dan Brown [Tue, 2 Jul 2024 16:34:03 +0000 (17:34 +0100)]
Lexical: Linked code block to editor, added button

10 months agoLexical: Started code block node implementation
Dan Brown [Tue, 2 Jul 2024 13:46:30 +0000 (14:46 +0100)]
Lexical: Started code block node implementation

10 months agoLexical: Started loading real content, Improved html loading
Dan Brown [Mon, 1 Jul 2024 14:10:22 +0000 (15:10 +0100)]
Lexical: Started loading real content, Improved html loading

Added more styling/layout for buttons and main content area

10 months agoLexical: Added tracked container, added fullscreen action
Dan Brown [Mon, 1 Jul 2024 09:44:23 +0000 (10:44 +0100)]
Lexical: Added tracked container, added fullscreen action

Changed how the editor is loaded in, so it now creates its own DOM, and
content is passed via creation function, to be better self-contained.

10 months agoLexical: Added context toolbar placement, added link toolbar
Dan Brown [Sun, 30 Jun 2024 18:52:09 +0000 (19:52 +0100)]
Lexical: Added context toolbar placement, added link toolbar

Also added some basic context toolbar styling

10 months agoLexical: Added base context toolbar logic
Dan Brown [Sun, 30 Jun 2024 11:13:13 +0000 (12:13 +0100)]
Lexical: Added base context toolbar logic

11 months agoLexical: Reorganised some logic into manager
Dan Brown [Sun, 30 Jun 2024 09:31:39 +0000 (10:31 +0100)]
Lexical: Reorganised some logic into manager

11 months agoLexical: Added overflow container
Dan Brown [Thu, 27 Jun 2024 15:28:06 +0000 (16:28 +0100)]
Lexical: Added overflow container

11 months agoLexical: Added horizontal rule node
Dan Brown [Thu, 27 Jun 2024 14:48:06 +0000 (15:48 +0100)]
Lexical: Added horizontal rule node

11 months agoLexical: Completed initial table cell resize handle logic
Dan Brown [Wed, 26 Jun 2024 16:22:00 +0000 (17:22 +0100)]
Lexical: Completed initial table cell resize handle logic

11 months agoLexical: Linked up table resize handler (unfinished)
Dan Brown [Wed, 26 Jun 2024 12:52:00 +0000 (13:52 +0100)]
Lexical: Linked up table resize handler (unfinished)

11 months agoLexical: Extracted mouse drag tracking to new helper
Dan Brown [Tue, 25 Jun 2024 17:33:29 +0000 (18:33 +0100)]
Lexical: Extracted mouse drag tracking to new helper

11 months agoLexical: Created custom table node with col width handling
Dan Brown [Mon, 24 Jun 2024 19:50:17 +0000 (20:50 +0100)]
Lexical: Created custom table node with col width handling

11 months agoLexical: Added more icons, made reflective text/bg color buttons
Dan Brown [Sun, 23 Jun 2024 14:50:41 +0000 (15:50 +0100)]
Lexical: Added more icons, made reflective text/bg color buttons

11 months agoLexical: Updated lexical, added undo state tracking, format styles
Dan Brown [Sun, 23 Jun 2024 10:36:48 +0000 (11:36 +0100)]
Lexical: Updated lexical, added undo state tracking, format styles

11 months agoLexical: Added table creator UI
Dan Brown [Fri, 21 Jun 2024 15:18:44 +0000 (16:18 +0100)]
Lexical: Added table creator UI

11 months agoLexical: Added base table support and started resize handling
Dan Brown [Fri, 21 Jun 2024 12:47:47 +0000 (13:47 +0100)]
Lexical: Added base table support and started resize handling

11 months agoLexical: Added button icon system
Dan Brown [Wed, 19 Jun 2024 19:00:29 +0000 (20:00 +0100)]
Lexical: Added button icon system

With a bunch of default icons

11 months agoLexical: Added basic list button/support
Dan Brown [Wed, 19 Jun 2024 15:14:20 +0000 (16:14 +0100)]
Lexical: Added basic list button/support

11 months agoLexical: Added color picker controls
Dan Brown [Wed, 12 Jun 2024 18:51:42 +0000 (19:51 +0100)]
Lexical: Added color picker controls

11 months agoLexical: Added clear formatting button
Dan Brown [Wed, 12 Jun 2024 13:24:50 +0000 (14:24 +0100)]
Lexical: Added clear formatting button

11 months agoLexical: Added view/edit source code button/form/action
Dan Brown [Wed, 12 Jun 2024 13:01:36 +0000 (14:01 +0100)]
Lexical: Added view/edit source code button/form/action

11 months agoAdded base node/button for details/summary
Dan Brown [Thu, 6 Jun 2024 13:43:50 +0000 (14:43 +0100)]
Added base node/button for details/summary

11 months agoLexical: Added selection to state for aligned reading
Dan Brown [Wed, 5 Jun 2024 17:43:42 +0000 (18:43 +0100)]
Lexical: Added selection to state for aligned reading

Connected up to work with image form

11 months agoLexical: Made image resize handles functional
Dan Brown [Wed, 5 Jun 2024 16:18:58 +0000 (17:18 +0100)]
Lexical: Made image resize handles functional

11 months agoLexical: Started image resize controls, Defined thorough decorator model
Dan Brown [Wed, 5 Jun 2024 12:04:49 +0000 (13:04 +0100)]
Lexical: Started image resize controls, Defined thorough decorator model

11 months agoLexical: Started build of image node and decoration UI
Dan Brown [Mon, 3 Jun 2024 15:56:31 +0000 (16:56 +0100)]
Lexical: Started build of image node and decoration UI

11 months agoLexical: Created core modal functionality
Dan Brown [Sat, 1 Jun 2024 15:49:47 +0000 (16:49 +0100)]
Lexical: Created core modal functionality

12 months agoLexical: Started on form UI
Dan Brown [Thu, 30 May 2024 15:50:55 +0000 (16:50 +0100)]
Lexical: Started on form UI

12 months agoLexical: Added format previews to format buttons
Dan Brown [Thu, 30 May 2024 11:25:25 +0000 (12:25 +0100)]
Lexical: Added format previews to format buttons

12 months agoLexical: Added ui container type
Dan Brown [Wed, 29 May 2024 19:38:31 +0000 (20:38 +0100)]
Lexical: Added ui container type

Structured UI logical to be fairly standard and mostly covered via
a base class that handles context and core dom work.

12 months agoLexical: Added a range of format buttons
Dan Brown [Tue, 28 May 2024 21:56:58 +0000 (22:56 +0100)]
Lexical: Added a range of format buttons

12 months agoLexical: Started UI fundementals with basic button
Dan Brown [Tue, 28 May 2024 17:04:48 +0000 (18:04 +0100)]
Lexical: Started UI fundementals with basic button

12 months agoLexical: Added custom id-supporting paragraph blocks
Dan Brown [Tue, 28 May 2024 14:09:50 +0000 (15:09 +0100)]
Lexical: Added custom id-supporting paragraph blocks

Morty Proxy This is a proxified and sanitized view of the page, visit original site.