Przeglądaj źródła

docs: Add opencode-md-table-formatter and plugin template (#5405)

Zeno Jiricek 2 miesięcy temu
rodzic
commit
e241aa21b9
1 zmienionych plików z 7 dodań i 5 usunięć
  1. 7 5
      packages/web/src/content/docs/ecosystem.mdx

+ 7 - 5
packages/web/src/content/docs/ecosystem.mdx

@@ -25,16 +25,18 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw
 | [opencode-antigravity-auth](https://github.com/NoeFabris/opencode-antigravity-auth)               | Use Antigravity's free models instead of API billing                  |
 | [opencode-dynamic-context-pruning](https://github.com/Tarquinen/opencode-dynamic-context-pruning) | Optimize token usage by pruning obsolete tool outputs                 |
 | [opencode-wakatime](https://github.com/angristan/opencode-wakatime)                               | Track OpenCode usage with Wakatime                                    |
+| [opencode-md-table-formatter](https://github.com/franlol/opencode-md-table-formatter/tree/main)   | Clean up markdown tables produced by LLMs                             |
 
 ---
 
 ## Projects
 
-| Name                                                          | Description                                                |
-| ------------------------------------------------------------- | ---------------------------------------------------------- |
-| [kimaki](https://github.com/remorses/kimaki)                  | Discord bot to control OpenCode sessions, built on the SDK |
-| [opencode.nvim](https://github.com/NickvanDyke/opencode.nvim) | Neovim plugin for editor-aware prompts, built on the API   |
-| [portal](https://github.com/hosenur/portal)                   | Mobile-first web UI for OpenCode over Tailscale/VPN        |
+| Name                                                                              | Description                                                |
+| --------------------------------------------------------------------------------- | ---------------------------------------------------------- |
+| kimaki (https://github.com/remorses/kimaki)                                       | Discord bot to control OpenCode sessions, built on the SDK |
+| opencode.nvim (https://github.com/NickvanDyke/opencode.nvim)                      | Neovim plugin for editor-aware prompts, built on the API   |
+| portal (https://github.com/hosenur/portal)                                        | Mobile-first web UI for OpenCode over Tailscale/VPN        |
+| opencode plugin template (https://github.com/zenobi-us/opencode-plugin-template/) | Template for building OpenCode plugins                     |
 
 ---