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

Lexical: Started build of image node and decoration UI

This commit is contained in:
Dan Brown
2024-06-03 16:56:31 +01:00
parent 7c504a10a8
commit a74e04141c
5 changed files with 195 additions and 2 deletions

View File

@ -9,13 +9,14 @@
<div class="editor-container">
<div refs="wysiwyg-editor@edit-area" contenteditable="true">
<p id="Content!">Some <strong>content</strong> here</p>
<p>Content with image in, before text. <img src="https://bookstack.local/bookstack/uploads/images/gallery/2022-03/scaled-1680-/cats-image-2400x1000-2.jpg" width="200" alt="Sleepy meow"> After text.</p>
<p>This has a <a href="https://example.com" target="_blank" title="Link to example">link</a> in it</p>
<h2>List below this h2 header</h2>
<ul>
<li>Hello</li>
</ul>
<p class="callout danger">
<p class="callout info">
Hello there, this is an info callout
</p>
</div>