From 1e51eec4dfc12b737d9dcc9031b0790b1e0ad6b9 Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Thu, 19 Oct 2023 18:52:10 -0700 Subject: [PATCH] Add note on README re: windows and images --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fafb72c9..e28a69cb 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ _presenterm_ with the `sixel` feature flag, which is disabled by default. You ca cargo build --release --features sixel ``` -> **Note**: this feature flag is only needed if your terminal emulator only supports sixel. many terminals support the kitty or iterm2 protocols so this isn't necessary. +> **Note**: this feature flag is only needed if your terminal emulator only supports sixel. Many terminals support the kitty or iterm2 protocols so this isn't necessary. Images are rendered **in their default size**. This means if your terminal window is 100 pixels wide and your image is 50 pixels wide, it will take up 50% of the width. If an image does not fit in the screen, it will be scaled down to fit @@ -120,6 +120,8 @@ it. ![](assets/demo-image.png) +> **Note**: image rendering is currently not supported on Windows. + ## Themes _presenterm_ supports themes so you can customize your presentation's look. See the [built-in themes](themes) as