Can We Remove Daily Docs From The Sidebar?

I don’t use Daily Docs I was wondering if I can remove it from the Sidebar and or disable Daily Docs altogether.

If anyone has any advice it would be greatly appreciated if you would tell me because the Daily Docs is a real eye sore and sometimes I accidently click the Daily Docs which creates a document I never wanted and interrupts my workflow.

You can hide Today's Note button with Custom CSS

#document-sidebar > div:nth-child(1) > div:nth-child(3) > div {
	display: none !important;
}

Your solution worked but is there also a way to get rid of the “Today’s Document” when clicking the “Create” button?

The “Create Button” that I am referring to can be found on the bottom of Remnote. It is blue and it has a + sign and the word “Create”.

Here is a screenshot of what I am talking about. https://imgur.com/a/QAu1umy

Hello, @TaQuangKhoi

I was wondering if there was an update to this solution available. It doesn’t seem to function properly on the most recent update of RemNote.

Thank you

Hi @23727 , I have updated the css code above :wink:

Thank you, @TaQuangKhoi.

Do you have a buy me a coffee link? I appreciate you taking time out of your day to help.

*note: display: n didn’t work for me, but display: none did

Hi @23727

Oh… some mistakes when i copy the code… it should be none, not n :rofl:

Thank you for appreciate my work… :smiling_face_with_three_hearts:

This is my ko-fi link

Somehow I’m too stupid to make this work…is there anything else to do than just copy and paste it into the css power up?