1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00
Commit Graph

33 Commits

Author SHA1 Message Date
d34f837e19 Started work on details/summary blocks 2022-01-21 17:07:27 +00:00
264966de02 Crawled forward slightly on table resizing 2022-01-21 12:16:05 +00:00
8b4f112462 Improved iframe embed interaction within editor 2022-01-20 13:55:44 +00:00
20f37292a1 Added support for iframe node blocks 2022-01-20 13:38:16 +00:00
b1f5495a7f Shared link mark update logic with color controls 2022-01-19 23:54:59 +00:00
bb12541179 Improved anchor updating/remove action
Now will update the link mark if you have a no-range selection on the
link.
2022-01-19 23:22:48 +00:00
e3ead1c115 Added radio options for anchor target option 2022-01-19 22:14:09 +00:00
9b4ea368dc Started on table editing/resizing 2022-01-19 16:46:45 +00:00
4b08eef12c Added table creation and insertion 2022-01-19 15:22:10 +00:00
b2283106fc Added source code view/set button 2022-01-19 11:31:02 +00:00
7125530e55 Added image resizing via drag handles 2022-01-17 17:43:16 +00:00
7622106665 Added jsdoc types for prosemirror
Also added link markdown handling when target is set.
2022-01-16 15:21:57 +00:00
89194a3f85 Got link insert/editor working 2022-01-16 14:37:58 +00:00
7703face52 Started menu dialog support 2022-01-14 20:56:05 +00:00
c013d7e549 Added inline code and clear formatting 2022-01-14 18:27:37 +00:00
07c8876e22 Imported marks from example schema for customization 2022-01-14 14:55:07 +00:00
0dc64d22ef Added horizonal rule insert 2022-01-14 14:33:37 +00:00
013943dcc5 Added list buttons 2022-01-14 13:14:25 +00:00
dc1c9807ef Reorganised & aligned editor icons 2022-01-12 16:10:16 +00:00
56d7864bdf Added bg-color mark, added color grid selectors 2022-01-12 15:33:59 +00:00
1018b5627e Added text color mark 2022-01-12 11:02:28 +00:00
717557df89 Rolled out text alignment to other block types
Completed off alignment types and markdown handling in the process.
2022-01-12 10:18:06 +00:00
6744ab2ff9 Got alignment buttons barely working for paragraphs 2022-01-11 18:58:24 +00:00
4e5153d372 Copied in default node types for control and future editing 2022-01-11 17:13:40 +00:00
34db138a64 Split marks and nodes into their own files 2022-01-11 16:26:12 +00:00
c3595b1807 Added strike, sup and sub marks 2022-01-11 16:00:57 +00:00
a8f48185b5 Got underline working in editor
Major step, since this is the first inline HTML element which needed
advanced parsing out on the markdown side, since not commonmark
supported.
2022-01-10 13:38:32 +00:00
9d7174557e Added in a custom menubar
This is a copy of the ProseMirror/prosemirror-menu repo files
which suggest working from a fork of this.

These changes include the ability to select callouts
from the menubar.
2022-01-09 16:37:16 +00:00
47c3d4fc0f Fixed issue with new nodes being callouts 2022-01-07 21:56:04 +00:00
81dfe9c345 Got callouts about working, simplified markdown setup 2022-01-07 21:22:07 +00:00
0fb8ba00a5 Attempted adding tricky custom block
Attempted adding callouts, which have the challenge of being shown via
HTML within markdown content. Got stuck on parsing back to the state
from markdown.
2022-01-07 16:37:36 +00:00
aa9fe9ca82 Added notes file 2022-01-07 13:36:53 +00:00
27f9e8e4bd Started playing with prosemirror
- Got base setup together with WYSIWYG/Markdown switching, where HTML is
  the base content format.
- Added some testing routes/views for initial development.
- Added some dev npm tasks to support editor-specific actions.
2022-01-07 13:36:52 +00:00