Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>glad you found this useful enough to want a Windows port! I think it definitely can be done, you just might need more dependencies and hackage.</p> <p>First of all, understand that there's a server component that is used apart from the actual <code>.vim</code> file to make this work, which is started and stopped on demand. You will definitely need to look at its code, which can be found <a href="https://github.com/suan/instant-markdown-d" rel="nofollow">here</a>.</p> <p>The server uses <code>open</code> on OSX and <code>xdg-open</code> on Linux to open a browser window, neither of which exist on Windows. On Windows, you can use <code>start</code> (<a href="http://www.dwheeler.com/essays/open-files-urls.html" rel="nofollow">more here</a>). Try to find a way to make the browser window open in the background, and not steal focus, otherwise it will be very annoying.</p> <p>Also, <code>curl</code> is used to send commands to the server, and <code>curl</code> doesn't exist for Windows. Indeed, I don't think anything similar exists. There is a <a href="http://curl.haxx.se/download.html" rel="nofollow"><code>curl</code> Windows port</a>, though IMO it kinda sucks to add such a thing as a requirement for the plugin...</p> <p>It seems that you've taken this on at least partially as a learning experience, so I hope you can make it work and send back a pull request! (Of course feel free to keep asking questions if you're stuck) But in the (hopefully unlikely) event that you lose interest or give up, create an issue in github requesting Windows compatibility, and I'll see if I have time to implement it. Also, keep in mind that some questions/comments will be better suited to the project's issues area than here.</p> <p>Good luck!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload