From 4b376bcf0d1c6128ec4ca64136b561a5cf45c8b5 Mon Sep 17 00:00:00 2001 From: Light Date: Sat, 14 Oct 2023 17:10:33 +1100 Subject: [PATCH] Add new htmx/templ template (#2984) * Add new htmx/templ template * update template name * Add new template changelog item --- website/docs/community/templates.mdx | 4 ++++ website/src/pages/changelog.mdx | 1 + 2 files changed, 5 insertions(+) diff --git a/website/docs/community/templates.mdx b/website/docs/community/templates.mdx index 6ff8344deb1..1a781c758a2 100644 --- a/website/docs/community/templates.mdx +++ b/website/docs/community/templates.mdx @@ -61,6 +61,10 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for - [wails-elm-template](https://github.com/benjamin-thomas/wails-elm-template) - Develop your GUI app with functional programming and a **snappy** hot-reload setup :tada: :rocket: - [wails-template-elm-tailwind](https://github.com/rnice01/wails-template-elm-tailwind) - Combine the powers :muscle: of Elm + Tailwind CSS + Wails! Hot reloading supported. +## HTMX + +- [wails-htmx-templ-chi-tailwind](https://github.com/PylotLight/wails-hmtx-templ-template) - Use a unique combination of pure htmx for interactivity plus templ for creating components and forms + ## Pure JavaScript (Vanilla) - [wails-pure-js-template](https://github.com/KiddoV/wails-pure-js-template) - A template with nothing but just basic JavaScript, HTML, and CSS diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx index 4923de6866f..6e4bd32fd22 100644 --- a/website/src/pages/changelog.mdx +++ b/website/src/pages/changelog.mdx @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added support for setting some of the Webview preferences, `textInteractionEnabled` and `tabFocusesLinks` on Mac. Added by @fkhadra in [PR](https://github.com/wailsapp/wails/pull/2937) - Added support for enabling/disabling fullscreen of the Webview on Mac. Added by @fkhadra in [PR](https://github.com/wailsapp/wails/pull/2953) - Added French README.fr.md page. Added by @nejos97 in [PR](https://github.com/wailsapp/wails/pull/2943) +- Added new community template wails-htmx-templ-chi-tailwind. Added by [@pylotlight](https://github.com/pylotlight) in [PR](https://github.com/wailsapp/wails/pull/2984) ### Changed