Moritz Friedrich

Results 67 comments of Moritz Friedrich

After looking at `markdown-it`, there appears to be a plugin available on npm that does just this: https://www.npmjs.com/package/markdown-it-anchor I guess I could create a PR tomorrow, if you'd be interested?

@dominik-korsa what exactly do you want to tell me..? Yes, the link you pasted without any context shows the syntax I described above. This library currently lacks the capability to...

@Adam-VisualVocal would it be possible for you to post the long answer? I'm struggling to solve this exact problem.

Hi @emagii, I'm planning to overhaul this entire project as soon as I get the time - please bear with me for a little longer!

Maybe another solution for responsive layouts would be to have additional, size-dependent layout subkeys? ```yaml layout: span: 24 md: span: 12 lg: span: 8 ``` The above example would simply...

Haha alright that makes my life easier instantly, thank you 😄

@ragingwind the PWA template should definitely provide a way to add a user defined service worker, that's the whole point of PWAs. Maybe load the content of `src/service-worker.js` as a...

@Garito making that option work with the PWA template is a really frustrating path to go down. Contrary to what you'd expect, it has to be put into `static/` instead...

@tpraxl that seems to work quite well, however I'd also like to pass this through WebPack to get access to node modules. Using `babel-core` only, it will just insert an...

@amaralDaniel there is no build pipeline in place for your service worker file, so the import directive, the node_modules folder (which contains `babel-runtime`) and other Webpack-based features are not available....