WIP
hackbar doesn't require any permission, we fetch HackMD data by the following URLs:
GET /me
: To get teams informationGET /api/overview
: To get all notes in my workspaceGET /api/_/history
: To get recent notesGET /api/_/search
: To search notesGET /template
: To get templatesGET /new
: To create new empty notePOST /template/<templateId>
: To create new note from template