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

  • auth
    link
    fedilink
    38
    edit-2
    10 months ago

    Cant you just use your favorite general purpose editor?

    • @[email protected]OP
      link
      fedilink
      3
      edit-2
      10 months ago

      I could have posed the question better. But, I haven’t found one that served my needs yet. Nor do I not know of one that may have interesting features that would make it easier to do things, like maybe adding shields/badges/assets within automatically or being able to create a directory like structure by generating new MD files when wanting to create a comprehensive API doc.

      • @wildbus8979
        link
        1310 months ago

        What are your needs? You didn’t express them…

        • @[email protected]OP
          link
          fedilink
          3
          edit-2
          10 months ago

          Updated the comment with an example.

          maybe adding shields/badges/assets within automatically, through a GUI or being able to create a directory like structure by generating new MD files when wanting to create a comprehensive API doc.

          I do not clearly know as well and wanted to just get an understanding of what everyone uses and be aware at least that such software exists if they use something with more advanced features over a natural text editing environment

  • @[email protected]
    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 :-)

  • @[email protected]
    link
    fedilink
    710 months ago

    GNU Emacs of course. I am particularly fond of spacemacs, because I like vim keybindings. For git functionality we have the excellent magit package on our side, which makes Emacs also my favorite git interface.

  • @gravitas_deficiency
    link
    English
    710 months ago

    More accurately

    what’s a good text editor

    Literally whatever you want, dude.

    • 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.

      • [email protected]
        cake
        link
        fedilink
        210 months ago

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

    • BananaTrifleViolin
      link
      fedilink
      410 months ago

      A lot of people seem to have misunderstood the question and are offering text editors. Apostrophe as actually looks like it fits the bill for a decent markdown editor, which is what OP seems to have been asking for

  • lckdscl [they/them]
    link
    fedilink
    English
    510 months ago

    Any text editor that can edit markdown files with syntax highlighting? What kind of git functionality do you want? If you want to see the formatting in place as you edit, look for a WYSIWYG editor (Ghostwriter and Typora come to mind). I use Neovim and have lazygit opened in another terminal tab.

    • @[email protected]OP
      link
      fedilink
      110 months ago

      Essentially what I was thinking,

      Is an IDE like environment just for markdown file management and WYSIWYG editing experience

      • @wildbus8979
        link
        5
        edit-2
        10 months ago

        Well VSCode has a markdown preview extension. Otherwise Obsidian might be what you want

        • @[email protected]OP
          link
          fedilink
          110 months ago

          yeah VS code with extensions is pretty good enough to be honest. I keep forgetting VSCode has a whole in-depth world of plugins.

    • @[email protected]OP
      link
      fedilink
      1
      edit-2
      10 months ago

      Typora is really cool, wish it was OS though. Although the one-time purchase isn’t too bad

  • downpunxx
    link
    fedilink
    310 months ago

    I like Jennifer the best, but Sally is excellent as well

  • @[email protected]
    link
    fedilink
    310 months ago

    I guess it depends on what you want to use it for.

    If it’s knowledge management (to manage your own personal notes), you might want to check out logseq.

  • @[email protected]
    link
    fedilink
    English
    310 months ago

    I just use whatever text editor I happen to have open - generally that’s (neo)vim for me, but I’ve also used IntelliJ/JetBrains products to do so, along with VSCode on the rare case.

    None of them have had the extra features that you mentioned, I don’t use emacs but considering its very powerful org-mode I wouldn’t be surprised if someone has implemented something similar for Markdown? I haven’t specifically seen anything that covers these though (which could just be not looking hard enough, admittedly).

    • Dr Cog
      link
      fedilink
      2
      edit-2
      10 months ago

      More like a notes/personal wiki app, than a readme editor.

      That said, Obsidian is a diamond in the rough. Building a personal wiki while learning a skill and referencing it later (via search or category) is a true life hack. It feels like augmenting your memory capacity.

      Truly invaluable if you need to reference things often but your knowledge base is highly specialized (e.g., I’m a neurology professor)