Tiptap Editor with Vue.js, Tailwind CSS and Laravel

  Рет қаралды 18,170

Andre Madarang

Andre Madarang

Күн бұрын

Пікірлер: 34
@komestible
@komestible 25 күн бұрын
I spent at least 2 days being blocked on my project, using Tiptap to send form data to my DB. And your video was exactly what I needed. Thank you so much 🙏
@SAIEN333
@SAIEN333 9 ай бұрын
yes Sir, this is how a tutorial should be, not in any rush, very detailed . thankyou
@picozzimichele
@picozzimichele 11 ай бұрын
Thanks! That prose + tailwind was exactly what I was looking for!
@bobdpa
@bobdpa Жыл бұрын
Andre is back and with perfect timing. Thank you! 💯
@nemercevroman
@nemercevroman 21 күн бұрын
amaaazing! actually on last part of 2024
@dclindner
@dclindner Жыл бұрын
Fantastic! I've needed this kind of solution for a long time. Thank you.
@GondarMD
@GondarMD 2 ай бұрын
Great tutorial. Thank you for the detail.
@marcorosenbaum9900
@marcorosenbaum9900 10 ай бұрын
Great video mate. Thank you!
@mah-amiri133
@mah-amiri133 6 ай бұрын
thank you! great video
@nobodywithme
@nobodywithme 8 ай бұрын
Thanks sir...! You save my time ❣️
@Aaron-xc5qm
@Aaron-xc5qm 2 ай бұрын
tqvm!!!
@biLLie_wiLLie
@biLLie_wiLLie 8 ай бұрын
I would like to see how to work with images in tiptap
@GondarMD
@GondarMD 2 ай бұрын
Especially where images are not stored on a backend, but locally on the front-end device.
@riza4329
@riza4329 10 ай бұрын
thanks very much, it's usefull
@OualidOUKASSOU
@OualidOUKASSOU 9 ай бұрын
Thanks for this amazing tutorial, can you explain how to implement image copy and past or drag & drop
@datalabwork
@datalabwork Жыл бұрын
Nice video....Can you demonstrate creating Admin Dashboard without using any other premade stuff please.
@millennia
@millennia Жыл бұрын
Andre, thank you for your amazing videos ❤ can you make a video for next and laravel
@iliantachev4873
@iliantachev4873 8 ай бұрын
Guys, am I the only one who has issues with the rendering? When I type long text, for example, in the editor it comes as normal, it goes on new line, but upon rendering, it is scrolling on y-axis.
@longminhnguyenvu5004
@longminhnguyenvu5004 11 ай бұрын
Hi sir, How can i customize vscode theme and font like you, please send me a tutorial video. Thank you so much.
@Jesus-mu4ix
@Jesus-mu4ix Жыл бұрын
@kristiyan.zhelyazkov
@kristiyan.zhelyazkov Жыл бұрын
what extension do you use for selecting the entire tag?
@drehimself
@drehimself Жыл бұрын
It's built into Emmet (which is in VSCode by default). The command is Emmet: Balance (outward). I bind that command to Command + Shift + a.
@LMayor
@LMayor Жыл бұрын
Hey Andre , What an awesome tutorial ! , truly love your simple and precise way , i wonder how can i get starter laravel-vue boilerplate kit project like yours if it's possible
@drehimself
@drehimself Жыл бұрын
In this video, I just used Laravel Breeze with the Inertia/Vue starter kit: laravel.com/docs/10.x/starter-kits#breeze-and-inertia
@LMayor
@LMayor Жыл бұрын
so cool@@drehimself
@CoreCave
@CoreCave Жыл бұрын
Can you tell me about the tool you used to search through tailwind docs
@drehimself
@drehimself Жыл бұрын
It's a Raycast extension: www.raycast.com/vimtor/tailwindcss/commands. Maybe I'll do a video of all my Raycast extensions.
@CoreCave
@CoreCave Жыл бұрын
By the way I love your content very a lot
@oketafred
@oketafred Жыл бұрын
@@drehimself how to install Raycast and set up the extensions. Thanks
@xxc-j1l
@xxc-j1l 4 ай бұрын
good
@mingxindong3150
@mingxindong3150 2 ай бұрын
I encountered an issue where the Tiptap editor content didn't update when the inital modelValue changed. I solved it by watch the inital value: watch( () => props.modelValue, (newValue) => { if (editor && editor.value?.isEditable && newValue !== editor.value?.getHTML()) { editor.value?.commands.setContent(newValue); } } )
@Raihan004
@Raihan004 Жыл бұрын
does it support math equitation?
@drehimself
@drehimself Жыл бұрын
There's a plugin for mathematics: tiptap.dev/api/extensions/mathematics
@dennisgonzales9521
@dennisgonzales9521 15 күн бұрын
thanks!
Vue v-model in child components and defineModel
17:30
Andre Madarang
Рет қаралды 10 М.
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН
Devlog #20 - Which JS Editor Library, Quill, TipTap or Lexical
5:22
Build your own Notion-like WYSIWYG Editor in React
20:27
Colby Fayock
Рет қаралды 18 М.
Tiptap - the Best JS Rich Text Editor for Most Projects
11:10
CODE IS EVERYTHING
Рет қаралды 58 М.
Build a Rich Text Editor in Next 13 Tutorial
12:14
developedbyed
Рет қаралды 115 М.
Belajar Stack Laravel Filament dan AstroJS - Coding Livestream
1:03:56