Fons van der Plas
Fons van der Plas
Hey, loving this small but useful package, I will definitely use it myself in the future! A little observation is that this package probably also works in other environments, such...
Hi all! I found out that `julia-runtest` disables Julia's `pkgimages` feature by default on Julia 1.9. You can test this by adding `@test Base.JLOptions().use_pkgimages == 1` to one of your...
Sometimes, in a large notebook, running a cell with many dependencies will leave the cell running forever: But refreshing the browser fixes the issue. In some cases, the cell also...
This PR enables autocomplete on type by default on all systems. (Currently enabled only on MacOS as a form of AB testing, see https://github.com/fonsp/Pluto.jl/pull/2942 To enable autocomplete on type today...
When opening a notebook export with a recording, there should be loading progress for downloading the recording data. This will be relevant when hosting recordings online with plutoland
My computer was really slow today, and CM6 became glitchy inside JS. I think that CM6 is not using the incremental parse system inside the submodes, only in Julia. These...
https://user-images.githubusercontent.com/6933510/203650959-b863eb97-69df-4cf0-a122-11fe7a3cd2b1.mov
When you press `\`, all emoji and latex symbols are listed, and I made a couple of my favourites show at the top: But it would be nice if this...
It would be nice if a partially written string was parsed as a string: This is awkward when typing something like `school = "fun"`, writing `"fun` will autocomplete `function`, but...
Includes: - `show_help::Bool` kwarg for `activate_notebook_environment` to disable the help banner - New function `has_notebook_environment(path::String)` or `has_notebook_environment(notebook::Notebook)` to check if a notebook as embedded pkg files