please upload video for how to store data into DB and retrieve data in same exact format
@realchrishawkes3 жыл бұрын
🔥 If you're learning to code, check out my website 👉 codehawke.com/all_access.html 🔥 Learn more 👉 kzbin.info/www/bejne/nKHTY2RrhLiFjJI
@piapinification3 жыл бұрын
Hi, I need the user to be able to format a displayed text but not edit it, is this possible? Thanks
@weshuiz13256 жыл бұрын
"and save it to a database" *i smell sql injection*
@timthacker33148 жыл бұрын
I'm confused with storing the delta object in a database. I'm making a blog and not sure how to store the output of the quill editor in my database and then have it displayed to users. Can anyone please explain how to do this??
@cristianongudiangani64957 жыл бұрын
Hey Tim, Have you found out the solution ??
@LukeWatts856 жыл бұрын
I think (without having tried it yet) you would use JSON.stringify to make a string from the JS Object, then save that to your database, then use JSON.parse to parse that from the database when loading the editor. MySQL 5.6+ has a JSON datatype so you might want to consider using that for the deltas content. If you saved on every change using AJAX you could (in theory) have a complete revision history of your edits too.
@רפאלבלזם-לבנון5 жыл бұрын
Thank you for the video. I think there is a better way to view the quill content. Just use the bubble theme and disable the quill object (by quill.enable(false); or quill.disable();).
@totoasia Жыл бұрын
Thanks i did the job, you did a good one.
@BlueDolphinBlues2 жыл бұрын
you have to highlight the text before you press the link button
@chonkarimbi33738 жыл бұрын
Can I handle the output content of Quill in my PHP/MySQL such that on the frontend the formatting remains the same??
@shenloong99664 жыл бұрын
Is the necessary? I tried and there is a on top of the rich text editor...
@ИловМакс3 жыл бұрын
Only main div is necessary
@benjamminandrus11493 жыл бұрын
I cannot get Quill to work inside of my Spring Boot app. The editor and toolbar will render on the page, but none of the toolbar buttons work and all the content is treated as plain text. Has anyone else had this issue?
@harleenarora51893 жыл бұрын
How to add table in stable version?
@realchrishawkes3 жыл бұрын
I'll need to revisit
@vivektiwari-oh2uu5 жыл бұрын
Hi Chris, Please help me with rendering stored quill delta as HTML on a web-page. I read that using quill as read-only editor is heavy-weight. Please suggest any JS or GoLang library, I can use.
@vaibhavdhiman10835 жыл бұрын
How i can use it with textarea, am using but not working can u give me any solution.
@sravaninallabelli12513 жыл бұрын
Hi hi how can we upload documents or PDFs in quill editor please anyone tell me
@realchrishawkes3 жыл бұрын
You might not be able to. TinyMCE has more functionality
@quynhd.23346 жыл бұрын
Is there a way to change the font size to 10px, 15px etc instead of Small, Normal, Large and Huge?
@qtm-inspire7 жыл бұрын
Can you please help me with formats options in quill. I want to use it as code editor but i am unable to activate this feature.
@philserme34888 жыл бұрын
Very nice Chris , that is a good tool . I will integrate it to my django blog
@tylerdurden28324 жыл бұрын
How to use LINK
@muneebkhurshid99695 жыл бұрын
is there any option to get the image url inserted
@PinokiioAUT5 жыл бұрын
you can create the standard html text by
@shankaranand1990913 жыл бұрын
Please make a video on how to write complex mathematical formulas in Quill rich text editor.
@ChickenMaster7 Жыл бұрын
I am not sure it's still the latest tutorial since it was published 6 years ago
@GaneshSingh15 жыл бұрын
This video solved my problem,thanks
@Jay___C8 жыл бұрын
Thanks a lot for this tutorial! Could you elaborate a little more on how to handle the images in the backend? i.e. storing it on the server file system.
@Jay___C8 жыл бұрын
Thanks a lot for the reply and this seems pretty interesting. Btw I'd like to thank you for all the work doing here, to be specific, I've learnt some really amazing things about django from your tutorials.
@shankaranand85154 жыл бұрын
please make a video on how to upload image to database through quill editor using jquery, ajax and php.
@himanshuchugh42574 жыл бұрын
Thank you !
@realchrishawkes4 жыл бұрын
You're welcome!
@krishnac628 жыл бұрын
Does quill.js support react.js? If yes, can you provide me a good reference? If no, what are the alternatives (apart from draft.js)?
@Lyfhaxx4 жыл бұрын
React-quill
@lokeshlakhera17096 жыл бұрын
want to know about formula equation
@JorgeEscobarMX4 жыл бұрын
wopw quilljs is amazing and this video it{s useful and relevant up to 2020
@mostafizurrahmanshohan90757 жыл бұрын
Great. Can you make a video how we can use Quill.js in Django ?
@realchrishawkes7 жыл бұрын
Actually I can, I use django + quill with my website hipstercode.com
@wolfganggermain71755 жыл бұрын
Next time do !+enter it will give you a boilerplate of the html page in visual studio
@thacoolest137 жыл бұрын
I wish you went over changing how to make it look different.. like color swaps.
@shivaraj-bh8 жыл бұрын
That looks impressive
@mounoydev7 жыл бұрын
THANK YOU
@realchrishawkes7 жыл бұрын
you're welcome!
@itachi-senpaii4 жыл бұрын
thanks
@realchrishawkes4 жыл бұрын
You're welcome!
@dinaiswatching6 жыл бұрын
Good, but you couldn't explain how to render images and such.
@samuelashton55368 жыл бұрын
Yo this is awesome. Let's collaborate.
@samuelashton55368 жыл бұрын
..how do you get the LINK function on the toolbar to work?
@samuelashton55368 жыл бұрын
I think this solves it: github.com/zenoamaro/react-quill/issues/19
@samuelashton55368 жыл бұрын
OK that wasn't the fix. BUT, this one works and the link is working now: github.com/quilljs/quill/issues/938