PlutoExtras.jl
PlutoExtras.jl copied to clipboard
Random Pluto Utilities
When I use `MultiCheckBox` with `@NTBond` the result is not super pretty because the text is forced on the right. Is it possible to display the check boxes at the...
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...
It would be cool to have markdown sections expandable like a UI accordion (https://uxdesign.cc/ui-cheat-sheet-accordions-3e88f0d4dfee)  some specifications: - All cells up to the next section (same hierarchy) turn (in)visible. -...
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...
I tried doing something like ```julia using LaTeXStrings @bind nt @NTBond L"f(x) = x" begin b = (md"*Bold* field", Slider(1:10)) end ``` or ```julia using LaTeXStrings @bind nt @NTBond md"f(x)...
Noticed StructBond and NTBond here. You may also be interested in [PlutoTables](https://gitlab.com/aplavin/PlutoTables.jl) that specializes on tabular input UIs. It can either create simple objects (eg NamedTuples) from scratch, or modify...
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...
Some idea in this discourse post: https://discourse.julialang.org/t/is-there-a-tool-similar-to-jupyter-notebook-but-not-dependent-on-python/93847/11?u=disberd