diff options
author | Kevin <[email protected]> | 2024-11-11 00:45:17 -0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-11 00:45:17 -0300 |
commit | 88291578497345523e797ea7cc8b61560906e3aa (patch) | |
tree | ceaf4cbf2f30dfc1a76f342e7f2515b12b20b372 /docs/guide/getting-started/supported-languages.md | |
parent | 44710fb30105f5e76fc84845e9379787440f3c4c (diff) | |
parent | 302fcae7ae0b58767518e6003d0a80966d7ca4bb (diff) |
Merge branch 'Aylur:main' into lua-refactor
Diffstat (limited to 'docs/guide/getting-started/supported-languages.md')
-rw-r--r-- | docs/guide/getting-started/supported-languages.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/guide/getting-started/supported-languages.md b/docs/guide/getting-started/supported-languages.md index d6d669d..eacd1da 100644 --- a/docs/guide/getting-started/supported-languages.md +++ b/docs/guide/getting-started/supported-languages.md @@ -21,6 +21,15 @@ Examples: - [Simple Bar](https://github.com/Aylur/astal/tree/main/examples/js/simple-bar)  +- [Notification Popups](https://github.com/Aylur/astal/tree/main/examples/js/notifications) + + +- [Applauncher](https://github.com/Aylur/astal/tree/main/examples/js/applauncher) + + +- [Media Player](https://github.com/Aylur/astal/tree/main/examples/js/media-player) + + ## Lua Lua is well-supported, but I would still recommend TypeScript, as Lua lacks a type system, which in turn limits editor support. |