Preview Rst Document Instantly
Project description
- Version:
- 0.9
This is a server for preview rst document instantly.
You can use it with instantRst.vim
Install
# Got some issue on pypi
# sudo pip install instant-rst
sudo pip install https://github.com/Rykka/instant-rst.py/archive/master.zip
Useage
usage: instantRst [-h] [-f FILENAME] [-b BROWSER] [-p PORT]
optional arguments:
- -h, --help
show this help message and exit
- -f FILENAME, --file FILENAME
The local filename for Converting
- -b BROWSER, --browser BROWSER
The browser command for viewing Default is ‘firefox’
- -p PORT, --port PORT
The port for server to use Default is ‘5676’
- To convert a rst document
You can start with instantRst -f file.rst
Then the brower will opened the converted file at http://localhost:<port>
API
Action |
Http Method |
Request Body or Param |
Curl Command |
|---|---|---|---|
Show Converted file |
GET |
?file=/pat/to/file.rst When file is omitted, Then a default index page will be opened. |
curl http://localhost:5676?file=/tmp/test.rst |
Refresh window with a file and scroll to a position(a float) |
POST or PUT |
{file:file.rst, p:pos} When file is omitted, Then will only scroll to that pos |
curl -d file='file.name' -d p='0.3' http://localhost:5676 |
Close Server |
DELETE |
curl -X DELETE http://localhost:5676 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file instant-rst-0.9.0.3.tar.gz.
File metadata
- Download URL: instant-rst-0.9.0.3.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e62ff7ed8bb5d5d9f87af549e6a481b10c59006d7638a9b30a510d6a4dc95799
|
|
| MD5 |
133d78928a700f944238eb41f909b7f1
|
|
| BLAKE2b-256 |
0c07cf9d43170da7cb9e2157609f03237069599fea976a13306872cd4afe10d4
|