PlutoExtras.jl icon indicating copy to clipboard operation
PlutoExtras.jl copied to clipboard

Random Pluto Utilities

Results 19 PlutoExtras.jl issues
Sort by recently updated
recently updated
newest added

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) ![image](https://github.com/disberd/PlutoExtras.jl/assets/67096719/90f71ba0-b83d-4e8e-b245-6d85ae3a88bc) some specifications: - All cells up to the next section (same hierarchy) turn (in)visible. -...

enhancement

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...

enhancement

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