xardbaiz / joplin-plugin-hackmd

Quick share notes on HackMD
12 stars 2 forks source link

Option to chosse a codiMD server #3

Open yelloff opened 2 years ago

yelloff commented 2 years ago

Hi,

it would be nice to have the option to chose a different server. For example a private codimd/hedgedoc instance. https://github.com/hedgedoc/hedgedoc

xardbaiz commented 2 years ago

Interesting. The whole idea was to share on the internet (not intranet). Can you explain more, why do you need this feature, please?

yelloff commented 2 years ago

I thought it would be nice to share the notes I took offline with the people in our organisation We use CodiMD for notes during meetings or for proposal writing. As long as Joplin doesn't support multiple users real time editing we will use CodiMD for our group work.

SeptemberHX commented 2 years ago

We can also sync to codiMD as many times as we want. Currently hackmd only allows 2000 api calls each month for free users, which is not enough if we want to automatically sync between joplin and hackmd.

Not sure whether the offical @HackMd/api package can support the apis in codiMD, but codiMD has everything we need:

  1. no api call limits because we host it by ourself
  2. not very standardized, but functional apis:
    • create new note with body
    • update note body
    • get note by id
    • note actions