Closed neoneye closed 10 months ago
permanent links to the editor is now working.
Try these links:
https://neoneye.github.io/arc/edit.html?dataset=ConceptARC&task=AboveBelow2
https://neoneye.github.io/arc/edit.html?dataset=Mini-ARC&task=chess_pawn_l6bkp4xqvn1t6b1566f
Problem
The
edit.html
assumes that the user has visited theindex.html
page beforehand, and that the tasks have been fetched.However nothing happens when opening a direct link to the editor, without ever having visited the ìndex.html`.
Solution
In the
edit.js
fetch the json.gz for the dataset, and store it in IndexedDB.