uliwitness / Stacksmith

An intuitive software erector kit targeted at people new to programming, but with enough potential to stay useful once they've learned, inspired by HyperCard.
http://stacksmith.org
131 stars 13 forks source link

Search-and-replace commands #42

Open uliwitness opened 9 years ago

uliwitness commented 9 years ago

Whatever I can think of to fill out HTML templates. But a general

"foo" with X replaced by Y

or similar syntax would be great. Also HTML entity encoding/decoding and URL encoding. Maybe do base64 for e-mails while we're at it.

uliwitness commented 7 years ago

We have postfix unary operators now. Maybe one could hook into the same place to add support for any kind of postfix construct, or multi-word ternary operators.

uliwitness commented 7 years ago

If you wanna do this as a starter bug, just a simple "replace X with Y in Z" command can be added as a host command.