xardbaiz / joplin-plugin-hackmd

Quick share notes on HackMD
12 stars 2 forks source link

Feature Request: Integrate with the new HackMD API #5

Closed Yukaii closed 9 months ago

Yukaii commented 2 years ago

Hi @xardbaiz,

I'm Yukai at HackMD. Recently we built the new API in HackMD, enabling broader possibilities for tools and integrations, for example, updating or deleting a note. We’ve also released a new API client targeting with the new API.

I’ve also found that you raised a PR (https://github.com/hackmdio/api-client/pull/14) for setting the note title. In the new API, you can specify title using markdown h1 syntax, like:

# title

We’d like to invite you to enhance the Joplin plugin with the new HackMD API. Feel free to ping us if you encounter any issues or have any great ideas about the new API!

xardbaiz commented 2 years ago

Wow! What great news! I will definitely start work on integration using new HMD client soon! Thanks a lot!

xardbaiz commented 9 months ago

Implemented, merged. PR: #7 Thanks again for the cool service & API