nosdav / pastebin

NosDAV pastebin
https://nosdav.github.io/pastebin/
MIT License
8 stars 1 forks source link

Implement multi-file management support #4

Closed melvincarvalho closed 1 year ago

melvincarvalho commented 1 year ago

Add support for managing multiple files in the app:

  1. Add an input field for users to enter the desired filename.
  2. Update loadFile and save functions to use the entered filename.
  3. Optionally, implement a file listing to display available files.

These changes will allow users to work with multiple files by specifying filenames and loading or saving contents as needed.