- Install Table To Csv extension by igorlogious (firefox)
- Right click the tables in the fl studio docs
- Table To CSV > Copy TEXT
- paste into vim, remove header columns
- run the substitute command in :command mode (posted below)
- save it as a .tsv or .txt
- import into anki and import with ctrl + shift + i
The Substitute Command:
%s/"\([^"]*\)","\(.*\)"/\2\t\1/g
No comments:
Post a Comment