Commit Graph

32 Commits (c9c9bfb4490b52ff1b6ef05d4e108a04b3bfed75)

Author SHA1 Message Date
Christopher Warrington dc3b2dfba7 Default to 'local for markdown-preview-host
* Prefer to use 'local over "127.0.0.1" to indicate localhost, as the
underlying functions use 'local for localhost.
* Adjust type to be a union of 'local and a string.
7 years ago
Igor Shymko 25f1de2839 untabify 7 years ago
Igor Shymko 639f76437c fix #10 - listen on 127.0.0.1 by default 7 years ago
Igor Shymko 8d48d92324 preview file cleanup 7 years ago
Igor Shymko 60cc2646b8 version bump 7 years ago
Jean-Baptiste Lab 90b964e27d Allow using relative links from the file to preview, references issue #11
Change the implementation of "markdown-preview--open-browser-preview" to
copy "preview.html" into the directory of the Markdown file to be
previewed and browse-url that file instead.
7 years ago
Igor Shymko 625c041efd Remove kill buffer hook; version bump 8 years ago
Igor Shymko b9d815f6b9 Fix sending server frame to all the clients 8 years ago
Igor Shymko 97d9276210 version bump 8 years ago
AdrieanKhisbe 42e6b6fcf1 Few tweaks to doc 8 years ago
Igor Shymko 146da371d9 add package version 8 years ago
Igor Shymko 7f99a199d2 make flycheck happy 8 years ago
AdrieanKhisbe 34a6f83018 Add docstring to all defun and defvar 8 years ago
AdrieanKhisbe d6cb9657ff Replace prefix to follow elisp conventions 8 years ago
Syohei YOSHIDA 7fb192c0d2 Add autoload cookie for lazy loading 8 years ago
Syohei YOSHIDA 7e5b880305 Fix for using cl function
- Remove 'eval-when-compile'
  Because this package uses cl function
- Use cl-lib function instead of cl.el
  Because loading cl.el at runtime causes byte-compile warning
8 years ago
Igor Shymko 20b4788146 markdown preview mode now respects gfs-mode 9 years ago
Igor Shymko 541b2a690a kill-buffer-hook fix 9 years ago
Igor Shymko 8c086640b8 send preview when markdown mode buffer is active 9 years ago
Igor Shymko b12191997f preview updated on 2 sec idle 9 years ago
Igor Shymko b6cef9d156 more precise scrolling 9 years ago
Igor Shymko 0c53ded3dc preview window is scrolling according to cursor position in markdown buffer 9 years ago
Igor Shymko bbc80511e2 preview port and style customization 9 years ago
Igor Shymko 2b6034b5c1 dynamic css loading 9 years ago
Igor Shymko 76bf5bcd5f css from cdn 9 years ago
Igor Shymko 69f9caf8ff sending preview immediately after client websocket connection 9 years ago
Igor Shymko 81c83bbeaf preview url var 9 years ago
Igor Shymko 8454901b16 readme; updated css theme 9 years ago
Igor Shymko 8dabbf2d62 drop closed remote client 9 years ago
Igor Shymko cf66b5a48d deliver markdown to browser over websockets 9 years ago
Igor Shymko 4a33ecd7fa browser starts correctly upon mode startup 9 years ago
Igor Shymko 9478b592a0 markdown preview mode initial commit 9 years ago