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

Frontmatter options in a column become too long, it doesn't fit screen! #935

Open
Michael679089 opened this issue Mar 5, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@Michael679089
Copy link

Describe the bug

image

Steps to reproduce

Add a lot of front matter in your vault, apparently Dataloom reads it all.

Check if front matter options is too much.

Expected behavior

I expect that dataloom plugin will read all frontmatter.

Are you using the mobile app?

No

Obsidian debug info

There's none.

Relevant log output

No response

@Michael679089 Michael679089 added the bug Something isn't working label Mar 5, 2024
@paoloap-py
Copy link

I'm having the same issue, which renders the plugin unusable... any ETA solution?

@tjaska
Copy link

tjaska commented Apr 1, 2024

Same issue here.

A workaround with CSS, you need to use a CSS snippet to customize the appearance (Options -> Appearance -> CSS snippets):

.dataloom-menu {
  max-height: 50%;
  overflow: auto;
}

Result is a scrollbar and ability to navigate back and "Clear"
image

@paoloap-py
Copy link

thanks for sharing.

where shall I implement this css snippet?
I'm totally new to it.

@tjaska
Copy link

tjaska commented Apr 2, 2024

thanks for sharing.

where shall I implement this css snippet? I'm totally new to it.

The CSS snippets is a built-in Obsidian feature, following these steps should help: https://help.obsidian.md/Extending+Obsidian/CSS+snippets

Essentially you create a CSS file in the correct folder and add the above CSS code to it. Obsidian should then be able to read and apply these styles automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants