Whitespace below sources/tags and content

I started using Remnote a few days ago, and I’ve been wondering if there’s a way to write directly in the bullet point from the image.

image

It’s a placeholder that will create a new empty rem (“bullet point”) above the current topmost one when clicked. Obviously, you may then write inside that new empty rem.

Thanks for the answer, but isn’t it the same as pressing enter in the first rem to have a new empty rem??

Yup, the result is exactly the same, but you only need to use the mouse and don’t need to first focus the title.

@ChrisRD Pressing enter is not 100% the same. You either need to press enter in the document title, or arrow up in on the first rem :slight_smile:

Anyway. Minor visual changes can be done with Custom CSS

.rn-add-rem-button--top { display: none; }

Thanks, now I can rest easy :smiley: