Tomas Chmelevskij
Tomas Chmelevskij
With the current version it's pretty straightforward to integrate: ```javascript // siteConfig.js scripts: [ 'https://cdnjs.cloudflare.com/ajax/libs/mermaid/8.4.4/mermaid.min.js', '/init.js', ], markdownPlugins: [ (md) => { md.renderer.rules.fence_custom.mermaid = (tokens, idx, options, env, instance) =>...
Done some console logging and found that `query` is not defined, but router is there. So in my setup, something similar to this is working: ```javascript // ./_app.js // ......
Wondering if this would be possible to do with looking into `dynamicImports` section of chunks?
@jeffpearce I think having indication that there is a password, but it's only hash is better than hiding? We'd need to indicate that it will overwrite the existing password, but...
> we could even treat it differently (bold, different color) if they do that. yep, something to show that there is existing and it will be overwritten.
Is hashing done on FC or just in the configurator?
Seems to be working, just need to fix one little issue where is shows it's empty battery when connected to usb (might be issue which was there before as well,...
Go away bot 😄 I'm working on it
Any updates on this? More specific the `foldmethod=syntax`.
What would be the usecase? Since meteor already provides `Meteor.gitCommitHash` in the running app.