-
At the NYT, we've run into some persistent workflow issues in handing off work between editors, where we'll be missing the source images, reference maps, etc., that are used in the original illustrato…
-
Currently the ai2html resizer function doesn't work correctly when an ai2html graphic is on a hidden page of a slideshow.
-
Dreaming of a way to use ai2html to create a group in my interactions:svg layer that includes a path, a line, and a snippet of text that will all be turned into a single element with a shared id. Cur…
-
Right now the resizer script is essentially the same as ai2html, but I think we can make it work a little better
Also, what happens when the "include resizer script" option is turned off? can someo…
-
We want to ensure that interactive articles can be bound to `iframe`s and still work as expected.
Related to:
- #9657
- #10604
-
I'm curious in simplifying the config. In my branch I removed the multiple configs, which was really confusing when I first tried to use ai2html.
Does the NYT customize the script before giving it …
-
Possibly don't rely on IDs?
-
For classes like `g-aiAbs` or `g-aiImg`, as in, classes without the project_name, there's a danger that they'll collide with other ai2html exports on same page if the css is modified after the fact. I…
-
Sometimes text in ai2html exports is baked into the raster background image and in the HTML itself, which looks broken. This can usually be fixed by moving the text slightly, but the issue often reapp…
-
I'd like to propose a new way of organizing configuration settings.
The current script uses JSON records exported from a spreadsheet for configuration. There are some limitations with this system: …