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

  • @gomp@lemmy.ml
    link
    fedilink
    2410 months ago

    Don’t you mean a markdown editor?

    Chances are, your favorite text editor can handle markdown well enough… unless you want WYSIWYG, in which case your text editor would still be good enough for the job and you would be wrong :-)

    • @BitSound@lemmy.world
      link
      fedilink
      210 months ago

      READMEs aren’t necessarily markdown. That is the most popular option, but there’s others out there. Here’s Github’s list of supported README formats for example:

      The following markups are supported. The dependencies listed are required if you wish to run the library. You can also run script/bootstrap to fetch them all.

    • @pexavc@lemmy.worldOP
      link
      fedilink
      110 months ago

      Yeah, have been using text editor mainly for markdown editing or other lightweight WYSIWYG apps, it’s good enough. Felt, there could be more out there that I am missing out on which I am unaware of.

      • @gomp@lemmy.ml
        link
        fedilink
        210 months ago

        There are a pletora of markown editors that have a split view w/ live preview (I used various - the one I currently have installed is Ghostwriter), but you can most probably get the same with your programmer’s text editor (well, unless your text editing is done in the terminal) and, one way or another, you are not guaranteed that what you see is what will be displayed in github/gitlab/…