Vega Deftwing

Results 54 comments of Vega Deftwing

How does the current theme work? I know we can change the default document background color, but if we could change the default cell, border, and text colors that gets...

Maybe for faster and 'prettier' theme support something like https://github.com/hundredrabbits/Themes could be added? It's basically just a color pallet override

Furthering this in what should also probably be its own issue and definitely a more obtuse request, generic HTML and CSS styling wouldn't be unwelcome additions either. It may even...

If I or someone else submitted a pull with good code would you accept it?

I think it can be done semi-reasonably for everything but code syntax highlighting. ~~The easiest way to add syntax highlighting would likely be adding Google's V8 as a dep and...

I think syntax highlighting for code is the point though. For me to use treesheets as my primary notes replacement over markdown I'd basically need to be able to save...

While GIFs would be nice, the format in general is large and, well, bad. Due to how common it is GIF viewing would be nice, but maybe just a generic...

it looks like the only "special" character you're handling is space: ```js for (var ele of text) { if (ele != " ") { let r = Math.round(rgb[val][0]); let g...