HappenApps / Quiver

Quiver documentation and issue tracker
2.26k stars 109 forks source link

Help on using quiver2html #1379

Closed PuffedRiceCrackers closed 4 years ago

PuffedRiceCrackers commented 4 years ago

Trying to use the quiver2html package. Installed version is 0.2.1.

The instruction was as below,

quiver2html test.qvnotebook -o output_dir

I'd like to know how to set the target quivernotebook file's path. I've tried to give an absolute path of the target file as below

quiver2html /Users/puffedricecracker/Downloads/test.qvnotebook -o /Users/puffedricecracker/Downloads

Or run the command on the path that has the target notebook in it

pwd
>> /Users/puffedricecracker/Downloads
ls
>> test.qvnotebook

quiver2html test.qvnotebook -o /Users/puffedricecracker/Downloads

And yes this doesn't seem like how I use it. I'll really appreciate any help!

ylian commented 4 years ago

I haven't touched that package for a while. I just gave it a try and it failed as well. Give me a few minutes and I will get it fixed.

ylian commented 4 years ago

@PuffedRiceCrackers Just published v0.3.0 on NPM. Update the package and it should work.

PuffedRiceCrackers commented 4 years ago

@ylian Works perfectly now, thank you! 👍🏻👍🏻

ghost commented 4 years ago

@ylian Can you update the package so that it works like current export to html feature? There is no ace highlight or indexing in the current package.

ylian commented 4 years ago

@Kumgyul These are not trivial tasks. I filed a ticket in the quiver2html repo (https://github.com/HappenApps/quiver2html/issues/4) and will do it later.