From 31bc3f42af1e43046ee3384438d1d81a7d454b08 Mon Sep 17 00:00:00 2001 From: Ani <115020168+drawbyperpetual@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:02:29 +0100 Subject: [PATCH 1/4] Improved Advanced Paste docs - Custom Actions and Paste as .html --- hub/powertoys/advanced-paste.md | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/hub/powertoys/advanced-paste.md b/hub/powertoys/advanced-paste.md index b23e301ed1..ee40a79553 100644 --- a/hub/powertoys/advanced-paste.md +++ b/hub/powertoys/advanced-paste.md @@ -31,7 +31,7 @@ From the Settings menu, the following options can be configured: | Clipboard history | Enable to automatically save clipboard history. | | Open Advanced Paste shortcut | The customizable keyboard command to open the **Advanced Paste** window. | | Automatically close the Advanced Paste window after it loses focus | Determines whether the Advanced Paste window will close after focus is lost from the window. | -| Custom Actions | Create and manage advanced paste custom actions. (Requires Paste with AI to be enabled). | +| Custom Actions | When using Paste with AI, save the prompts you frequently use and give them descriptive names so you can easily pick them out from the Advanced Paste window without having to type them out. You can also assign them keyboard commands so you can execute them without opening the Advanced Paste window. | | Paste as plain text directly shortcut | The customizable keyboard command to paste as plain text without opening the **Advanced Paste** window. | | Paste as Markdown directly shortcut | The customizable keyboard command to paste as Markdown without opening the **Advanced Paste** window. | | Paste as JSON directly shortcut | The customizable keyboard command to paste as JSON without opening the **Advanced Paste** window. | @@ -118,24 +118,15 @@ If pasting files is accepted within the application that you are using (e.g. Fil ### Paste as .html file -**Paste as .html file** enables you to paste text stored in your clipboard as a .html file with an auto-generated file name. You can optionally set a quick key shortcut in settings. +**Paste as .html file** enables you to paste html data stored in your clipboard as a .html file with an auto-generated file name. This is especially useful for saving a part of a web-page from a browser - including links, formatted text and images. You can optionally set a quick key shortcut in settings. Sample input: -```html - - - - PowerToys - - -

PowerToys

-

PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity.

- - -``` +
+PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity.
+
-If pasting files is accepted within the application that you are using (e.g. File Explorer), then the paste as .html file action will take the input text and paste a .html file. +If pasting files is accepted within the application that you are using (e.g. File Explorer), then the paste as .html file action will take the input data and paste a .html file. ### Paste text with AI From 1ae839f2e52bb5385f0a6d6d21f000f131b25817 Mon Sep 17 00:00:00 2001 From: Ani <115020168+drawbyperpetual@users.noreply.github.com> Date: Fri, 15 Nov 2024 00:26:14 +0100 Subject: [PATCH 2/4] Update hub/powertoys/advanced-paste.md Co-authored-by: Alvin Ashcraft <73072+alvinashcraft@users.noreply.github.com> --- hub/powertoys/advanced-paste.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/powertoys/advanced-paste.md b/hub/powertoys/advanced-paste.md index ee40a79553..e7e941fec9 100644 --- a/hub/powertoys/advanced-paste.md +++ b/hub/powertoys/advanced-paste.md @@ -118,7 +118,7 @@ If pasting files is accepted within the application that you are using (e.g. Fil ### Paste as .html file -**Paste as .html file** enables you to paste html data stored in your clipboard as a .html file with an auto-generated file name. This is especially useful for saving a part of a web-page from a browser - including links, formatted text and images. You can optionally set a quick key shortcut in settings. +**Paste as .html file** enables you to paste html data stored in your clipboard as a .html file with an auto-generated file name. This is especially useful for saving a part of a webpage from a browser - including links, formatted text and images. You can optionally set a quick key shortcut in settings. Sample input: From e6301888c497a71f66e8a9ef606bc446df625bf3 Mon Sep 17 00:00:00 2001 From: Ani <115020168+drawbyperpetual@users.noreply.github.com> Date: Fri, 15 Nov 2024 00:26:33 +0100 Subject: [PATCH 3/4] Update hub/powertoys/advanced-paste.md Co-authored-by: Alvin Ashcraft <73072+alvinashcraft@users.noreply.github.com> --- hub/powertoys/advanced-paste.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/powertoys/advanced-paste.md b/hub/powertoys/advanced-paste.md index e7e941fec9..4dcc40333b 100644 --- a/hub/powertoys/advanced-paste.md +++ b/hub/powertoys/advanced-paste.md @@ -31,7 +31,7 @@ From the Settings menu, the following options can be configured: | Clipboard history | Enable to automatically save clipboard history. | | Open Advanced Paste shortcut | The customizable keyboard command to open the **Advanced Paste** window. | | Automatically close the Advanced Paste window after it loses focus | Determines whether the Advanced Paste window will close after focus is lost from the window. | -| Custom Actions | When using Paste with AI, save the prompts you frequently use and give them descriptive names so you can easily pick them out from the Advanced Paste window without having to type them out. You can also assign them keyboard commands so you can execute them without opening the Advanced Paste window. | +| Custom Actions | When using Paste with AI, save the prompts you frequently use and give them descriptive names, so you can easily select them from the Advanced Paste window without having to type them out. You can also assign each action a keyboard command, so you can execute them without opening the Advanced Paste window. | | Paste as plain text directly shortcut | The customizable keyboard command to paste as plain text without opening the **Advanced Paste** window. | | Paste as Markdown directly shortcut | The customizable keyboard command to paste as Markdown without opening the **Advanced Paste** window. | | Paste as JSON directly shortcut | The customizable keyboard command to paste as JSON without opening the **Advanced Paste** window. | From d4c31af818a3bf07766adc430cf69d13615af63d Mon Sep 17 00:00:00 2001 From: Ani <115020168+drawbyperpetual@users.noreply.github.com> Date: Fri, 15 Nov 2024 02:24:36 +0100 Subject: [PATCH 4/4] Removed Paste as .html sample --- hub/powertoys/advanced-paste.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hub/powertoys/advanced-paste.md b/hub/powertoys/advanced-paste.md index 4dcc40333b..555d39138d 100644 --- a/hub/powertoys/advanced-paste.md +++ b/hub/powertoys/advanced-paste.md @@ -120,12 +120,6 @@ If pasting files is accepted within the application that you are using (e.g. Fil **Paste as .html file** enables you to paste html data stored in your clipboard as a .html file with an auto-generated file name. This is especially useful for saving a part of a webpage from a browser - including links, formatted text and images. You can optionally set a quick key shortcut in settings. -Sample input: - -
-PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity.
-
- If pasting files is accepted within the application that you are using (e.g. File Explorer), then the paste as .html file action will take the input data and paste a .html file. ### Paste text with AI