From 8f87080cbb7c1f7b5e376c730f307bae459c9527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= Date: Thu, 21 May 2026 13:45:57 +0200 Subject: [PATCH] Add the Orbiton text editor to the documentation --- docs/integrations.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/integrations.rst b/docs/integrations.rst index 34b87e023..2b3fa2e12 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -136,6 +136,7 @@ plays videos. Fast multi-threaded loading, JPEG exif rotation, grid view and connecting to the webcam make it a versatile terminal utility. + File managers ------------------- .. _tool_ranger: @@ -281,6 +282,14 @@ features such a split windows, previews, REPLs etc. Integrates with kitty to use native kitty windows for its windows/panels and REPLs. +.. _tool_orbiton: + +`orbiton `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +A terminal text editor that uses kitty's graphics protocol to render Markdown +documents with fonts and images inline (use the ``-B`` flag for a word +processor-like book mode), and to preview images in its built-in file browser. + .. tool_vim_slime: `vim-slime `_