obsidian-kindle-plugin
obsidian-kindle-plugin copied to clipboard
Added a parameter on the startSync() function.
Expose a parameter in order to use the function in another plugin. This is in order to make the API more accessible.
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.
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 ?