11
What's everyone's favorite README editor?
(lemmy.world)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
VSCODE with markdown extensions
Haven't thought of this yet, thanks
VS Code's extension system makes it pretty easy to build your own code snippet extension. I use my own private extension to easily "generate" different types of markdown files (ie readme vs a troubleshooting guide) from my personalized snippets.
Also has an easy way to jump between different markdowns files using the symbols popup menu Ctrl+T