anytype-ts icon indicating copy to clipboard operation
anytype-ts copied to clipboard

Basic logic/math functions for tables

Open lorenz-liu opened this issue 7 months ago • 0 comments
trafficstars

Have you read a contributing guide?

  • [x] I have read CONTRIBUTING.md
  • [x] I have searched the existing requests and didn't find any that were similar
  • [x] I have considered creating a pull request instead and want to proceed

Clear and concise description of the problem

The current table only supports plain data organization, there are no logic/math functions like SUM, MEAN, etc. like the ones in Microsoft Excel.

Suggested solution

Introduce a special type of escape sequence only for cells in tables. For instance, by typing \SUM(A1, F1) in a cell, the cell automatically calculates and displays the value of the sum from A1, B1, …, to F1.

Alternative

No response

Additional context

No response

lorenz-liu avatar Mar 27 '25 15:03 lorenz-liu