Alberto Mengali
Alberto Mengali
We are currently using BaseDirs, but scratchspaces shoul be better suited due to the automatic cleanup
Always using left wil make the icon disappear if it is position on the right side and the window is resized to a smaller width (similar for top/bottom)
This is a significant internal refactor of the code in order to leverage the new script/html combining functionality from PlutoDevMacros v0.6 It is now easier to specify how to render...
This PR adds two compiler flags to specify how to track code coverage in the notebook session. I created two distinct flags as the command line option `--code-coverage` can be...
This is not a direct issue to Pluto itself, but I thought it would be good to mention it in case someone else experience this. I am running non-interactive Pluto...
The toc-header portion which shows the hide or save buttons for the whole ToC does not seem to show correctly in firefox. The per-heading hide button instead do
This PR adds support for custom popups on BondsTable rows. It will fix #14 The idea is to also create a custom function similar to `fielddata` and `fielddescription` that can...
Showing a cell with a `@BondsList` output after the cell where the `BondTable` is created breaks the layout of the BondTable. This is probably because the css of BondsList overwrites...
Create a structure that given a `Dict{String, Widget}` where each value represent an arbitrary custom bond, creates a single bond that has a dropdown to select which of the widgets...