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

Improve File Creation Process for JSON Files #228

Description

@SwapnilChand

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions