Replies: 2 comments 3 replies
-
Hello @RhvdG I am gonna try to help sharing my CSS snippet with you, Maybe this will help you too 🙏 /* Obsidian Zoom */
.zoom-plugin-title:first-child {
display: none;
}
.zoom-plugin-delimiter:first-of-type {
display: none;
} I hope it helps 🙏 |
Beta Was this translation helpful? Give feedback.
3 replies
-
Just an opinion - I love it just the way it is. Breadcrumbs and in-document info have different uses. If you change, can you make it optional ? 🙏🏻😀 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The title of my note now appears three times: once on the tab bar, a second time as the file name in the zoom sequence, and a third time as the (user generated) H1 header. I would prefer to lose at least the third mention, but preferable the second one as well (optionally).
More importantly, the item that I invoked the zoom-in command on ("Here's the third item") appears twice. I would prefer to lose it in the zoom sequence, and keep it in the main part of the window (again, optionally).
There are probably other ways to reduce these repetitions. They become especially unwieldy with longer items (i.e. more text).
Truncating long items using ellipses would be a good thing, too. Now the longer item just runs off the leaf. Having such long strings in the zoon sequence defeats the purpose, as the zoom sequence takes up almost as much space as the same content in original list layout.
Beta Was this translation helpful? Give feedback.
All reactions