Chatgpt Prompt Manager and loader

Improve version of ChatGPT Notepad With ability to browse and load prompt easily

Pada tanggal 22 Mei 2023. Lihat %(latest_version_link).

Penulis
Holo Lawrance
Nilai
0 0 0
Versi
1.0
Dibuat
22 Mei 2023
Diperbarui
22 Mei 2023
Size
5,64 KB
Lisensi
MIT
Berlaku untuk

This code are improvemnt of ChatGPT unofficial notepad, it creates a notepad-like interface that allows you to have multiple text windows. Each window has a title and a text area where you can type and save text. Here's how it works:

It starts by creating a floating window on the screen where the notepads will appear.

It creates a specified number of text windows (in this case, 10) and hides them initially.

For each text window, it creates a title input field and a text area where you can write and save your text. It also saves the title and text content in the browser's localStorage, so when you reopen the page, your saved content will be restored.

It creates a dropdown menu that shows the titles of all the text windows. When you select a title from the dropdown menu, the corresponding text window is displayed, and the previously displayed window is hidden.

It creates a "Load to ChatGPT" button. When you click this button, the text from the currently displayed text window is loaded into a ChatGPT textbox on the page. This allows you to transfer the text from the notepad to the ChatGPT.

Finally, it creates a "Show Credits" button. When you click this button, it displays a message showing the credits for the original developers of the ChatGPT-based notepad.