this post was submitted on 24 Aug 2023
2 points (60.0% liked)

Open Source

28963 readers
249 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 4 years ago
MODERATORS
 

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 are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 10 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).