| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Co-authored-by: Yukaii <4230968+Yukaii@users.noreply.github.com> Agent-Logs-Url: https://github.com/hackmdio/hackmd-cli/sessions/db58a90f-83f9-407a-b2a2-c2eacb0bfe8d
…commands Co-authored-by: Yukaii <4230968+Yukaii@users.noreply.github.com> Agent-Logs-Url: https://github.com/hackmdio/hackmd-cli/sessions/db58a90f-83f9-407a-b2a2-c2eacb0bfe8d
Co-authored-by: Yukaii <4230968+Yukaii@users.noreply.github.com> Agent-Logs-Url: https://github.com/hackmdio/hackmd-cli/sessions/dba8311e-aed9-4ee8-80dd-606daddd67ca
Co-authored-by: Yukaii <4230968+Yukaii@users.noreply.github.com> Agent-Logs-Url: https://github.com/hackmdio/hackmd-cli/sessions/7156bf48-aff5-4ff0-b181-2ce53fcebec1
|
@copilot resolve the merge conflicts in this pull request |
Sorry, something went wrong.
…-description-support # Conflicts: # README.md # src/commands/notes/create.ts # src/commands/notes/update.ts # src/commands/team-notes/create.ts # src/commands/team-notes/update.ts
Merge conflicts resolved in commit d1ec87c. The conflicting files (src/commands/notes/create.ts, src/commands/notes/update.ts, src/commands/team-notes/create.ts, src/commands/team-notes/update.ts, README.md) now include both the parentFolderId support from master and the tags/permissions flags from this PR. |
Sorry, something went wrong.
Co-authored-by: Cursor <cursoragent@cursor.com>
| Back | FazBrowse Home | New Git URL |
The CLI had no way to set or view note tags, despite the HackMD API returning tags: string[] on every Note object.
Changes
Example
Since tags is not part of the upstream CreateNoteOptions type or the updateNote payload's Pick, the extended payload is cast through an intersection type (& {tags?: string[]}) before being forwarded to the API client.
💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.