Skip to content

codefionn/md-dir-builder-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md-dir-builder

A markdown directory server for a cool editing experience with any editor.

This project also shows how to implement concurrent systems in Rust (with tokio).

Clone & run

git clone https://github.com/codefionn/md-dir-builder-rs
cd md-dir-builder-rs
cargo run -- -p 8082

Get help:

cargo run -- --help

Markdown parsing

Currently markdown parsing is done with the pulldown-cmark library (like mdBook).

TODO

  • Handle connection losses to server
  • Adjustable IP-address (currently 127.0.0.1 and ::1 are used)
  • Allow images in Markdown files

Vendored dependencies

  • Prismjs: For cool code highlighting

About

Webserver for serving all markdown files in a directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published