@kalmdown Thank you so much for writing these up! It is incredibly useful
Great idea! This may well be within reach. Currently VizHub uses CodeMirror version 5 as the editor. I hope to upgrate it to CodeMirror 6, which would feel better overall I think.
This feels like an extremely challenging problem that has never been solved before. If you know of any editors or environments that do this, please let me know!
Totally fixable. Will consider changing the colors to be more pronounced.
Yeah this is a funny one. What do you think of the ligatures? I got them to work a long time ago and thought it was really cool. I still think it’s really cool. However, loading that custom built font added something like an extra 300KB to the page load, and at the time I was trying to fight against bloat in the software. I researched quite a lot about the “system font” concept, where no additional fonts are loaded. I did end up adopting a system font stack for VizHub. The appearance may be nicer with custom fonts, and honestly I’m still torn as to whether loading additional design-oriented fonts would be worth it, for VizHub in particulary. There are lots of tradeoffs, but at the moment my feeling is that I want the software to be as lightweight as possible, for example working well on mobile devices, and loading custom fonts would harm that goal I think.
A very cool idea! Indeed, I could imagine building a little unobtrusive “help” icon somewhere on the page that pops up an information panel of sorts that just has some text on it, like you said “Check the console for errors.” etc. This could also suggest to search here on the forum, as there is at this points lots of actual content here, resulting from when folks got stuck and reached out, and it often does contain solutions.
Thank you so much for posting these ideas. I will consider them.