5 ms·
the initial text on the site is the instructions. I can agree it's somewhat a questionable design, but I wanted to make sure that the instructions are there for
by finnhvman 4y ago
the initial text on the site is the instructions. I can agree it's somewhat a questionable design, but I wanted to make sure that the instructions are there for newcomers and easy to clear for the regular users. So any action on the editor will clear the instructions, but the text you type is safe.
- tobr 4y agoIt’s very surprising, the instructions disappear and there’s no obvious way to get them back. Undo doesn’t work, for example. Maybe consider selecting all the text on the first click/focus in the textarea. That way it’s still there but a regular user can just paste, type, or hit backspace to get rid of the instruction. Undo would let you get it back. Nice to see Svelte in the wild here, by the way.
- finnhvman 4y agoGood ideas on the instructions, will work on it! Yeah, coming from React I really liked coding in Svelte, hope to see it grow more!