ChifiSource / Olive.jl

pure julia notebooks
MIT License
152 stars 6 forks source link

open ALL files #81

Closed emmaccode closed 1 year ago

emmaccode commented 1 year ago

Olive should open all text files. It should also be able to open image files, I think! (we already have ToolipsBase64).

This is as simple as changing the Cell{<:Any} catchall build functions for both session cells and file cells.

emmaccode commented 1 year ago

Completed by #86 (86'd it ;))