How do I get rid of the dots in the document?

Hi,

I don’t need these listing dots sometimes, but I don’t know how to get rid of them. Especially for Latex sentences

Thanks a lot.

You mean the bullet points? You can hide them explicitly with the Hide Bullet /-command (also works on multiple selected rem).

Or everywhere with Custom CSS:

.rem:not(:hover) .rem-bullet { visibility: hidden; }