Block catalog

All block types at a glance with examples.

A high-level map of every block in Dalea, grouped by what kind of work it supports. Click any block name to jump to its detailed page (some pages are still being written in v1 — those are linked but flagged).

Text and structure

BlockPurpose
ParagraphBody text. Bold, italic, links, sub/superscript, alignment.
Heading (H1–H6)Section titles with anchor IDs for deep-linking.
Bullet / numbered listProcedures, ingredient lists, findings.
BlockquoteCited text or pull-quotes.
DividerHorizontal rule, optionally labelled (Methods / Results).
SectionCollapsible container that groups blocks under one title. Supports nested sections.

Data and tables

BlockPurpose
Data tableInline spreadsheet with typed columns, formulas, validation, frozen headers.
Registration tableSpreadsheet that writes back to a data environment — register samples or animals from inside a document.
Lookup tableRead-only view that queries a data environment and renders the result inline.

Visualisation and compute

BlockPurpose
ChartLine, scatter, bar, dot plot, histogram, box plot, heatmap, Kaplan-Meier survival, dose-response. Driven by inline data, a table in the same document, or a saved query.
Local spreadsheetLightweight cell grid for ad-hoc calculation. Formulas; export to CSV.
Python codeRun Python directly in the browser. Outputs as text, image, table or HTML.
Code blockSyntax-highlighted code. No execution. Languages: Python, R, Julia, Bash, SQL, JS, MD, JSON, YAML.

Life science

BlockPurpose
Protocol stepA single step with duration, status, hazards, PPE, linked reagents/equipment.
Protocol groupA container of protocol steps with a title and version.
ReagentReference to a chemical/biological material. CAS, supplier, concentration.
EquipmentReference to lab instrumentation with current settings.
96-well platePlate designer. Assign samples; overlay result heatmaps. See the PlateMap example below.
1
2
3
4
5
6
7
8
9
10
11
12
A
S1
S1
·
B
S2
S2
·
C
S3
S3
·
D
S4
S4
·
E
S5
S5
·
F
S6
S6
·
G
S7
S7
·
H
S8
S8
·
Standard curve (8 pts × 2)BlankQC (low/mid/high)Sample (32 wells, 2 mice × 4 tp × 2)
Hover any well for details. Dalea's 96-well-plate block stores this layout and joins it to your sample table by mouse + timepoint.
A 96-well plate map for an IFN-γ ELISA: 8-pt standard curve in duplicate, blanks, low/mid/high QCs, then samples from two mice across four timepoints in duplicate.

Media and utilities

BlockPurpose
File embed / ImageUpload or link. Inline, block, or card layout. Recognises FASTA / FASTQ / GenBank / PDB / MOL / SDF / FCS / TIFF / ND2 / CZI.
EquationLaTeX, inline or display mode.
CalloutNote / tip / warning / caution box. Optional title, collapsible.
Mention@user reference; sends a notification on insert.

What's next