Skip to content

Updating a note removes the title #89

Open
@arvidj

Description

@arvidj

When I use hackmd-cli notes update --noteId="XYZ" --content="New content" to set the contents of a note, the title of the note is removed. Trying to include the title of the note in the content, e.g.

hackmd-cli notes update --noteId="XYZ" --content="# My title\nNew content"

does not solve the issue: instead, the # My title part is included in the content of the note and the title is still empty.

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