hackmdio / hackmdio/hackmd-cli
Updating a note removes the title
Offen
- Vorherrschende Sprache
- TypeScript
- Sterne
- 176
- Forks
- 13
- Ø Merge
- 1 T. 4 Std.
- Gemergte PRs (30 T.)
- 5
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.