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

    • @pexavcOP
      link
      41 year ago

      Haven’t thought of this yet, thanks

    • Dragonish
      link
      fedilink
      31 year 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.

      • [email protected]
        link
        fedilink
        21 year ago

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