mirror of
https://github.com/BubuAnabelas/awesome-markdown.git
synced 2025-01-05 04:20:53 -05:00
First awesome-markdown awesomeness
This commit is contained in:
commit
e3488896c5
96
README.md
Executable file
96
README.md
Executable file
@ -0,0 +1,96 @@
|
||||
# Awesome Markdown
|
||||
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/4/48/Markdown-mark.svg" align="right" width="208">
|
||||
|
||||
> A curated list of delightful Markdown stuff.
|
||||
|
||||
*Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.*
|
||||
|
||||
*Please read the [contribution guidelines](contributing.md) before contributing.*
|
||||
|
||||
:gem: means **really _awesome/useful_**.
|
||||
|
||||
## Table of Contents
|
||||
- [CMS / Blogs](#CMS-Blogs)
|
||||
- [Tools](#Tools)
|
||||
- [Converters](#Converters)
|
||||
- [Editors](#Editors)
|
||||
- [Miscellaneous](#Miscellaneous)
|
||||
- [Services](#Services)
|
||||
- [Resources](#Resources)
|
||||
- [Documentation](#Documentation)
|
||||
- [Tutorials](#Tutorials)
|
||||
|
||||
***
|
||||
|
||||
## CMS / Blogs
|
||||
> CMS or Blogs which support Markdown by default.
|
||||
|
||||
- [Ghost](https://blog.ghost.org/markdown/) - A publishing platform for professional bloggers.
|
||||
- [Grav](https://getgrav.org/) - A Modern Flat-File CMS.
|
||||
- [Jekyll](https://jekyllrb.com/) - Transform your plain text into static websites and blogs.
|
||||
- [Svbtle](https://svbtle.com/) - A blogging platform designed to help you think.
|
||||
|
||||
## Tools
|
||||
|
||||
### Converters
|
||||
|
||||
> Convert Markdown to other formats and vice versa.
|
||||
|
||||
- [HTML To Markdown for PHP](https://github.com/thephpleague/html-to-markdown) - Convert HTML to Markdown with PHP.
|
||||
- [to-markdown](https://github.com/domchristie/to-markdown) - An HTML to Markdown converter written in JavaScript.
|
||||
- [markdown-pdf](https://github.com/alanshaw/markdown-pdf) - Markdown to PDF converter.
|
||||
- [Markdown To PDF](http://www.markdowntopdf.com/)
|
||||
- [Pandoc](http://pandoc.org/) - A universal document converter.
|
||||
|
||||
### Editors
|
||||
|
||||
> Edit and save your Markdown documents.
|
||||
|
||||
- [Caret](https://caret.io/) - Markdown Editor for Mac and PC.
|
||||
- [MarkRight](https://github.com/dvcrn/markright) - A minimalistic github flavored markdown editor.
|
||||
- [Marp](https://yhatt.github.io/marp/) - Markdown Presentation Writer. :gem:
|
||||
- [PileMd](https://pilemd.com/) - Markdown Note App.
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
> Tools which let you edit, convert, export, _et al._ your Markdown documents.
|
||||
|
||||
- [Classeur](http://classeur.io/) - Classeur is a new platform to write simple notes as well as technical documents and blogs.
|
||||
- [Dillinger](http://dillinger.io/) - Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor.
|
||||
- [Markable.in](https://markable.in/) - A Remarkable Markdown Editor.
|
||||
- [Socrates](http://socrates.io/) - Serveless realtime Markdown editor and viewer, etherpad-like.
|
||||
|
||||
## Services
|
||||
|
||||
> Different services which take advantage of Markdown.
|
||||
|
||||
- [GitBook](https://www.gitbook.com/) - GitBook is a modern publishing toolchain. Making both writing and collaboration easy.
|
||||
- [GitPrint](https://gitprint.com/) - Easily print GitHub markdown.
|
||||
- [NoteHub](https://notehub.org/) - Free and Hassle-free Pastebin for Markdown Notes. :gem:
|
||||
- [Stacktile](https://stacktile.io/) - Turn a markdown document into an interactive tutorial.
|
||||
|
||||
## Resources
|
||||
|
||||
### Documentation
|
||||
|
||||
> Documentation and useful information about Markdown.
|
||||
|
||||
- [CommonMark](http://commonmark.org/) - A strongly defined, highly compatible specification of Markdown.
|
||||
- [ScholarlyMarkdown](http://scholarlymarkdown.com/) - ScholarlyMarkdown is a syntax/standard/best-practice of scholarly and academic communication that is web-first, semantic XML-second, and LaTeX/Word a close third.
|
||||
- [Original Specifications](https://daringfireball.net/projects/markdown/) :gem:
|
||||
- [The text/markdown Media Type (RFC7763)](https://tools.ietf.org/html/rfc7763) - This document registers the text/markdown media type for use with Markdown, a family of plain-text formatting syntaxes.
|
||||
- [Wikipedia Article](https://en.wikipedia.org/wiki/Markdown)
|
||||
|
||||
### Tutorials
|
||||
|
||||
> Useful links and tutorials.
|
||||
|
||||
- [Github's Mastering Markdown](https://guides.github.com/features/mastering-markdown/)
|
||||
- [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) :gem:
|
||||
|
||||
## License
|
||||
|
||||
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
|
||||
|
||||
To the extent possible under law, [Joaquín Serna](https://github.com/BubuAnabelas) has waived all copyright and related or neighboring rights to this work.
|
21
contributing.md
Executable file
21
contributing.md
Executable file
@ -0,0 +1,21 @@
|
||||
# Contribution Guidelines
|
||||
|
||||
Ensure your pull request adheres to the following guidelines:
|
||||
|
||||
- Search previous suggestions before making a new one, as yours may be a duplicate.
|
||||
- Make an individual pull request for each suggestion.
|
||||
- Use the following format: `[name](link) - Description.`
|
||||
- Links must use `https` when possible.
|
||||
- Additions should mantain the alphabeticall order in the category.
|
||||
- New categories, or improvements to the existing categorization are welcome.
|
||||
- Keep descriptions short and simple, but descriptive.
|
||||
- Start the description with a capital and end with a full stop/period.
|
||||
- Check your spelling and grammar.
|
||||
- Make sure your text editor is set to remove trailing whitespace.
|
||||
- The pull request should have a useful title and why it should be included.
|
||||
|
||||
Thank you for your suggestion!
|
||||
|
||||
### Updating your PR
|
||||
|
||||
A lot of times, making a PR adhere to the standards above can be difficult. If the maintainers notice anything that we'd like changed, we'll ask you to edit your PR before we merge it. If you're not sure how to do that, [here is a guide](https://github.com/RichardLitt/docs/blob/master/amending-a-commit-guide.md) on the different ways you can update your PR so that we can merge it.
|
Loading…
Reference in New Issue
Block a user