Luca
Luca
I will look further into this, I like the idea :)
Added Trix support in Version 1.1.0 (https://github.com/mrmonat/nova-translatable/releases/tag/1.1.0)
Adding markdown support seems a bit more difficult, because there is no wrapper around the native laravel nova markdown field (like there is for trix), so basically I would have...
> I guess a MD wrapper will be added in a future release, but in the meantime... how about adding a ->textarea() call to create a textarea instead of an...
Hi, thanks for your pull request, i like the idea, but I think we could use the global Nova Event Bus, instead of using our own? (what do you think?)...
Yes, you can find the documentation for the Event Bus here: https://nova.laravel.com/docs/1.0/customization/frontend.html#javascript
The following workaround also works for sharing data but it seems not very nice to "misuse" a middleware this way. Code in Exception Handler: ```php Inertia::share((new HandleInertiaRequests)->share($request)); ```
I tested again with react 18 instead of react 17, but the problem still remains
#1491 is newer.