1.1.1 • Published 2 years ago

mdsee v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

mdsee

Easily view Markdown files in the browser, and automatically see any changes.

This simple package starts a local server and renders out Markdown files in your browser. Any changes made to the Markdown file is automatically injected into the browser window as long as the server is running.

Installation

To get started:

npm install -g mdsee

mdsee my-file.md

This will start a server at port 3000 and open up your browser window automatically.

Usage

The app's syntax is:

mdsee {options} {filepath}

There's a handful of options that you can use to control the behavior:

  • --port=3000 changes the port that the server runs on
  • --no-browser prevents the browser from opening automatically when starting the server
  • --no-watch prevents the browser from automatically updating on changes

Note: When using the watch feature, a websocket server is started on port 8088.

Building Assets

If you're modifying or working with this app locally, you need to build the CSS assets for the styles used when the web server is running. In order to do that, run this command locally:

npx tailwindcss -i ./css/app.css -o ./dist/css/app.css --minify

For more information, refer to the Tailwind CSS CLI documentation guide.

Contact

Have an issue? Submit it here! Want to get in touch or recommend a feature? Feel free to reach out to me on Twitter for any other questions or comments.

License

This software is licensed under The MIT License (MIT). See LICENSE.md for more details.

1.1.1

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago