From c5bd26172be2951148a8ac2d0dd3f6e6683b5b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B4=95=E0=B5=81=E0=B4=9F=E0=B5=8D=E0=B4=9F=E0=B5=82?= =?UTF-8?q?=E0=B4=B8=E0=B5=8D?= Date: Tue, 14 Oct 2025 00:33:52 +0200 Subject: [PATCH 1/2] add void editor to text editors collection Void is the open-source Cursor alternative. --- collections/text-editors/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/collections/text-editors/index.md b/collections/text-editors/index.md index faf2be94b75..227b8c83ec2 100644 --- a/collections/text-editors/index.md +++ b/collections/text-editors/index.md @@ -15,6 +15,7 @@ items: - atom/atom - LightTable/LightTable - zedapp/zed + - voideditor/void - microsoft/vscode - zyedidia/micro - neoedmund/neoeedit From 41cdba8a7d95909a3a5331b07f0c39a9e093fc77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B4=95=E0=B5=81=E0=B4=9F=E0=B5=8D=E0=B4=9F=E0=B5=82?= =?UTF-8?q?=E0=B4=B8=E0=B5=8D?= Date: Tue, 14 Oct 2025 08:15:30 +0200 Subject: [PATCH 2/2] move void editor to end of the list --- collections/text-editors/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/text-editors/index.md b/collections/text-editors/index.md index 227b8c83ec2..a6be92fd438 100644 --- a/collections/text-editors/index.md +++ b/collections/text-editors/index.md @@ -15,7 +15,6 @@ items: - atom/atom - LightTable/LightTable - zedapp/zed - - voideditor/void - microsoft/vscode - zyedidia/micro - neoedmund/neoeedit @@ -40,6 +39,7 @@ items: - zed-industries/zed - KDE/kate - pulsar-edit/pulsar + - voideditor/void display_name: Text editors created_by: leereilly