Leandro Pereira

Results 125 comments of Leandro Pereira

Hey @tcoopman that will be possible soon trough AST manipulation, I have a branch with most of the work already.

Hey @tcoopman I just opened this [pull request](https://github.com/leandrocp/mdex/pull/58) that allows AST manipulation like I mentioned before. You can find an [example](https://github.com/leandrocp/mdex/pull/58/files#diff-26d1ce5b9f6a5d3974f7d5540968545c0d0e3424eb9fcf87a13accfc81fd522d) to render blockquotes as alerts as described on the...

https://github.com/leandrocp/mdex/pull/58 merged so I'm closing this one now. Eventually we'll have a plugin system (probably based on Req) so it will be much easier to share steps to manipulate the...

Hey @tcoopman I just updated the example to allow rendering markdown and html in the alert content. Manipulating the AST is not always super fun but eventually we'll have a...

Some extra info about this problem. Vix is an indirect dependency added by [Image](https://hex.pm/packages/image) ``` ❯ mix deps.tree image image ~> 0.40 (Hex package) └── vix ~> 0.23 (Hex package)...

Hey @peterjreynoldsii sorry for the lack of reply on this issue. We're reviewing the roadmap for live admin and should work on this one eventually. For reference, It depends on...

Hey @jeryldev do you see any error on your browser console?

Thanks. The problem here is missing CSP rules to allow loading the monaco editor assets from the jsdelivr cdn.

To be clear, those rules should be documented in https://github.com/BeaconCMS/live_monaco_editor and defined in beacon_live_admin so you don't need to do take any action in your project. I'm looking into that.

Could you please give this a try? https://github.com/BeaconCMS/beacon_live_admin/pull/191 You can clone the beacon_live_admin with that branch repo and change your project mix.exs: ```elixir {:beacon_live_admin, path: "/path/to/beacon_live_admin"} ```