b7f3f89b08
preview.html: add css from pandoc, don't use local files for js, add Mathjax.typeset() call
2020-10-25 19:52:17 +01:00
025e67e7b1
original source in README
2020-10-25 13:54:27 +01:00
Igor Shymko
f98d9114ca
fix #32 drop dep on uuidgen; replace with uuid function
2018-12-13 15:39:40 +02:00
Igor Shymko
cba12b7776
version bump
2018-09-29 10:25:53 +03:00
Igor Shymko
180350da77
Merge pull request #35 from juergenhoetzel/fix-emacs-26-network-server-process
...
Add workaround for Emacs 26 async network-server-process issues
2018-09-29 10:15:54 +03:00
Juergen Hoetzel
363692d79a
Add workaround for Emacs 26 async network-server-process issues
...
Fixes #33
Fixes #30
2018-09-24 16:41:47 +02:00
Igor Shymko
4ec15183fc
Merge pull request #27 from zenkiezhu/inline-css-js-support
...
Add inline css/js support
2017-11-22 09:23:10 +02:00
Igor Shymko
d81f271d4c
Merge pull request #26 from zenkiezhu/fix-issue#25
...
Fix issue#25
2017-11-22 09:12:00 +02:00
Zenkie Zhu
e93fd4e47e
Add inline css/js support
2017-11-22 12:33:16 +08:00
Zenkie Zhu
7c58f2c18b
Fix issue#25
...
https://github.com/ancane/markdown-preview-mode/issues/25
2017-11-21 23:27:55 +08:00
Igor Shymko
134fd33675
doc update; version bump
2017-08-20 14:59:49 +03:00
Igor Shymko
a7415a3d07
Merge pull request #24 from makotoshimazu/restrict_access_from_outside
...
Restrict accessing form another machine
2017-08-20 14:55:34 +03:00
Makoto Shimazu
3c38932da7
Restrict accessing form another machine
2017-08-18 12:27:04 +09:00
Igor Shymko
50e5baed5c
Merge pull request #23 from adelatorrefoss/patch-1
...
Fix little typo
2017-04-26 23:01:42 +03:00
Antonio de la Torre Fernández
adde5adb58
Fix little typo
2017-04-26 15:25:01 +02:00
Igor Shymko
65f48df07c
mesages buffer doc fix
2016-12-22 18:30:14 +02:00
Igor Shymko
b518daf010
readme updated on remote access
2016-12-22 18:17:17 +02:00
Igor Shymko
3a0b2cb8de
Doc update: more explicit dependency on markdown-mode command; fixes #21
2016-12-18 21:55:52 +02:00
Igor Shymko
b55c8ddba2
text frame check
2016-12-12 00:43:47 +02:00
Igor Shymko
8f4b2966c1
doc update
2016-12-12 00:37:22 +02:00
Igor Shymko
7634460a77
var renamed
2016-12-12 00:17:33 +02:00
Igor Shymko
73d90fab7c
Support multiple preview from same http port
2016-12-11 18:44:45 +02:00
Igor Shymko
73af604f1d
Update doc on extra css
2016-12-11 14:04:36 +02:00
Igor Shymko
191365929d
Extra stylesheets for preview. Fixes #20
2016-12-11 13:55:24 +02:00
Igor Shymko
322825b9e5
package-lint feedback fixes
2016-12-08 13:59:10 +02:00
Igor Shymko
ce39428d39
favicon.ico
2016-12-07 18:41:09 +02:00
Igor Shymko
e1fce78ad3
http option fix
2016-12-07 10:59:33 +02:00
Igor Shymko
7fb0f3bd11
Open browser preview via http call
2016-12-07 00:43:39 +02:00
Igor Shymko
fffc15e8bd
Version bump; depend on web-server; ws/http host&port split
2016-12-06 19:57:12 +02:00
Igor Shymko
2fc9f06fdf
Client javascript support: fixes #18
2016-12-05 15:40:52 +02:00
Igor Shymko
0e2edf3f48
Version bump
2016-12-05 13:38:21 +02:00
Igor Shymko
c197aa51cc
Do not reload css on every message
2016-12-05 13:36:57 +02:00
Igor Shymko
c415d7e4a7
WS host/port injection fixes #14
2016-12-05 13:19:43 +02:00
Igor Shymko
c9c9bfb449
Merge pull request #19 from z4139jq/patch-1
...
Fix issue #15
2016-11-22 21:02:57 +02:00
Zenkie Zhu
9c10d6fb08
Fix issue #15
...
So we can use sindresorhus/github-markdown-css
2016-11-22 19:15:00 +08:00
Igor Shymko
a5de48c4dc
Merge pull request #16 from chwarr/host-config
...
Default to 'local for markdown-preview-host
2016-10-04 15:13:30 +03:00
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.
2016-10-03 22:04:06 -07:00
Igor Shymko
25f1de2839
untabify
2016-08-30 12:19:08 +03:00
Igor Shymko
639f76437c
fix #10 - listen on 127.0.0.1 by default
2016-08-30 12:04:59 +03:00
Igor Shymko
8d48d92324
preview file cleanup
2016-08-29 23:58:12 +03:00
Igor Shymko
60cc2646b8
version bump
2016-08-29 19:33:19 +03:00
Igor Shymko
96bf3b708b
Merge pull request #13 from jeanbaptistelab/master
...
Allow using relative links from the file to preview, references #11
2016-08-23 17:49:56 +03:00
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.
2016-08-23 09:48:37 +02:00
Igor Shymko
625c041efd
Remove kill buffer hook; version bump
2016-06-04 18:59:54 +03:00
Igor Shymko
ff75e31a57
minor edit
2016-02-15 21:36:07 +02:00
Igor Shymko
b9d815f6b9
Fix sending server frame to all the clients
2016-02-15 18:49:40 +02:00
Igor Shymko
97d9276210
version bump
2016-01-15 09:54:40 +02:00
Igor Shymko
c8805027d7
Merge pull request #8 from AdrieanKhisbe/improved-doc
...
Improved doc
2016-01-15 09:54:04 +02:00
AdrieanKhisbe
7b4a41929a
Add melpa install instruction to README
2016-01-15 08:37:32 +01:00
AdrieanKhisbe
42e6b6fcf1
Few tweaks to doc
2016-01-15 08:35:45 +01:00