Re: [racket-users] RE: student project idea: semi-WYSIWYG Scribble editor (Was: Racket 6.9)

2017-04-30 Thread Hendrik Boom
On Sun, Apr 30, 2017 at 01:24:23AM +0200, Jos Koot wrote: > Hi Matthias, > Put it your way it seems managable for a simple user like me. > I don't immediately see how to follow all details of your advice, > but I'll look into it in due time. I'll need time for that > and probably from time to time

RE: [racket-users] RE: student project idea: semi-WYSIWYG Scribble editor (Was: Racket 6.9)

2017-04-29 Thread Jos Koot
] RE: student project idea: semi-WYSIWYG Scribble editor (Was: Racket 6.9) What you need to know is — at a high level — how to write a thread that, in DrRacket, conceptually clicks the ‘render as HTML’ button every time you hit a key. It’s kind of like background syntax checking. except

Re: [racket-users] RE: student project idea: semi-WYSIWYG Scribble editor (Was: Racket 6.9)

2017-04-29 Thread Matthias Felleisen
What you need to know is — at a high level — how to write a thread that, in DrRacket, conceptually clicks the ‘render as HTML’ button every time you hit a key. It’s kind of like background syntax checking. except that the result shows up in your browser not in DrRacket. So your GUI skills