diff options
| author | Zeno Jiricek <[email protected]> | 2025-12-12 09:32:49 +1030 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-11 17:02:49 -0600 |
| commit | e241aa21b92bc2f911e0a9e904834479f9555684 (patch) | |
| tree | 18578a73b8eb9d40fd00e459efd5d32730fd515d | |
| parent | 1fd005838c90b987f64d1f3bf047d7c39db3acab (diff) | |
| download | opencode-e241aa21b92bc2f911e0a9e904834479f9555684.tar.gz opencode-e241aa21b92bc2f911e0a9e904834479f9555684.zip | |
docs: Add opencode-md-table-formatter and plugin template (#5405)
| -rw-r--r-- | packages/web/src/content/docs/ecosystem.mdx | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx index 77584f1a5..42df490cf 100644 --- a/packages/web/src/content/docs/ecosystem.mdx +++ b/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 | --- |
