v1.1 - Plotting inside sheets and cell names!
Released: April 21st 2026
- New!: cell names. Direct referencing within your FluxSheet to another cell by
x = 5 + {var,0} and in another cell: y = x / 10
- New!: direct plotting inside your FluxSheet (=plot()). See docs for full details.
- Added an input inside your FluxSheet (=input()). See docs for full details.
- Added dashboard mode, showing only inputs and plots in your FluxSheet.
- cond() now works with matrices.
- Added matrix multiplication function =mm().
- Added moving average subfunction =[].mavg().
- Some minor bug fixes.
- Improved website loading speed by a factor 8 by using compressed HMTL/JS files.
- Added styling (bold, italic and color).