T
T
Traney2018-11-04 20:33:52
JavaScript
Traney, 2018-11-04 20:33:52

Where can I find a WYSIWYG HTML editor with layers and absolute positioning?

Hello!
I'm looking for, I'm looking for a very long time, WYSIWYG editor, maybe someone has come across something like this...
- WYSIWYG editor, WEB, in JS
- Ability to insert photos, text, tables, shapes.
- Ability to change the position, size of objects. Positioning must be absolute in order to drag objects with the mouse without changing the position of the "neighbors".
Here is something like https://www.sejda.com/pdf-editor? (If you create a PDF, the editor opens) I'm looking for a similar editor.
I looked towards online "photoshop" https://viliusle.github.io/miniPaint/ , but canvas is used there, I don't know how to convert it to HTML.
CKEditor (and similar ones) do not offer, there are no layers, absolute positioning and easy dragging of objects.
Write the name of the project or write a link.
Thank you very much in advance!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anton Shamanov, 2018-11-04
@SilenceOfWinter

for the same tinymce, you can set the containers in which the text is added, by default it is <p>, incl. replace with < div class="tinymce-position-absolute" > + include css. or add a plugin that works similarly.
When saving, we use JQuery.unwrap to remove unnecessary layers.

N
Nikolay Mironov, 2018-11-05
@solidcreature

Look towards Tilda with her Zero Block. In terms of visual editing, nothing more convenient has yet been invented. But there are disadvantages in terms of expensive subscription and license restrictions for export.
The second version of WebFlow (webflow.io) is quite powerful. There is a free version (no export). In general, the subscription is even more expensive than Tilda, but there are no problems with exporting.

J
jarvis, 2019-03-07
@jarvis

We use https://n1ed.com
on our project. It is a very powerful thing, and at the same time fast. seems to fit your requirements. If something is missing, then you can write your own plugin for it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question