Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Improve File Creation Process for JSON Files #228

Open
SwapnilChand opened this issue Dec 18, 2024 · 0 comments
Open

Improve File Creation Process for JSON Files #228

SwapnilChand opened this issue Dec 18, 2024 · 0 comments

Comments

@SwapnilChand
Copy link
Contributor

SwapnilChand commented Dec 18, 2024

Description:
Currently, users must create files while adhering to strict JSON naming conventions, including avoiding spaces and ensuring the file ends with a .json extension. The following changes are proposed:

  1. Title Display in Explorer: Display the document title in the file explorer for better visibility.
  2. Automatic Filename Formatting:
    • Replace spaces in user-provided names with hyphens (-).
    • Ensure the JSON file name matches the document title.
    • Automatically append .json to the filename if not already included.
  3. Backend Validation: Implement a check that adds the .json extension only if the user has not included it.

Expected Outcome:
This will streamline file creation, reduce user errors, and improve overall usability.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant