Uberswe
Uberswe
I am making a program that can draw squares over other applications like this  But I can't seem to draw on top of the top bar on mac, is...
I would like to make a local docker configuration so it's easier to get going with Beubo locally. I currently run it from my terminal behind caddy to get the...
Currently there is no way to manage menus. It would be good if menus are stored in the database similar to how pages work.
Currently Beubo has been developed without localization. How could this be implemented and should it be a core feature of Beubo or a plugin?
Currently posts take html input via a frontend WYSIWYG editor. I would like to switch to markdown instead to get rid of the extra frontend clutter.
Use https://github.com/hashicorp/go-plugin After playing around with different plugin options I think the plugin package from hashicorp will offer the most flexibility for Beubo without many downsides. The biggest downside is...
Currently some pages still send a map of strings to the pages. These pages should be updated to use `github.com/uberswe/beubo/pkg/structs/page/component` instead.
Use the hooks described here: https://gorm.io/docs/hooks.html We should make these hooks available to plugins.
#9 mentions e-commerce. This is a ticket to discuss and implement e-commerce support in Beubo along with a way to support payment gateway modules. The addition of sub modules such...