How Inkdrop implement the plugin architecture?

Hi,

The plugin architecture of Inkdrop which allows plugins to extend existing capabilities of the app is really amazing. I would love to learn how Inkdrop implement this architecture. I have to say I love the vim plugin so much because it makes my dream comes true. Now I can use Vim for development and note-taking as well (I don’t think there are apps out there which provide the same). Just a curious question :slight_smile:

Thanks so much!

1 Like

Thanks Phat.
I’ve written how I built it here:

Thanks for the reply!