https://github.com/pvinis/markdown-viewer
https://github.com/pvinis/markdown-viewer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pvinis/markdown-viewer
- Owner: pvinis
- Created: 2024-04-17T18:22:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T06:36:27.000Z (5 months ago)
- Last Synced: 2025-01-15T08:51:37.008Z (5 months ago)
- Language: TypeScript
- Homepage: https://md.quad.codes
- Size: 412 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!