Open treymo opened 3 years ago
@treymo , Can I work on this?
All yours! Do you mind showing an example of the UI you are envisioning before you get too far along so we can discuss it?
Sure @treymo
@treymo ,Does joplin API allow to set the setting from panel?
It is not possible to change Joplin settings directly from the UI, but you can have the UI post a message which the plugin can then receive and modify the setting on the UI's behalf: https://github.com/treymo/joplin-link-graph/blob/master/src/index.ts#L181
Right now I've been adding options to the Joplin plugin settings but I think these would be better and more discoverable/accessible if they were part of the HTML/Javascript UI in the graph panel itself