R
R
Roman Rakzin2017-10-06 19:34:29
JavaScript
Roman Rakzin, 2017-10-06 19:34:29

WYSIWYG editor in the browser, loading pictures and saving the article in the database?

How to make a page for the admin, so that he would add articles and be able to format text and upload pictures?
How to connect some WYSIWYG editor to send pictures to the server and how do you store articles in the database?
If all the page code is in the database, how do you handle script injections?
Although the admins are trusted, they will not break the site

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
Caspanch, 2017-10-06
@Caspanch

www.responsivefilemanager.com/demo.php
You can check the code for scripts, for example.

V
Vladimir, 2017-10-06
@djQuery

Check out https://summernote.org/
I really like that pictures are encoded in base64 and saved with the text: a lot of questions about loading / naming / replacing images are removed.

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. Does exactly what is described in 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