ethancrawford

Results 174 comments of ethancrawford

I've switched to using bootstrap from npm, so that it's easier to include it in the webpacker pipeline. The styling would likely be completely changed at some point if this...

> Is there any way to set an attribute of an html element with a variables? (e.g. for links/anchors) Yes, you can interpolate Elixir into the html attributes with `{...

(Also, love what you've added to my experiment so far! - I was just under the impression that any work on our ideas was waiting until we decided how to...

Table looks good! Just as long as we're aware that some of the choices I made like using a single TOML file per synth/function can be adjusted, using bootstrap was...

> The markdown would still have to be rendered at some point though? Technically, yes. It *is* more awkward to convert the markdown into structured data in a TOML file,...

The more I think about it, the more I feel that having two distinct methods for encoding the documentation (markdown for rich text - Tutorial and Examples, TOML (or similar)...

The only reason I've been working with the idea of ERB is that the Synth/FX/DSL metadata is currently in Ruby, and therefore it was trivial to access the metadata this...

(This is how the tutorial markdown embedded in the ERB TOML template might look): ``` [](www.blahblah.com) ''' ```

This behaviour is also noticeable if you wrap the `:tech_saws` synth with different FX. (Replace the `:rlpf` with `:vowel` for example)

Hey @Bohrbug, A _minimal_ example would be ideal 😅 so that we can make sense of it easily and it's clear exactly what the function in question is doing 🙂