Hacker News new | ask | show | jobs
by caffeinewriter 3692 days ago
Perhaps Browserify would be something that would work in this use case. Awesome job!

In addition, it might be cool to have in-line substitution of data. For example, in your analytics notebook[0], I noticed you referenced the number in text afterwards, but if Kajero was pulling from a live data source, it'd be neat to do something like this:

    Predictably, most came from the US ({{data.analytics[0]}}). There were also a lot ({{data.analytics[1]}}) from the UK - this is probably mainly due to it being posted on my Facebook page, with these hits being from friends rather than internet randoms.
[0]: http://www.joelotter.com/kajero/?id=3dfe6ba41741626a95b3a717...
1 comments

I second this - would be nice to have some kind of handlebars or nunjucks integration (https://mozilla.github.io/nunjucks/).
Agreed, this would be excellent. I'll look into it. Thanks!