Files
2024-06-04 19:41:17 +02:00

35 lines
1.8 KiB
Markdown

# Markdowser
> A web browser that renders markdown instead of HTML
## What is it?
Markdowser is a web browser that renders Markdown instead of HTML.\
It uses the [ReverseMarkdown](https://github.com/mysticmind/reversemarkdown-net) library to convert HTML websites to Markdown. This gets rid of all the clutter and is supposed to make the content more readable and consistent across different websites.
## Setup
1. Download the latest release
- GitHub (Windows) [releases](https://github.com/Stone-Red-Code/Markdowser/releases)
- Chocolatey (Windows): `choco install Markdowser`
- Snapcraft (Linux): `snap install Markdowser`
1. Enter a URL in the address bar.
1. Enjoy!
## Follow the development
[![Twitter(X)](http://img.shields.io/badge/Twitter-black.svg?&logo=x&style=for-the-badge&logoColor=white)](https://twitter.com/search?q=%23Markdowser%20%40StoneRedCode&f=live)
## Preview
![Markdowser](https://github.com/Stone-Red-Code/Markdowser/assets/56473591/d46af13f-3589-424b-b91f-0ebcb72eacc8)
![Markdowser](https://github.com/Stone-Red-Code/Markdowser/assets/56473591/89818632-427c-40be-97a8-94ae0b4f8fd4)
## Third party licenses
- [Avalonia](https://github.com/AvaloniaUI/Avalonia) - [MIT](https://github.com/AvaloniaUI/Avalonia/blob/master/licence.md)
- [Icons.Avalonia](https://github.com/Projektanker/Icons.Avalonia) - [MIT](https://github.com/Projektanker/Icons.Avalonia/blob/main/LICENSE)
- [Semi.Avalonia](https://github.com/irihitech/Semi.Avalonia) - [MIT](https://github.com/irihitech/Semi.Avalonia/blob/main/LICENSE)
- [ReverseMarkdown](https://github.com/mysticmind/reversemarkdown-net) - [MIT](https://github.com/mysticmind/reversemarkdown-net/blob/master/LICENSE)
- [Syroot.Windows.IO.KnownFolders](https://gitlab.com/Syroot/KnownFolders) - [MIT](https://gitlab.com/Syroot/KnownFolders/-/blob/master/LICENSE)