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
Cant you just use your favorite general purpose editor?
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.
What are your needs? You didn’t express them…
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
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 :-)
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.
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/…
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.
- .markdown, .mdown, .mkdn, .md – gem install commonmarker (https://github.com/gjtorikian/commonmarker)
- .textile – gem install RedCloth (https://github.com/jgarber/redcloth)
- .rdoc – gem install rdoc -v 3.6.1
- .org – gem install org-ruby (https://github.com/wallyqs/org-ruby)
- .creole – gem install creole (https://github.com/larsch/creole)
- .mediawiki, .wiki – gem install wikicloth (https://github.com/nricciar/wikicloth)
- .rst – pip install docutils
- .asciidoc, .adoc, .asc – gem install asciidoctor (http://asciidoctor.org)
- .pod – Pod::Simple::XHTML comes with Perl >= 5.10. Lower versions should install Pod::Simple from CPAN.
More accurately
what’s a good text editor
Literally whatever you want, dude.
Removed by mod
Ghostwriter for KDE, Marker for Gnome, Markor for Android