remnoteio / remnote-official-plugins

22 stars 10 forks source link

RemNote Plugin #44

Closed z4151 closed 1 year ago

z4151 commented 1 year ago

The daily note tab never goes away. Need an option to remove that for efficiency. Thank you.

bjsi commented 1 year ago

use this custom css:

div[data-cy="document-sidebar-top-link"][data-label="Today's Note"] {
    display: none;
}
z4151 commented 1 year ago

Thank you. I don't think it worked for me tho.

bjsi commented 1 year ago

have you used custom css before? you can follow this guide and paste in the custom css above. it should cause the Daily Note tab to get hidden. let me know if it's still not working for you :) https://help.remnote.com/en/articles/8061994-custom-css

z4151 commented 1 year ago

I have not but the instructions in the link were what I used. (Or at least I think I did)

z4151 commented 1 year ago

To clarify, I was asking to remove the Daily Note Tab while using the "Tabs" plugin