-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rust rewrite #7
Comments
sever side events, http3 (quic) |
leptos SSR, hydration |
CRDT als OT alternative (https://github.com/automerge/automerge) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i consider a rust rewrite because:
requirements
this is mainly a rewrite of
i want to use these components for
for now this rust rewrite mainly focuses on the lastlog.de/blog module
ux
pankat main mission is a static page generator but with highly interactive elements:
backend
pandoc
from shellcreate index.html (most recent page)
timeline support
show menu entries to draft/special_page/roadmap after login
config file support
command line toggle for
--build-only
article logic
affected neighbours in next/prev article, next/prev series and most_recent_article
tags
$input
(ATM they are$input/dir/file.mdwn
)series
querieshttps://github.com/notify-rs/notify/tree/main/examples prototype integration
rendering
README.md documentation
frontend
https://leptos.dev/
in leptos rewrite
terminal support for git
textarea editor
rustpad
https://rustpad.io (uses https://github.com/microsoft/monaco-editor/)
it builds on top of https://github.com/spebern/operational-transform-rs which means FS writes from normal editors don't work anymore (maybe i can write a FS-watcher which creates a bunch of transformations so that it wraps an override of a file into a 'huge' update of the document state)
see also:
https://github.com/siku2/rust-monaco
related issues
future
[[!imag ...]]
[[!link foo/bar/example.mdwn]]
plugin which checks existence and draft statusThe text was updated successfully, but these errors were encountered: