From c9b81839b8a3b6c5e1b645f095804060156fe191 Mon Sep 17 00:00:00 2001 From: Sylvia Crowe Date: Wed, 9 Oct 2024 15:45:09 -0700 Subject: [PATCH 1/2] feat: add quicklook section in widgets --- docs/widgets.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/widgets.mdx b/docs/widgets.mdx index 912f00a..584262b 100644 --- a/docs/widgets.mdx +++ b/docs/widgets.mdx @@ -70,6 +70,10 @@ If you want to open a terminal for a child directory instead, you can right clic ##### Open a New Preview for a Child To open a new Preview Widget for a Child, you can right click on that file's row and select the **Open Preview in New Widget** option. + +##### Quick Look (MacOS only) +On a MacOS host, it is possible to use the Quick Look feature from the directory preview. To do this, select the file you wish to view and press `Space`. This will open a preview of your file in a separate window. This currently supports the filetypes that can be accessed by the `qlmanage` command. + #### Markdown Opening a markdown file will bring up a view of the rendered markdown. These files cannot be edited in the preview at this time. From 638cc112291ef8350270b6064956354da6761bef Mon Sep 17 00:00:00 2001 From: Sylvia Crowe Date: Wed, 9 Oct 2024 15:54:39 -0700 Subject: [PATCH 2/2] fix: add explanation of closing the preview --- docs/widgets.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets.mdx b/docs/widgets.mdx index 584262b..a8c07b6 100644 --- a/docs/widgets.mdx +++ b/docs/widgets.mdx @@ -72,7 +72,7 @@ To open a new Preview Widget for a Child, you can right click on that file's row ##### Quick Look (MacOS only) -On a MacOS host, it is possible to use the Quick Look feature from the directory preview. To do this, select the file you wish to view and press `Space`. This will open a preview of your file in a separate window. This currently supports the filetypes that can be accessed by the `qlmanage` command. +On a MacOS host, it is possible to use the Quick Look feature from the directory preview. To do this, select the file you wish to view and press `Space`. This will open a preview of your file in a separate window. This preview can then be closed by pressing `Space` again. This currently supports the filetypes that can be accessed by the `qlmanage` command. #### Markdown Opening a markdown file will bring up a view of the rendered markdown. These files cannot be edited in the preview at this time.