You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I'm currently using the Advanced Tables plugin to add a simple "totals" column to my tables, which is super useful.
However, as described in https://github.com/tgrosinger/advanced-tables-obsidian/blob/main/docs/help.md, the way this works is by adding one (or more) html comment line of the form <!-- TBLFM: [formula] --> directly after the table, which is currently incompatible with the "chart from table" feature, as I cannot have both the formula and the required the block id marker as the next line after the table.
i.e. I'd need to be able to do something like this:
Describe the feature
Hi.
I'm currently using the Advanced Tables plugin to add a simple "totals" column to my tables, which is super useful.
However, as described in https://github.com/tgrosinger/advanced-tables-obsidian/blob/main/docs/help.md, the way this works is by adding one (or more) html comment line of the form
<!-- TBLFM: [formula] -->
directly after the table, which is currently incompatible with the "chart from table" feature, as I cannot have both the formula and the required the block id marker as the next line after the table.i.e. I'd need to be able to do something like this:
but if I try something like this I get the error "Couldn't render Chart: There is no table at that id and/or file"
Does this fix a problem? If so, specify.
It does.
This would make Charts work with computed formulas, which adds a lot of power to a user's workflow!
Did you consider other alternatives?
I don't know any other alternatives at the moment..
Screenshots and recordings
No response
The text was updated successfully, but these errors were encountered: