Wick Editor Version 1.18 - Outliner Tool, Mobile Improvements, and More!

Wick uses JavaScript because Wick was written in JavaScript, and JavaScript can run a string as JavaScript code. So running JavaScript code in Wick would be easy. But running python code in Wick would be much harder, since they have to find a way to convert python code into JavaScript, or write/find a Python executor written in JavaScript.

1 Like

Here is a bug/glitch/potentionally annoying thing when you are writing an invalid variable name

t

1 Like

I agree though that might be harder to do than it sounds. I think there should be a way for wick to run plain html code. Here’s a tiny project that I made in wick that does that without lagging:
Untitled_ Sep 6, 2020 10_26 AM
The random text in that project is samples of html code for image sources and these type of things. I used w3schooled for most of the random html code.

how did you make that :slightly_smiling_face:

It’s not as complicated as it looks really, just type this:
window.document.write(" PLUG SOME HTML IN HERE");

Warning: Don’t do this to your current window on wick, it’ll make you lose whatever wick thing you have opened. Do it to a child window instead, unless if you don’t really care bout ur wick work.

Hopefully this is what you need

(hi)

*birds singing
*crickets chirping
*typing clip name as “this”
editor: Identifier must be a valid variIdentifier must be a valid variIdentifier must be a valid variable name.able name.able name.Identifier Identifier must be a valid variable name.must be a valid variablIdentifier must be a valid variable name.e name.Identifier must be a validIdentifier must be a valid variable name. variable name.Identifier must be a valid variable name.

3 Likes

@pumpkinhead, thanks for bringing this to my attention! Will fix before it is pushed to live.

I know what that does for real I want to know how to do it

yeah its a joke right

Pretty good so far but the exporting bug I have is still there what version do you guys think you can get that fixed?

Not really a joke (none of my projects ever are). I’ll send you a version of it here real quick:
html code runner 3.wick (328.3 KB)

quick info

I added the emoji reference list so I can use it, if you want the project to work faster than it already is, feel free to remove it. Apparently, it uses html code, but a bug that I have is that you can’t use <h1></h1> or any type of text size changing to change the size. Other than that, it works fast and simple, and you can add image sources and interactive buttons. The project is run in a child window (I tried making it in the normal window, that doesn’t end up so well afterall).

1 Like

I like your projects!

1 Like

Which Exporting bug are you referring to?

ok thanks :grinning:

The one that only happens on mac where I export then the file looks all corrupt

Hi,

I tried with both test.wickeditor.com and production, but the mp4-download delivers a file that is unreadable by both FF and Chrome. If I run it via: https://www.freeconvert.com/to-mp4 it will work but the download as provided by Wick does not…

regards,

Paul

Hey, nice animation @anon43897440

: )

Brush size is not consistent, when i zoom in the canvas the size of brush is relatively smaller

Hey @staniekk, welcome to the wick forums!

When u have the brush tool selected, u can click the “Relative Brush Size” button to keep the brush size the same :D


Screenshot 2020-10-25 at 7.28.50 AM

Let me know if this is what u needed

Ohh exactly, thank you! Guess I should spend some time learning gui first… Once again thanks and sorry for interrupting

3 Likes