How to hide reference in preview?
As you see, there is two reference there. It takes a lot of space. Is there any way I can hide it from the preview? Thank you!
Not that I am aware of, but feel free to add onto this FR.
Can someone write a CSS to hide it? I think a lot of people need it. Thank you!
Sorry, I had a lot of work to do and forgot to send this code to you
#document-hover-preview__popup .portal-tree-node-box .portal-tree-transient-node-box,
#document-hover-preview__popup .hierarchy-editor__search-portal-section,
#document-hover-preview__popup #show-embedded-search-button {
display: none;
}
Report me any bugs you find
I know why it happens to me now. What I put inside the rem is a portal (not a search portal).
Good catch…
This portal is content of Preview.
I have made it back.
It works well this time. Thank you!
Thank you - this is very helpful!
In the new version, the code doesn’t work anymore. It’s still showing references and text references. Can you please help us write a new code to hide it? Thank you!
New Custom CSS for RemNote 1.7
#document-hover-preview__popup .tree-node--automatic-search-portal-header,
#document-hover-preview__popup .portal-tree-node-box--no-margin-left,
#document-hover-preview__popup .portal-tree-node-box--enable-buttons,
#document-hover-preview__popup .hierarchy-editor__search-portal-section {
display: none;
}
Sorry for not replying, I didn’t look at the forum for almost a month. The code works well, thank you a lot!