Skip to content

tinker-calculation-pad

A calculation pad plugin for TINKER that provides a notepad-style calculator for evaluating mathematical expressions line by line with real-time results.

Screenshot

Features

  • Line-based calculation — enter mathematical expressions in a notepad-style interface, one per line
  • Real-time evaluation — results are calculated and displayed instantly as you type
  • Click to copy — click on any result to copy it to the clipboard
  • Auto-fill results — press Enter to move to the next line, auto-filling the previous result if the next line is empty
  • Number formatting — results are displayed with thousand separators for better readability
  • Bilingual UI — supports English and Chinese

Usage

  1. Type a mathematical expression on any line (e.g. 1 + 2 * 3)
  2. The result will be shown on the right side of the line
  3. Click a result to copy it to the clipboard
  4. Press Enter to move to the next line
  5. Use the toolbar buttons to clear the current line, copy a result, or clear all lines

Released under the AGPL-3.0 License.