Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple embeds #926

Open
jerrygreen opened this issue Feb 1, 2024 · 1 comment
Open

Simple embeds #926

jerrygreen opened this issue Feb 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jerrygreen
Copy link

jerrygreen commented Feb 1, 2024

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:

```csvtable
source: my_loom_file.loom
filter: population < 100000000
```

Or like this:

```csvtable
source: my_loom_file.loom
sortBy: name
```

Would generate simple embedded «pure markdown» table like this:

name population
Colombia 50340000
Russia 144400000
United States of America 328200000
@jerrygreen jerrygreen added the enhancement New feature or request label Feb 1, 2024
@JamesDAdams
Copy link

Greate idea !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants