Greasy Fork is available in English.

Chatgpt Prompt Manager and loader

Improved version of ChatGPT Notepad with the ability to browse and load prompts easily

Autor
Holo Lawrance
Instalări zilnice
2
Total instalări
124
Rating-uri
1 0 0
Versiune
2.6
Creat
22-05-2023
Actualizat
03-06-2023
Licență
GPL3
Se aplică pe

This code are improvement of ChatGPT unofficial notepad (https://greasyfork.org/en/scripts/466476-chatgpt-unofficial-notepad), it creates a notepad-like interface that allows you to have multiple text windows.Menu are dropdown, Each Note has title that can be edit, text area where you can type text and automaticaly save and one click button to load content of note to chatgpt textbox. Very good tool if you do Multi Prompt task or JB.

GITHUB : https://github.com/tukangcode/ChatGPT-Prompt-maneger

Current feature
Dropdown Menu
Custom note; need more notes? you can modify script to increase Notepad windows
File naming, Not need confuse and check every note, cause now you can give the name to your note
Tired copy-paste? No problem just Click Load To ChatGPT
Save your note individually.
Show and hide windows with keyboard button ALT+P


Limitation
You Still need click textbox to be able use Enter function to send message
Android User(firefox,safari,etc) may found this script bit useless
It may conflicted with other Script so watch out and look up.
You clean your web browser cache, your note also will get delete

Any question ? give comment here.
Made in 12 hours modifed Original script and asking chatgpt help :-)

Instruction to increase number of your notepad
1. Open you Tamper monkey dashboard or go to script on extension sidebar click script and click edit
2. Go to Line number 17 find this code var numWindows = 10; // Number of text windows
3. Modified number 10 as many you need.