Code Monkey home page Code Monkey logo

Comments (6)

brainlid avatar brainlid commented on May 27, 2024

@Saunders1732 Thank you for the report! You did a great job writing up the details. I don't have access to a Windows machine, so would you be willing to help validate a fix?

I hope to devote some time soon to testing your suggested change.

from wbs_markdown.

vstiebe avatar vstiebe commented on May 27, 2024

Hello! I'm using a workaround using Docker for Windows and Powershell.

  • Build a container with the following Dockerfile:
FROM node:latest
WORKDIR /source
RUN npm install -g wbs-markdown
  • Build command line from the folder containing the Dockerfile: docker build -t wbsm_container .\

After the container is built you can use the following command lines:

  • Init command line: docker run -v c:\source\wbs_test\:/source wbsm_container wbsm init
  • New command line: docker run -v c:\source\wbs_test\:/source wbsm_container wbsm new
  • Generate command line: docker run -v c:\source\wbs_test\:/source wbsm_container wbsm r

You can also change the files directly from windows on c:\source\wbs_test\ and call the generate command line.
For me it isn't a problem. But since the container is stopped after each run the Watch for Changes and Auto-Generate Report will not work.

from wbs_markdown.

brainlid avatar brainlid commented on May 27, 2024

If either of you (@vstiebe or @Saunders1732) can create a PR to fix this I would very much appreciate it. I don't have a good way to dev/test on Windows.

from wbs_markdown.

brainlid avatar brainlid commented on May 27, 2024

I pushed a new version 1.1.4 that still works on Linux. Can you please check and verify it works on Windows?

from wbs_markdown.

vstiebe avatar vstiebe commented on May 27, 2024

It works.
I've tested with wbsm init, wbsm new, wbsm r and wbsm w.

from wbs_markdown.

brainlid avatar brainlid commented on May 27, 2024

Awesome! Thanks! 👍

from wbs_markdown.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.