Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvinis/markdown-viewer
https://github.com/pvinis/markdown-viewer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pvinis/markdown-viewer
- Owner: pvinis
- Created: 2024-04-17T18:22:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T18:58:57.000Z (3 months ago)
- Last Synced: 2024-11-01T01:03:27.352Z (3 months ago)
- Language: TypeScript
- Homepage: https://md.quad.codes
- Size: 408 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# a great markdown viewer
> by Pavlos Vinieratos
### 🔗 [md.quad.codes](https://md.quad.codes)
I use Markdown for notes, document outlines, and many more text-centered things.
Using Markdown is great for me as the one writing it and reading it. But when I want to share with others that are not familiar with Markdown or don't want to read it in plain text, I had to convert it to a more readable format.
### Not anymore!
Now I can just use this cool little tool I wrote!
I host my markdown files and then I can link to them using `https://md.quad.codes/`, like the [intro](https://md.quad.codes/intro.md).
Similarly, I have made it support arbitrary urls like the readme of [rn-diff-purge](https://github.com/react-native-community/rn-diff-purge), so we create this link:
https://md.quad.codes/custom?u=https://raw.githubusercontent.com/react-native-community/rn-diff-purge/master/README_MAINTAINERS.md
#### Thank you for reading!