tgrosinger / md-advanced-tables

A text editor independent library to enable formatting and Excel-style navigation, and spreadsheet formulas to Markdown tables.
MIT License
151 stars 30 forks source link

Feature Request: Call user provided custom functions #79

Open Toxe opened 9 months ago

Toxe commented 9 months ago

Would it be possible to call JS functions that were written by the user? That way we could build our own more complex functions.

I have no idea how complex this would be to add (I guess passing the ranges or accessing the values from the user function could be a bit tricky) but it would be really neat if we could write our own functions to deal with complex or at the moment impossible calculations.