sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.17k stars 216 forks source link

whiteboard/slides: add ability to customize text color of post-it notes #6509

Open williamstein opened 1 year ago

williamstein commented 1 year ago

In the whiteboard/slides, you can set the color of normal text, but you can't set the color of the text in a post-it note (though of course you can set the background color). Implement this. It's should be pretty easy, but it won't be trivial, because I think I used the color param for foreground color for text and background for notes, and perhaps the edit bar only has a slot for editing "color". So some disentangling might be needed.

I could make exactly the same request for the font face.

WORKAROUND: you can selectively set color and font face to selected text already in notes via the slate editor controls. This is about setting a default for the entire note / for a note in the default tools palette. I think this is worth doing, e.g,. so you can make a sort of template note with a given font, etc.

Another similar request would be default placeholder content for a note. But that starts to become templates!

williamstein commented 1 year ago

Very similar feature request: make it possible to set the fill color (and style?) of a frame. Right now you can set the border, but the fill color stays grey.