diff --git a/README.md b/README.md new file mode 100644 index 0000000..01fcaed --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Markdown web browser +A web browser that let's you browse 'mttp' websites that use markdown as a superior standard to html +Fully static! + +# Example: +![screenshot](/images/screenshot.png) + +# TO DO +- Make it memory safe, it crashes if the input is unexpected. +- Use treesitter instead of Regex, because, reasons. + - "wtf deadvey" - [error](https://git.javalsai.dynv6.net/ErrorNoInternet) + - "Don't use Regex to parse **ANYTHING**" - [error](https://git.javalsai.dynv6.net/ErrorNoInternet) + - "yeah, definitley use treesitter" - [error](https://git.javalsai.dynv6.net/ErrorNoInternet) + - "use treesitter" - [error](https://git.javalsai.dynv6.net/ErrorNoInternet) + - "or glow" - [error](https://git.javalsai.dynv6.net/ErrorNoInternet) + - "I found another markdown to terminal converter" - [error](https://git.javalsai.dynv6.net/ErrorNoInternet) + - "ban [for using regex]" - [error](https://git.javalsai.dynv6.net/ErrorNoInternet) +- Get a catchier name, 'markdown web browser' sounds kind of lame. diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..061ebc3 Binary files /dev/null and b/images/screenshot.png differ