Skip to content

Fix: Create new note with multiple hierarchies #66

@danbi2990

Description

@danbi2990

Change line below in the notes.py/NotesNewCommand,

before:
directory = os.path.join(self.notes_dir, filename[0])

after:
directory = os.path.join(self.notes_dir, *filename[:-1])

Just FYI users.

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