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
I.e. cool syntax allowing to filter and sort, but end-goal is to have a basic md table.
Solution
Maybe it's possible to take the groundwork behind obsidian-csv-table and make it compatible with .loom format, – of course, though, it's hell lot of work.
For example:
```csvtablesource: my_loom_file.loomfilter: population < 100000000```
Or like this:
```csvtablesource: my_loom_file.loomsortBy: name```
Would generate simple embedded «pure markdown» table like this:
name
population
Colombia
50340000
Russia
144400000
United States of America
328200000
The text was updated successfully, but these errors were encountered:
Problem
Currently, embeds simply duplicate the entire loom editor.
And while the editor itself is cool and all, I really like editing those files – but in embeds, I want something like this:
I.e. cool syntax allowing to filter and sort, but end-goal is to have a basic md table.
Solution
Maybe it's possible to take the groundwork behind obsidian-csv-table and make it compatible with
.loom
format, – of course, though, it's hell lot of work.For example:
Would generate simple embedded «pure markdown» table like this:
The text was updated successfully, but these errors were encountered: