Latest QuillJS Tutorial

  Рет қаралды 50,551

Chris Hawkes

Chris Hawkes

Күн бұрын

Пікірлер: 53
@GaneshSingh1
@GaneshSingh1 5 жыл бұрын
please upload video for how to store data into DB and retrieve data in same exact format
@realchrishawkes
@realchrishawkes 3 жыл бұрын
🔥 If you're learning to code, check out my website 👉 codehawke.com/all_access.html 🔥 Learn more 👉 kzbin.info/www/bejne/nKHTY2RrhLiFjJI
@piapinification
@piapinification 3 жыл бұрын
Hi, I need the user to be able to format a displayed text but not edit it, is this possible? Thanks
@weshuiz1325
@weshuiz1325 6 жыл бұрын
"and save it to a database" *i smell sql injection*
@timthacker3314
@timthacker3314 8 жыл бұрын
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??
@cristianongudiangani6495
@cristianongudiangani6495 7 жыл бұрын
Hey Tim, Have you found out the solution ??
@LukeWatts85
@LukeWatts85 6 жыл бұрын
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
@totoasia Жыл бұрын
Thanks i did the job, you did a good one.
@BlueDolphinBlues
@BlueDolphinBlues 2 жыл бұрын
you have to highlight the text before you press the link button
@chonkarimbi3373
@chonkarimbi3373 8 жыл бұрын
Can I handle the output content of Quill in my PHP/MySQL such that on the frontend the formatting remains the same??
@shenloong9966
@shenloong9966 4 жыл бұрын
Is the necessary? I tried and there is a on top of the rich text editor...
@ИловМакс
@ИловМакс 3 жыл бұрын
Only main div is necessary
@benjamminandrus1149
@benjamminandrus1149 3 жыл бұрын
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?
@harleenarora5189
@harleenarora5189 3 жыл бұрын
How to add table in stable version?
@realchrishawkes
@realchrishawkes 3 жыл бұрын
I'll need to revisit
@vivektiwari-oh2uu
@vivektiwari-oh2uu 5 жыл бұрын
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.
@vaibhavdhiman1083
@vaibhavdhiman1083 5 жыл бұрын
How i can use it with textarea, am using but not working can u give me any solution.
@sravaninallabelli1251
@sravaninallabelli1251 3 жыл бұрын
Hi hi how can we upload documents or PDFs in quill editor please anyone tell me
@realchrishawkes
@realchrishawkes 3 жыл бұрын
You might not be able to. TinyMCE has more functionality
@quynhd.2334
@quynhd.2334 6 жыл бұрын
Is there a way to change the font size to 10px, 15px etc instead of Small, Normal, Large and Huge?
@qtm-inspire
@qtm-inspire 7 жыл бұрын
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.
@philserme3488
@philserme3488 8 жыл бұрын
Very nice Chris , that is a good tool . I will integrate it to my django blog
@tylerdurden2832
@tylerdurden2832 4 жыл бұрын
How to use LINK
@muneebkhurshid9969
@muneebkhurshid9969 5 жыл бұрын
is there any option to get the image url inserted
@PinokiioAUT
@PinokiioAUT 5 жыл бұрын
you can create the standard html text by
@shankaranand199091
@shankaranand199091 3 жыл бұрын
Please make a video on how to write complex mathematical formulas in Quill rich text editor.
@ChickenMaster7
@ChickenMaster7 Жыл бұрын
I am not sure it's still the latest tutorial since it was published 6 years ago
@GaneshSingh1
@GaneshSingh1 5 жыл бұрын
This video solved my problem,thanks
@Jay___C
@Jay___C 8 жыл бұрын
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___C
@Jay___C 8 жыл бұрын
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.
@shankaranand8515
@shankaranand8515 4 жыл бұрын
please make a video on how to upload image to database through quill editor using jquery, ajax and php.
@himanshuchugh4257
@himanshuchugh4257 4 жыл бұрын
Thank you !
@realchrishawkes
@realchrishawkes 4 жыл бұрын
You're welcome!
@krishnac62
@krishnac62 8 жыл бұрын
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)?
@Lyfhaxx
@Lyfhaxx 4 жыл бұрын
React-quill
@lokeshlakhera1709
@lokeshlakhera1709 6 жыл бұрын
want to know about formula equation
@JorgeEscobarMX
@JorgeEscobarMX 4 жыл бұрын
wopw quilljs is amazing and this video it{s useful and relevant up to 2020
@mostafizurrahmanshohan9075
@mostafizurrahmanshohan9075 7 жыл бұрын
Great. Can you make a video how we can use Quill.js in Django ?
@realchrishawkes
@realchrishawkes 7 жыл бұрын
Actually I can, I use django + quill with my website hipstercode.com
@wolfganggermain7175
@wolfganggermain7175 5 жыл бұрын
Next time do !+enter it will give you a boilerplate of the html page in visual studio
@thacoolest13
@thacoolest13 7 жыл бұрын
I wish you went over changing how to make it look different.. like color swaps.
@shivaraj-bh
@shivaraj-bh 8 жыл бұрын
That looks impressive
@mounoydev
@mounoydev 7 жыл бұрын
THANK YOU
@realchrishawkes
@realchrishawkes 7 жыл бұрын
you're welcome!
@itachi-senpaii
@itachi-senpaii 4 жыл бұрын
thanks
@realchrishawkes
@realchrishawkes 4 жыл бұрын
You're welcome!
@dinaiswatching
@dinaiswatching 6 жыл бұрын
Good, but you couldn't explain how to render images and such.
@samuelashton5536
@samuelashton5536 8 жыл бұрын
Yo this is awesome. Let's collaborate.
@samuelashton5536
@samuelashton5536 8 жыл бұрын
..how do you get the LINK function on the toolbar to work?
@samuelashton5536
@samuelashton5536 8 жыл бұрын
I think this solves it: github.com/zenoamaro/react-quill/issues/19
@samuelashton5536
@samuelashton5536 8 жыл бұрын
OK that wasn't the fix. BUT, this one works and the link is working now: github.com/quilljs/quill/issues/938
@pistacheeter3276
@pistacheeter3276 8 жыл бұрын
Eeeeeehhhmmm, word online
Using Quill JS Text Editor With Angular 7
26:57
Garrett Love
Рет қаралды 47 М.
Build A Collaborative Code Editor with React, WebRTC, and Yjs
10:47
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
Editor.js - An Awesome Next Gen Block Styled Content Editor!
16:43
DesignCourse
Рет қаралды 375 М.
Getting Started with Lexical for React
25:04
Lexical
Рет қаралды 32 М.
NVIDIA’s CEO Is Dead Wrong About the Death of Programming Jobs
23:56
The Easiest Way to Build Websites
10:56
Sajid
Рет қаралды 719 М.
Day 13: Building a Text Editor with Quill in Vanilla JavaScript
5:16
How To Load Images Like A Pro
15:48
Web Dev Simplified
Рет қаралды 395 М.
Tech Layoffs Are Brutal… Here’s How to Get Hired FAST!
27:33
Chris Hawkes
Рет қаралды 2,3 М.
CKEditor vs. TinyMCE vs. QuillJS
7:42
Chris Hawkes
Рет қаралды 34 М.
Devlog #20 - Which JS Editor Library, Quill, TipTap or Lexical
5:22
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН