Simonas

Results 4 issues of Simonas

The text: ```` - dir1 - [title](url) - dir2 - something - [hello](http://) #1tag1 #tag2 ```markdown # some text 'bout sumthin' [f](http://ecosia.org) ``` - [hello](url) #tag1 #tag2 - [hello](url) #tag1...

Would be great to be able to select a rectangle area and move all control points in it at once. Thanks for this awesome thing! I'm using Linux|BSPWM|webapp

```go m.input.SetValue(lipgloss.NewStyle(). Background(lipgloss.Color("#00ff00")). Render("hah")) ``` ![image](https://github.com/charmbracelet/bubbles/assets/52699584/c2ab70c1-129c-46aa-9b22-e53ebf9d92af) Instead of using `textinput.Model.TextStyle` to style the whole text, one may want to only style certain words for example. I think it might be...

similar to #147 from the examples repo: ```go package main import ( "os" "github.com/diamondburned/gotk4/pkg/gio/v2" "github.com/diamondburned/gotk4/pkg/gtk/v4" ) func main() { app := gtk.NewApplication("com.github.diamondburned.gotk4-examples.gtk4.simple", gio.ApplicationFlagsNone) app.ConnectActivate(func() { activate(app) }) if code :=...