]>
BookStack Code Mirror - bookstack/log
Dan Brown [Sun, 22 Sep 2024 11:29:06 +0000 (12:29 +0100)]
Lexical: Added UI translation support
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.
Dan Brown [Sat, 21 Sep 2024 16:02:54 +0000 (17:02 +0100)]
Lexical: Added alignment detoggle, fixed inital focus area
Dan Brown [Sat, 21 Sep 2024 12:00:16 +0000 (13:00 +0100)]
Lexical: Removed reconciler level direction handling
- Updated tests to consider changes
Dan Brown [Fri, 20 Sep 2024 14:31:19 +0000 (15:31 +0100)]
Lexical: Finished conversion/update of test files
Dan Brown [Fri, 20 Sep 2024 12:05:29 +0000 (13:05 +0100)]
Lexical: Adapted a range of further existing tests
Dan Brown [Wed, 18 Sep 2024 16:31:51 +0000 (17:31 +0100)]
Lexical: Got a range of Editor tests working
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.
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 :(
Dan Brown [Sun, 15 Sep 2024 15:10:46 +0000 (16:10 +0100)]
Lexical: Fixed a range of issues in RTL mode
Dan Brown [Fri, 13 Sep 2024 15:05:55 +0000 (16:05 +0100)]
Lexical: Altered keyboard handling to indicant handled state
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.
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.
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.
Dan Brown [Mon, 9 Sep 2024 17:33:54 +0000 (18:33 +0100)]
Lexical: Added single node backspace/delete support
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
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
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
Dan Brown [Sun, 8 Sep 2024 12:37:13 +0000 (13:37 +0100)]
Lexical: Added media resize support via drag handles
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.
Dan Brown [Fri, 6 Sep 2024 13:07:10 +0000 (14:07 +0100)]
Lexical: Added some level of img/media alignment
Dan Brown [Thu, 22 Aug 2024 12:28:30 +0000 (13:28 +0100)]
Lexical: Added table column cut/copy/paste support
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.
Dan Brown [Wed, 21 Aug 2024 11:59:45 +0000 (12:59 +0100)]
Lexical: Added drop/paste image handling
Dan Brown [Tue, 20 Aug 2024 13:54:53 +0000 (14:54 +0100)]
Lexical: Finished off baseline shortcut implementation
Dan Brown [Tue, 20 Aug 2024 12:07:33 +0000 (13:07 +0100)]
Lexical: Started adding editor shortcuts
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.
Dan Brown [Sat, 17 Aug 2024 09:48:34 +0000 (10:48 +0100)]
Lexical: Integrated diagram manager, added menu split button
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.
Dan Brown [Fri, 16 Aug 2024 10:22:12 +0000 (11:22 +0100)]
Lexical: Connected link selector to link form
Dan Brown [Tue, 13 Aug 2024 18:36:18 +0000 (19:36 +0100)]
Lexical: Integrated image manager to image button/form
Dan Brown [Sun, 11 Aug 2024 15:08:51 +0000 (16:08 +0100)]
Lexical: Added id support for all main block types
Dan Brown [Sat, 10 Aug 2024 12:14:55 +0000 (13:14 +0100)]
Lexical: Wired table properties, and other buttons
Dan Brown [Fri, 9 Aug 2024 20:58:45 +0000 (21:58 +0100)]
Lexical: Kinda made row copy/paste work
Dan Brown [Fri, 9 Aug 2024 11:42:04 +0000 (12:42 +0100)]
Lexical: Linked row properties form up
Dan Brown [Fri, 9 Aug 2024 10:24:25 +0000 (11:24 +0100)]
Lexical: Added cell width fetching, Created custom row node
Dan Brown [Wed, 7 Aug 2024 19:32:54 +0000 (20:32 +0100)]
Lexical: Added merge cell logic
Dan Brown [Tue, 6 Aug 2024 08:36:37 +0000 (09:36 +0100)]
Lexical: Added table cell node import logic
Dan Brown [Mon, 5 Aug 2024 17:49:17 +0000 (18:49 +0100)]
Lexical: Finished off core cell properties functionality
Dan Brown [Mon, 5 Aug 2024 14:08:52 +0000 (15:08 +0100)]
Lexical: Started linking up cell properties form
Dan Brown [Sat, 3 Aug 2024 17:14:01 +0000 (18:14 +0100)]
Lexical: Split helpers to utils, refactored files
Dan Brown [Sat, 3 Aug 2024 17:01:54 +0000 (18:01 +0100)]
Lexical: Completed out table menu elements, logic pending
Dan Brown [Fri, 2 Aug 2024 14:28:54 +0000 (15:28 +0100)]
Lexical: Started on table actions
Started building table cell form/actions
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
Dan Brown [Tue, 30 Jul 2024 13:42:19 +0000 (14:42 +0100)]
Lexical: Updated task list to use/support old format
Dan Brown [Mon, 29 Jul 2024 20:43:20 +0000 (21:43 +0100)]
Lexical: Linked up change/draft management
Dan Brown [Mon, 29 Jul 2024 20:14:42 +0000 (21:14 +0100)]
Lexical: Got working with attachment insert/drop
Dan Brown [Mon, 29 Jul 2024 14:27:41 +0000 (15:27 +0100)]
Lexical: Started drop handling, handled templates
Dan Brown [Sun, 28 Jul 2024 11:48:58 +0000 (12:48 +0100)]
Lexical: Added form complex/tab ui support
Dan Brown [Sat, 27 Jul 2024 16:25:30 +0000 (17:25 +0100)]
Lexical: Got media node core work & form done
Dan Brown [Thu, 25 Jul 2024 15:25:08 +0000 (16:25 +0100)]
Lexical: Started media node support
Dan Brown [Tue, 23 Jul 2024 14:35:18 +0000 (15:35 +0100)]
Lexical: Added common events support
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.
Dan Brown [Sun, 21 Jul 2024 14:11:24 +0000 (15:11 +0100)]
Lexical: Added table toolbar, organised button code
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.
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...)
Dan Brown [Thu, 18 Jul 2024 14:13:14 +0000 (15:13 +0100)]
JS: Converted http service 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.
Dan Brown [Wed, 17 Jul 2024 15:45:57 +0000 (16:45 +0100)]
Lexical: Standardised helper function format
Dan Brown [Wed, 17 Jul 2024 15:38:20 +0000 (16:38 +0100)]
Lexical: Added list support, started todo
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.
Dan Brown [Tue, 9 Jul 2024 19:49:47 +0000 (20:49 +0100)]
Lexical: Added initial form/modal styles
Dan Brown [Thu, 4 Jul 2024 15:16:16 +0000 (16:16 +0100)]
Lexical: Worked on toolbar styling, got format submenu working
Dan Brown [Thu, 4 Jul 2024 12:09:53 +0000 (13:09 +0100)]
Lexical: Linked up saving logic of editor via interface
Dan Brown [Wed, 3 Jul 2024 10:00:57 +0000 (11:00 +0100)]
JS: Converted come common services to typescript
Dan Brown [Wed, 3 Jul 2024 09:28:04 +0000 (10:28 +0100)]
Lexical: Started diagram support
Dan Brown [Tue, 2 Jul 2024 16:34:03 +0000 (17:34 +0100)]
Lexical: Linked code block to editor, added button
Dan Brown [Tue, 2 Jul 2024 13:46:30 +0000 (14:46 +0100)]
Lexical: Started code block node implementation
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
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.
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
Dan Brown [Sun, 30 Jun 2024 11:13:13 +0000 (12:13 +0100)]
Lexical: Added base context toolbar logic
Dan Brown [Sun, 30 Jun 2024 09:31:39 +0000 (10:31 +0100)]
Lexical: Reorganised some logic into manager
Dan Brown [Thu, 27 Jun 2024 15:28:06 +0000 (16:28 +0100)]
Lexical: Added overflow container
Dan Brown [Thu, 27 Jun 2024 14:48:06 +0000 (15:48 +0100)]
Lexical: Added horizontal rule node
Dan Brown [Wed, 26 Jun 2024 16:22:00 +0000 (17:22 +0100)]
Lexical: Completed initial table cell resize handle logic
Dan Brown [Wed, 26 Jun 2024 12:52:00 +0000 (13:52 +0100)]
Lexical: Linked up table resize handler (unfinished)
Dan Brown [Tue, 25 Jun 2024 17:33:29 +0000 (18:33 +0100)]
Lexical: Extracted mouse drag tracking to new helper
Dan Brown [Mon, 24 Jun 2024 19:50:17 +0000 (20:50 +0100)]
Lexical: Created custom table node with col width handling
Dan Brown [Sun, 23 Jun 2024 14:50:41 +0000 (15:50 +0100)]
Lexical: Added more icons, made reflective text/bg color buttons
Dan Brown [Sun, 23 Jun 2024 10:36:48 +0000 (11:36 +0100)]
Lexical: Updated lexical, added undo state tracking, format styles
Dan Brown [Fri, 21 Jun 2024 15:18:44 +0000 (16:18 +0100)]
Lexical: Added table creator UI
Dan Brown [Fri, 21 Jun 2024 12:47:47 +0000 (13:47 +0100)]
Lexical: Added base table support and started resize handling
Dan Brown [Wed, 19 Jun 2024 19:00:29 +0000 (20:00 +0100)]
Lexical: Added button icon system
With a bunch of default icons
Dan Brown [Wed, 19 Jun 2024 15:14:20 +0000 (16:14 +0100)]
Lexical: Added basic list button/support
Dan Brown [Wed, 12 Jun 2024 18:51:42 +0000 (19:51 +0100)]
Lexical: Added color picker controls
Dan Brown [Wed, 12 Jun 2024 13:24:50 +0000 (14:24 +0100)]
Lexical: Added clear formatting button
Dan Brown [Wed, 12 Jun 2024 13:01:36 +0000 (14:01 +0100)]
Lexical: Added view/edit source code button/form/action
Dan Brown [Thu, 6 Jun 2024 13:43:50 +0000 (14:43 +0100)]
Added base node/button for details/summary
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
Dan Brown [Wed, 5 Jun 2024 16:18:58 +0000 (17:18 +0100)]
Lexical: Made image resize handles functional
Dan Brown [Wed, 5 Jun 2024 12:04:49 +0000 (13:04 +0100)]
Lexical: Started image resize controls, Defined thorough decorator model
Dan Brown [Mon, 3 Jun 2024 15:56:31 +0000 (16:56 +0100)]
Lexical: Started build of image node and decoration UI
Dan Brown [Sat, 1 Jun 2024 15:49:47 +0000 (16:49 +0100)]
Lexical: Created core modal functionality
Dan Brown [Thu, 30 May 2024 15:50:55 +0000 (16:50 +0100)]
Lexical: Started on form UI
Dan Brown [Thu, 30 May 2024 11:25:25 +0000 (12:25 +0100)]
Lexical: Added format previews to format buttons
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.
Dan Brown [Tue, 28 May 2024 21:56:58 +0000 (22:56 +0100)]
Lexical: Added a range of format buttons
Dan Brown [Tue, 28 May 2024 17:04:48 +0000 (18:04 +0100)]
Lexical: Started UI fundementals with basic button
Dan Brown [Tue, 28 May 2024 14:09:50 +0000 (15:09 +0100)]
Lexical: Added custom id-supporting paragraph blocks