Nicolas Perriault
Nicolas Perriault
I'm not sure macros should be tied to the theme concept. IMHO theming is much more about presentation than effective feature, and macros provide features (or at least, processing)… Definitely...
Hmmm you highlight a point I think I missed while designing landslide as it is now: the distinction between a /project/ and a /theme/… I'll have to think a bit...
As a side note, what do you think about the possibility of importing macros through the `config.cfg` file, eg: ``` [landslide] source = slides/ macros = macros.MyMacro macros.OtherMacro ``` So...
+1
@miniBill Hello, did you have a chance to look at this patch? If so, what do you think? Thanks!
Hello @miniBill, did you get a chance to think a bit more about this patch? Is there anything we could do to improve it? Thanks!
FWIW `package.elm-lang.org` is currently down http://downforeveryoneorjustme.com/http://package.elm-lang.org
I'd like to help with this but I just want to check first, can examples only ever return a string? Would be nice to at least render html and css,...
> Rendering an html is not possible because it's meant for server side and it's meant to present a back end language. I get that, but a backend may generate...
Even JSON is weirdly rendered, that would be the most minimal fix I could think of if you really don't want to render HTML. Maybe just serve the frame as...