Back to Xbar

Category

xbarapp.com/templates/category.html

1.10.11.0 KB
Original Source

{{ define "title" }}{{ .Category.Text }} in your macOS menu bar{{ end }} {{ define "head" }} {{ end }} {{ define "body" }}

{{ if .FeaturedPlugins }}

{{ range .FeaturedPlugins }} Featured {{ .Title }} {{ if .Desc }}

{{ .Desc }}

{{ end }} {{ range .Authors }} {{ if .Name }} {{ if .GitHubUsername }} {{ .Name }} (@{{ .GitHubUsername }}) {{ if .ImageURL }} {{ end }} {{ else }} {{ .Name }} {{ end }} {{ end }} {{ end }} {{ end }}

Fancy having your plugin featured? Get in touch.

{{ end }} {{ if .Category.ChildrenCategories }}

Looking for something specific?

{{ template "subcategories" .Category.ChildrenCategories }}

{{ end }} {{ template "plugins" .Plugins }}

{{ end }} {{ define "subcategories" }} {{ if . }} {{ range $k, $v := . }} {{ $v.Text }} {{ template "subcategories" .ChildrenCategories }} {{ end }} {{ end }} {{ end }}