obsidian-kindle-plugin icon indicating copy to clipboard operation
obsidian-kindle-plugin copied to clipboard

Added a parameter on the startSync() function.

Open 0xchatware opened this issue 1 year ago • 2 comments

Expose a parameter in order to use the function in another plugin. This is in order to make the API more accessible.

0xchatware avatar Jul 27 '23 22:07 0xchatware

Curiously — what's the use case that you are trying to implement from your other plugin?

I think there is a better way to expose this plugin's API than what you've done.

hadynz avatar Jul 27 '23 23:07 hadynz

My kindle is jailbroken, and has an SSH daemon (USB networking).

The plugin's principle is to get My Clippings.txt from my kindle to my computer by an scp command. Then after getting the file, I want to use Kindle Highlights to parse my kindle notes.

What do you think is the best way to expose the plugin's API ?

0xchatware avatar Jul 28 '23 00:07 0xchatware