u/naptimeshadows

Notes lost their color

- **Browser(s)** : Chrome / Edge

  • **Operating System** : Win 11

  • **Legacy or v3 Renderer** : Newest live version

  • **Issue** : All the notes in my document lost their color as of today. Here is the only CSS I'm using regarding notes:

    .page .note { background-color: #e2caca; }

reddit.com
u/naptimeshadows — 1 day ago

Remove Paragraph Indent

How do I remove a paragraph indent in 3.22.0?

I can't just do <br>, since it's at the end of a list. Using the break in the list makes it part of the bullet, and putting it in the empty line between the list and text changes the formatting of the following text in a weird way.

reddit.com
u/naptimeshadows — 12 days ago

I can't figure out how to set the space sharing with column-count.

{{wide
{{column-count:2,column-width:auto

I'm trying with that, but I've also tried setting the pixels and unsetting it. One table is much wider than the other, and it's being squished.

Example, I want to move the cones to the right so I can make the radius table square

https://preview.redd.it/49l9ogl0i8xg1.png?width=1384&format=png&auto=webp&s=cdb0675c9a37d8146a4811d111ced4be4022c6d9

reddit.com
u/naptimeshadows — 27 days ago

I am trying to make a table with square cells. I would like the cell height to match the width, which is set by the editor over me. If I set cell width to 20px, the table still stretches to the column width instead of being 20px per cell.

I'm okay with larger, if there is a way to just call the current table cell width as a variable and then use it to define the cell height.

Any idea how to accomplish this smoothly?

reddit.com
u/naptimeshadows — 28 days ago