-
features
- automatically start server with mdopen
- only show markdown files in Index
- auto update on file changes (using websockets)
- autoupdate port in
reload.js
- change markdown parser from
marked
tomarkdown-it
- nicer css template(s) for highlight
- enable config changes via server
- write pid file of server
- allow stoping the server with
mdstart --stop
-
fixes
- allow websocket connections from multiple browsers
- disconnect websocket connections if closed
- autoreconnect browser websocket connection
- watchFile not working on OSX
- fix problems with URI encoding
- secure server with session