avid-rustacean
avid-rustacean copied to clipboard
This repo contains the code for my blog, The Avid Rustacean
It would be cool to have an actual application that you can run in a terminal in order to interact with the blog. The visual design would be identical to...
For some readers, the terminal experience is not for them, and would prefer a more standard look. This could either be a separate webapp or the current webapp could be...
Currently, the gruvbox hard dark theme is hard coded into everything (including the syntax highlighting). I would like to make this more extensible, potentially going so far as to allow...
Because of how code is rendered, line breaks because of screen size cause things to be rendered in an odd way. See the attached image.! 
Everybody loves vim!
Users can not copy a code snippet without also copying the whitespace in the frame of the blog. There should be a "copy" button at the top of a code...
Markdown documents (amongst others) have the ability to copy a link to them. This allows users to navigate directly to the section of interest. This should be supported.
If you click the "back" button to move to the last page in your browser history, the web app often "ignores" it. The `yew_router` has tools for this.
WASM apps are not rendered by web-trawlers, so most of the content is invisible to them. This restricts how well the content can be found. Some amount of SEO should...
The current scrolling is both too sensitive and not sensitive enough, depending on you hardware.