Uberswe

Results 24 issues of Uberswe

I am making a program that can draw squares over other applications like this ![https://i.gyazo.com/1c6dc75ce135d6ffb3a64242a2065c5a.gif](https://i.gyazo.com/1c6dc75ce135d6ffb3a64242a2065c5a.gif) But I can't seem to draw on top of the top bar on mac, is...

bug
help wanted

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...

enhancement
help wanted
good first issue

Currently there is no way to manage menus. It would be good if menus are stored in the database similar to how pages work.

enhancement

Currently Beubo has been developed without localization. How could this be implemented and should it be a core feature of Beubo or a plugin?

enhancement

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.

enhancement

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...

enhancement

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.

enhancement

Use the hooks described here: https://gorm.io/docs/hooks.html We should make these hooks available to plugins.

enhancement

#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...

enhancement