mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-15 09:04:04 +02:00
13 lines
211 B
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>
|