What's everyone's favorite README editor?
Looking for a good README editor. With maybe git functionality, but not necessary
Like adding shields/badges/assets within automatically
managing a directory like structure by generating new MD files in a directory like folder structure.
Essentially an IDE like environment just for markdown file management and a WYSIWYG editing experience
You're viewing a single thread.
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