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

  • Dragonish
    link
    fedilink
    310 months ago

    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.

    • A10@kerala.party
      link
      fedilink
      210 months ago

      Also has an easy way to jump between different markdowns files using the symbols popup menu Ctrl+T