I hate writing in markdown. It's awkward.
What if you have the option to use the WordPress block editor instead to take advantage of all of the tools it provides?
Well, now you do!
Inspired by Dennis Snell's talk at WCUS 2024, I created this VSCode extension that allows you to edit your markdown files directly in the block editor.
After installing the extension, open a markdown file and look for the Open bock editor button. It's that simple!
- Copy and pasting into the block editor does not work. This is a limitation based on how VSCode handles key commands and webviews. To get around this, you can paste into the open markdown file and clean it up in the block editor.
- Uploaded images. They don't work right now and I am not sure if they will.