foderking

Results 5 issues of foderking

The path to `output/` and `files/` in `src/index.js` were wrongly referenced. I changed them to their correct paths in the parent directory.

For example, when I use a string "boy", I get an error `boy not defined`. It is interpreting "boy" as a variable instead of a string. But if I escape...

This plugin is great!. but I noticed there's a lot of padding at the top of the text in the title part of the file. Is there a way to...

i'm writing an app for get album information. right now i'm using an hackby first using regex to get the "tracklist" section , then parsing that. it would be cool...