Suggestion board

Posted 1 year, 11 months ago (Edited 8 months, 28 days ago) by circlejourney

Drop your suggestions in the thread below! I will update the To-do list with suggestions that I like. Obligatory disclaimer that I'm maintaining this thing in my free time and lately my free time has been pretty sparse, so I'm updating it a bit slower than ideal!

Apollyna

Would it be possible to get the CSS box to parse SASS?

CSS that looks like this:

WOtmltL.png
circlejourney

oh, I was under the impression that it does parse SASS, or at the least it's showing the right syntax highlighting (variables in a different colour from values) -

image.png

Is there some aspect of it that's missing that you'd like (like autocomplete)?

Apollyna

I've been using SASS on some of my TH profiles for a while -- but when I try bringing those profiles into the circlejourney site, the SASS settings aren't recognized in the preview pane.

I am seeing the syntax highlighting as you said, but the changes don't seem to "work" - Here's an example of the differences:

TH site: [x]

Circlejourney site: [x]


Although, wait, interesting....! When I troubleshoot and try the barest-bones test that I can (copied your image above basically), it does work!

So I guess perhaps there is something slightly different about how TH parses the SASS+CSS and how Circlejourney does? Because TH doesn't give me any errors when I click 'turn on strict css warnings' 

Thanks for your time btw! ^^


circlejourney

Oh, yeah, the editor compiles SASS to CSS on the fly using sass.js, it could be that it's parsing differently for TH. Would you be willing to DM me a snippet of code that doesn't work on the editor so I can test it?

Apollyna

(sorry for the slow replies lol) sure thing, ill do that right now!

Toyota

I would love to (if possible) see an easy image replacer! The codes I work with usually utilize the background-image feature for images so that they're always consistent dimensions, but I understand that might be more finicky to implement ^^" sometimes it can be hard to scroll through raw code to find the right location of an image and replace it, and sometimes I accidentally replace the wrong one .x.

But while I'm here I'd love to say thank you so much for making this code editor, it has saved my life and now I'm so much more motivated to work on character profiles now that I don't either have to stare at huge chunks of code or mess with WYSIWYG! ;u;👍

circlejourney

ooh, I'll have to think about how to implement that, maybe a custom context menu. I like the idea!

lunadesert

is it possible you could add a light mode/ white code editor box theme to the coding interface for those who dark themes hurt their eyes?  i have a friend that uses the website who takes issue with the lack of a white/light mode within the actual code editor itself since it hurts their eyes. (perhaps this could be under UI options, where the low contrast button is?)