Skip to content

Long File Names #38

@r-menezes

Description

@r-menezes

Amazing tool !! It saved me many hours.

I ran into some problems while using it though. Sometimes I wrote filenames in notion which were just too large.
To avoid this problem, I did a quick a dirty fix altering N2O.py (inserted after line 122):

        # Trim long titles
        if len(new_file_name ) > 200:
            new_file_name = new_file_name[:200]

This solved the issue of file names being too large, but I lost some information. If I had more time, I would look for a solution saving the previous title inside the markdown document for safekeeping.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions