HackMD
Collaborative markdown workspace with notes, teams, permissions, and published documents.
Writes a shared note, changes who is allowed to read it, and pulls the current contents of a document.
Use HackMD with Snow
Snow is a personal AI assistant that builds real apps for you, and they can put HackMD to work.
What Snow can do with HackMD
These are the HackMD operations Snow and the apps you build with it can run. Sign in to choose which ones Snow may run without asking.
Reads5
Look at your data without changing it.
- Get Account
Return the HackMD profile for the connected token and the teams visible to it. Use the returned team paths with tools that accept team_path.
- Get Note
Get a note by ID, including its Markdown content. The personal note route can also retrieve an accessible team note, so no team selector is needed.
- List Folders
List all folders in the personal workspace, or in one team workspace when team_path is supplied. Use a folder ID as parent_folder_id when creating a note. The team route is documented but was not live-tested.
- List Notes
List all notes in the personal workspace, or in one team workspace when team_path is supplied. HackMD returns the complete collection without pagination; the team route is documented but was not live-tested.
- List Trash
List soft-deleted notes in the personal workspace. Team trash is intentionally excluded because it requires team-admin permission and could not be live-tested.
Creates1
Add something new to your account.
- Create Note
Create a Markdown note in the personal workspace or a specified team workspace. The team branch is documented but was not live-tested because the test account belongs to no teams.
Updates1
Change something that is already there.
- Restore Notes
Restore one or more personal notes from HackMD trash. Returns a per-note success or failure outcome so a partial HTTP 207 result is never reported as an unconditional success.
Deletes1
Remove something. This often cannot be undone.
- Move Note to Trash
Soft-delete a note by moving it to trash in the personal workspace or an explicitly selected team workspace. This is not permanent deletion. Personal notes can be restored with HACKMD_RESTORE_NOTES; team deletion is documented but was not live-verified, and no team restore endpoint is mapped.
Related integrations
Ready to put HackMD to work?
Sign up free, build an app by chatting, and connect HackMD in minutes. No credit card required.