Timo Reymann

Results 27 comments of Timo Reymann

Do you have any news when this feature will be released, @Zordrak? :)

Currently, the plugin supports [`*_mjml.blade.php`](https://github.com/timo-reymann/intellij-mjml-support/blob/main/src/main/resources/META-INF/php-plugin.xml#L3-L6) You can set a custom file association tho using as described here: https://www.jetbrains.com/help/idea/creating-and-registering-file-types.html

I will take a look, can you please send me the plugin combination you are using + a simple project where I can test and debug locally? :)

>I think the problem here is that the file type you register for *_mjml.blade.php has the mjml language associated with it. Therefore IntelliJ no longer recognizes the file as a...

> Sorry for the late reply. We created a small sample project that can be found [here](https://github.com/SOERF/mjml-sample). The README contains a brief summary about the issues. Looks awesome, will have...

Okay gotcha, I think I get the problem now. I think we have been talking of something else, as mentioned in https://github.com/timo-reymann/intellij-mjml-support/issues/11, were I added the basic association with MJML:...

I am not quite sure about why you need this? Imho pinning on a specific version is more stable (and gives you more peace of mind). While I try to...

Okay gotcha, in that case I would source them over GitHub Pages (basically pushing them to the gh-pages branch). Adding a custom subdomain with CloudFlare so depending on context, users...

Sure thing! :) In this case please use CircleCI and perform the publish to the branch accordingly on tagging. If you have questions etc happy to help. Highly appreciated! :)

Heya @sswastik02, the project follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit messages. Based on these commits, new versions are released accordingly using [semantic-release](https://semantic-release.gitbook.io/semantic-release), this happens in the [semantic-release-release job](https://github.com/timo-reymann/bash-tui-toolkit/blob/main/.circleci/config.yml#L8). The entire release...