I'm developing a plugin that enables embedding PlantUML diagrams in markdown.
I have defined settings like below:
And I have tried to refer the settings from here in contentScript
But it seems that we can't use plugin's API from there.
How can I refer the plugin settings from contentScript?