joplin/packages/app-desktop/services/plugins/plugin_index.html

13 lines
211 B
HTML

<html>
<head>
<script src="./plugin_index.js"></script>
<script>
// joplin.plugins.register({
// onStart: async function() {
// alert('PLUGIN STARTED');
// },
// });
</script>
</head>
</html>