Just added markdown support to lemmy-lite!
Give it a try here: https://lemmylite.crabdance.com
Check out the code here: https://github.com/IronOxidizer/lemmy-lite
Just added markdown support to lemmy-lite!
Give it a try here: https://lemmylite.crabdance.com
Check out the code here: https://github.com/IronOxidizer/lemmy-lite
That’s the main point of the project :)
Once we get some more federation work done, I’m gonna have another go at making lemmy isomorphic / non-js compatible. Its gonna be a nightmare tho, things like language, theme, and user settings which currently get loaded after, somehow have to be hydrated before the page load. Not to mention building a whole typescript lemmy http client library to make this easier.
If Lemmy itself supports nojs, would that make Lemmy Lite obsolete?
Prolly not, because its still gonna be much lighter weight, and none of the functions would work without js besides the initial page load.