SublimeServer
SublimeServer copied to clipboard
[DEAD PROJECT]Make Sublime as a HTTP server, compatible with sublime 3
我用的win10,默认使用Edge打开。。。
Everytime i used "View in sublimeServer", it open with "localhost", is there a way to open page in a custom ip address?
I am very curious about that why this tool dosen't support absolute path? Maybe you should not support more than one project , although we may open many projects in...
`277 html = TEMPLATE % open(path,"r").read()` 包含中文的md文件,gb2312编码的可以直接读,但utf-8编码的会出错,多加个异常处理 ``` except UnicodeDecodeError: html = TEMPLATE % open(path,"r",encoding="UTF-8").read() ``` `287 self.send_header("Content-Length", len(html))` `len(html)`是没转bytes的长度,英文没问题,中文转换后长度就不够了,网页显示不全,改成`len(encoded)`
Hi, The only thing missing from sublimeserver are proxy settings. Is there any plan to put them there?
When I try open *.md file with server with ST3 on Mac OS X 10.10.1 I'll see next error: ``` Exception happened during processing of request from ('127.0.0.1', 63877) Traceback...
``` > curl -v 127.0.0.1:8080 * Rebuilt URL to: 127.0.0.1:8080/ * Hostname was NOT found in DNS cache * Trying 127.0.0.1... * Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0) >...
just after starting the server, when i try to view the code on edit pane on the browser, the browser responds with server sent no data
Package manager returns 400