micha003 / Vokabeltrainer

That's my vocabulary trainer :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement creating .txt -files

micha003 opened this issue · comments

I need to implement the creation of .txt-files, because it's necessary to save the KK's

The first step is done with the FileSaver.js lib! Yay! :)

I made some progress in the project. The newest changes will be viewed in the js-dev branch.

It is creating a .txt-file, when I press the button, but only the last created KK is in the file. The next step is to fix it :)

Now remains only the content of the files, which should be fixed, because the commas are annoying and should be deleted.

When Issue #10 is fixed, then this issue will be closed.