Using mdsvex with SvelteKit (Markdown + Svelte!)

preview_player
Показать описание
Markdown is nearly ubiqitous when it comes to blogging. Many applications use it for nicely editable files. With the mdsvex library, you can easily use markdown files that are also able to render out svelte components! It's the best of both worlds, and can make nearly any blog way more interactive.

🤯 Support

⏱️ Timestamps:
* 00:00 - Introduction
* 01:00 - Bug fixes
* 04:10 - mdsvex layout and examples
* 08:55 - list of blog posts and endpoint

💌 Newsletter:

🪐Elsewhere:

💭Concepts:
* mdsvex

📚Resources:

🎬 Subscribe!

My name is David W Parker and I’m creating and publishing videos on ProgrammingTIL to help teach anyone and everyone who wants to code. I’m a huge fan of Ruby on Rails, Svelte, TailwindCSS, and WebGL. I’ve used React a lot in the past, as well as some Vue and AngularJS. I’ve done some professional Python and Django. I like to create real applications and my tutorials will walk you through how to build something real from beginning-to-end.

#svelte #sveltekit #mdsvex
Рекомендации по теме
Комментарии
Автор

I'm noticing that I can't seem to override my global styles even when targeting them in my linked svelte file. Any idea how I can do this?

pedestriantactics
Автор

Would $lib/layout/somefile also work for the layout?

reitznerdomenik
Автор

how would i hook up a sveltekit project to a mysql database

cooltrashgamer