alpha
Login
or
Join now
matze.lol
/
weave
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
minimalistic zk web frontend
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
weave
/
crates
/
at
main
2 folders
Matthias Vogelgesang
Update dependencies
17d ago
b3813779
weave
Update dependencies
2 weeks ago
zk-rs
Support hyphens in wiki link file stems The wiki link regex used \w+ which excludes hyphens, preventing links to files with hyphenated names (e.g. my-note.md) from being resolved as internal links. Fixes: crates/weave/src/md.rs:131 - regex \w+ -> [\w-]+ Fixes: crates/zk-rs/src/parse.rs:376 - stem validation to allow -
4 weeks ago