From 786ddad91d858a60882bd20be279558131e99b68 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Thu, 15 Oct 2015 12:50:40 +0200 Subject: PLUGIN demo_plugin This plugin try to cover Shaarli's plugin API entirely. Can be used by plugin developper to make their own. --- plugins/demo_plugin/demo_plugin.js | 1 + 1 file changed, 1 insertion(+) create mode 100755 plugins/demo_plugin/demo_plugin.js (limited to 'plugins/demo_plugin/demo_plugin.js') diff --git a/plugins/demo_plugin/demo_plugin.js b/plugins/demo_plugin/demo_plugin.js new file mode 100755 index 00000000..1fc327e6 --- /dev/null +++ b/plugins/demo_plugin/demo_plugin.js @@ -0,0 +1 @@ +console.log("I love the smell of napalm in the morning."); \ No newline at end of file -- cgit v1.2.3