tgrosinger / advanced-tables-obsidian

Improved table navigation, formatting, and manipulation in Obsidian.md
GNU General Public License v3.0
2.15k stars 80 forks source link

Spreadsheet formula compatibility with <br>? #315

Open Mazen-AG opened 10 months ago

Mazen-AG commented 10 months ago

Is your feature request related to a problem? Please describe. I am trying to make a budget sheet to document my months spending I am using
to add new lines inside the cells so I can type all I spent that day

But this causes an issue with the spreadsheet formula making it not give me any output

image image

Describe the solution you'd like Is there a way to make a workaround for this so it ignores the
and extract just the numbers out of it?

Describe alternatives you've considered I considered remaking the entire table in another format so I can use spreadsheet formulas, but this will make the table so so wide

Additional context I am aware that is probably too much work for what seems to be not much but I was curious if this is possible or not. If it is passible maybe it is worth implementing and maybe I would write up some spaghetti code to make it work