Quentin

Results 9 comments of Quentin

I don't know where to update the node version for the travis build.

I would also like to have it highlighted. I will attempt a PR.

> Consider this scenario: you edit a file, save it, then close it or get disconnected via SSH. Later, you realize something is wrong, but you can't remember how the...

My use case might explain how I had this result. I am building a CMS using GrapesJS as a Page Builder. To create each page, I chose to load Grapes...

At first, I wanted to generate all the pages together to have a single CSS output for all the pages. But now I'm trying another solution for the styles. So...

This `allowScripts` parameter has apparently been deprecated. You should try this: ```js grapesjs.init({ ... parser: { optionsHtml: { allowScripts: true, }, }, }); ```

Hello, You could try with this config and see if it works for you: ```js grapesjs.init({ ... parser: { optionsHtml: { allowScripts: true, }, }, }); ```

> I used the following configs: > > ```js > grapesjs.init({ > allowScripts: true, > ``` [This one is deprecated]( https://github.com/GrapesJS/grapesjs/blob/b247a580751b626017c44ddac2981b9dff6772df/src/editor/config/config.ts#L170), it might not work anymore in the future. ```ts...

I have the same issue, even if I'm in a directory without a `.git` or anything else except OCaml source files, the `--enable-outside-detected-project` with a config file at `~/.config/.ocamlformat` does...