Re: [pollen] Enthusiastic thank you and beginner question about metas

2019-03-29 Thread Zach Mandeville
This worked, thank y'all! On Thursday, March 28, 2019 at 10:32:21 PM UTC+13, Sorawee Porncharoenwase wrote: > > You might want to try this pollen.rkt > > #lang racket > > (provide (all-defined-out)) > > (define scuttlebutts > (hash >"Gillis" "@a;lksjd2j3j1k2j.sha256f" >"Brenda"

Re: [pollen] Enthusiastic thank you and beginner question about metas

2019-03-28 Thread Matthew Butterick
> On Mar 28, 2019, at 12:42 AM, Zach Mandeville > wrote: > > And below this I wanted a function to turn ◊author into that details element > by referencing ◊author text against that 'scuttlebutts' meta...but, I can't > get it to work. The closest I got is this: FWIW though you call

Re: [pollen] Enthusiastic thank you and beginner question about metas

2019-03-28 Thread Sorawee Porncharoenwase
You might want to try this pollen.rkt #lang racket (provide (all-defined-out)) (define scuttlebutts (hash "Gillis" "@a;lksjd2j3j1k2j.sha256f" "Brenda" "@s8/sj31l13j2k32.sha256")) (define (author name) `(details (summary ,name) (p ,(hash-ref scuttlebutts name And here’s the

[pollen] Enthusiastic thank you and beginner question about metas

2019-03-28 Thread Zach Mandeville
Hello! Thank you v. much for dreaming up and creating pollen (and thanks to all y'all making cool things with it!). I discovered it through an article about medium, from practical typography, that was shared with me. Pollen represents exactly what I want for a web publishing tool.