Slava Razum
Slava Razum
Currently, not supported. PRs welcome.
I think at first we should find an appropriate place for calling `FroalaEditor.RegisterCommand`.
@jkudish Could you please clarify, what exactly is not well documented? All package features are documented enough.
Hi, Thanks for the implementation. Agreed with you that it's not enough clean as I'd want, but it may help to make new thoughts about solving this issue.
For now dynamic imports are using to include Froala plugins, maybe we can use it for custom buttons.
If we will provide PSR-12 compatibility, it should require all PSR-12 rules. For now, we haven't automated tools to check it.
@Arriven No specific configurations, just deployed 2 VPS in DigitalOcean and Vultr by terraform with these instructions: https://arriven.github.io/db1000n/advanced-docs/terraform/digital-ocean/ https://arriven.github.io/db1000n/advanced-docs/terraform/vultr/ I want to keep it always up to date. How can...
@Arriven So, Vultr containers has autoupdate, great! How can I check current db1000n version on VPS?
@Amet13 Just made redeploy on DO, result: ``` 2022/04/14 17:19:06.816548 main.go:51: DB1000n [Version: v0.0.1][PID=42] ``` On Vultr autoupdates works fine 👍
Great improvement @fe9lix! Previously `no-view` mode did not work with async operations. Looks like now everything is fine. We still have a problem with the picker call from `index` command....