Calculate at speed with automatic interlinked calculations
'Kalu' is a calculator concept which aims at making long and inter-linked calculations really fast and intuitive.
- No need to press ENTER to see your result. Keep typing.
- Always see your previous calculations
- Automatic calculation references - every calculation is automatically reusable
- Visual reference system - references are highlighted with tooltips showing what they point to
- Interactive references - hover to see the source, click to jump to it
- Multi-page support - organize calculations by topic in separate pages
- Smart reference preservation - references remain valid even when you:
- Add or remove lines
- Change calculation content
- Move calculations around
- Live updates - when a calculation changes, all dependent calculations update automatically
- Full support for math.js functions and unit conversions
- Optional variable assignments for more readable calculations
- Type calculations directly (e.g.,
2 + 3
) - Click on any result (yellow block) to automatically insert its reference
- Use these references in subsequent calculations
- Hover over any reference to see what calculation it points to
- Click on a reference to jump to the original calculation
- Create new pages for different calculation topics
- Switch between pages using the tabs at the top
Kalu now supports multiple pages of calculations:
- Create new pages - Click the "+" button to create a new page
- Switch between pages - Click on a tab to switch to that page
- Rename pages - Double-click on a tab title to rename it
- Delete pages - Click the "×" button on a tab to delete it
Each page has its own set of calculations and references, allowing you to organize your work by topic.
Each calculation reference is now:
- Highlighted - references stand out with a distinct color
- Informative - hover over a reference to see what calculation it points to
- Interactive - click a reference to jump to the original calculation
This makes it much easier to understand and navigate complex calculations with many dependencies.
Each calculation is automatically assigned a unique ID that persists regardless of edits to your document. These references can be used in subsequent calculations to create dependencies.
For example:
2 + 3 // Result: 5 (referenced as _calc0)
_calc0 * 4 // Result: 20 (uses the result of the first calculation)
The calculator uses a smart tracking system to preserve references when you:
- Add or remove lines between calculations
- Change the content of a calculation
- Move calculations to different positions
Copyright (c) 2015 Kushagra Gour, https://kushagra.dev Licensed under the MIT license.