Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant run Bracey in windows. #62

Open
alo0oz opened this issue Aug 12, 2021 · 2 comments
Open

Cant run Bracey in windows. #62

alo0oz opened this issue Aug 12, 2021 · 2 comments

Comments

@alo0oz
Copy link

alo0oz commented Aug 12, 2021

When I try to run Bracey in windows, I see the following error message. Is there a way to fix it?
image

@turbio
Copy link
Owner

turbio commented Aug 20, 2021

oof, pretty hacky but logs are written to /tmp/ which aint gonna work on windows. Looks like you can change g:bracey_server_log to a path that's writable on your machine. I'm unsure if you'll run into additional problems on windows after this tho.

@mke21
Copy link

mke21 commented Jan 28, 2022

You then run into two problems:

  • xdg-open is not available, so no browser will open
  • if you open the page in your browser with localhost:, the page is not automatically updated.

@turbio , I could help making the python script cross-platform, but my skils in vimscript are a bit bleak, so I don't know how to solve these two problems.

The markdown-preview plugin does seem to have solved this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants