doc update; version bump

This commit is contained in:
Igor Shymko 2017-08-20 14:58:57 +03:00
parent a7415a3d07
commit 134fd33675
2 changed files with 3 additions and 1 deletions

View File

@ -38,6 +38,8 @@ Markdown preview in emacs features:
## Remote access
* Customize `markdown-preview-host` to `0.0.0.0`.
* Customize `markdown-preview-http-host` to `0.0.0.0`.
* Set `markdown-preview-auto-open` to `nil` to disable window opening at remote emacs server.
* Start `markdown-preview-mode`. Http link for preview will be printed to `*Messages*` buffer. If not - run `markdown-preview-open-browser` to get the link printed.
* Setup 2 tunnels for `0.0.0.0:7379` and `0.0.0.0:9000` and then open preview link in local browser. Adjust tunnels according to your custom `ws-port` and `http-port` settings.

View File

@ -5,7 +5,7 @@
;; Author: Igor Shymko <igor.shimko@gmail.com>
;; URL: https://github.com/ancane/markdown-preview-mode
;; Keywords: markdown, gfm, convenience
;; Version: 0.8
;; Version: 0.9
;; Package-Requires: ((emacs "24.3") (websocket "1.6") (markdown-mode "2.0") (cl-lib "0.5") (web-server "0.1.1") (uuidgen "0.3"))
;; This file is not part of GNU Emacs.