Laurent Orseau

Results 161 comments of Laurent Orseau

Good point. This one or the other logo?

I may rethink the use of markdown though. Ideally I should use scribble I guess.

Regarding links, it would be a better option than the buttons idea, but the message% can't render links.

adapted from @spdegabrielle : ```racket #lang racket/base (require quickscript) (define-script reverse-selection #:label "Reverse" #:help-string "reverses the selection" (λ (selection) (list->string (reverse (string->list selection))))) (module+ test (require rackunit) (check-equal? "Welcome Sharon!"...

Which ids do you find not mnemonic enough? One possibility (apart from making the names clearer) would be to add default comments to the script template, at least maybe for...

Done. Thanks!

If you click on `Scripts | New script`, the template now has a signature in the comments, right above `(define-script ...`, so in direct sight of the new/old user. More...

Does this work for you?

I see. I would love to have tooltips for all of racket, but I'm not going to start doing this just for quickscript---we need a more global solution. The blue...

Oh, you mean ' what does this script do?' by contrast to 'what do the arguments mean?'; sorry for being slow. Then you can navigate the scripts from the library:...