kangruixiang

Results 13 comments of kangruixiang

Oh ok thank you. I don't think I'm proficient enough in either vue or javascript to be able to contribute.

Yes it's doable. The biggest problem would be updating the note. Any changes to the note would mean anki imports it as a different card. The way around it would...

Hello, so the script is run in node.js, which needs to be run from the command prompt. You can install both node.js and npm [here](https://www.npmjs.com/get-npm). Afterwards, you should be able...

Hey so I found fixed some of the code. It should work now in making the html code in the current folder. Also, for the anki profile folder, default is...

Hello, thanks for trying. I rewrote the entire script with a different parser that should work more robust with less problems. Before you redownload the script, run `npm unlink` so...

That sounds like the script worked but didn't find any MD files. Yeah I'm eastern time. Email me [email protected], and we can setup a time tomorrow.

If you change line 68 of index.js `let files = glob.sync(path.resolve(rootDir, "*.md"));` to this: ` let files = glob.sync(path.resolve(rootDir, "**/*.md"));` That should work.

Yeah once set up it's really fast. I don't have to tailor my notes to making cards. I just add cards when I feel it's useful. I've been using espanso....

Hi, thanks for commenting. I'll plan for Mac support within the next week or so.

I added MAC support. It worked on my macbook. See if you get any errors. I would try on a backup folder first.