Temporarily set the face URLs to the locally exported image files

This commit is contained in:
Adam Goldsmith 2021-09-30 16:29:59 -04:00
parent 70017044c0
commit 82345b92bb
1 changed files with 3 additions and 2 deletions

View File

@ -106,8 +106,9 @@ function TTSDeckPage(busy_props, page_num, page_cards, copies_list) {
println("End of Row ", row);
}
// TODO
this.face_url = "TODO";
// TODO: this should either prompt the user or provde automatic uploading somewhere
this.face_url = String((new File(page_cards[0].parent.file,
page_cards[0].parent.getName() + '_' + page_num + '.' + FORMAT)).toPath().toUri());
this.back_url = "TODO";
}