aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/workflowy/webview.js
diff options
context:
space:
mode:
authorLibravatar tukiplus <98679174+tukiplus@users.noreply.github.com>2022-02-16 20:33:50 +0900
committerLibravatar GitHub <noreply@github.com>2022-02-16 12:33:50 +0100
commited79419783ebf85056a27cdcd8802eac0d802f81 (patch)
tree0c6b60353546766ab661075dc78f51f4f2e31434 /recipes/workflowy/webview.js
parentdocs: add tukiplus as a contributor for code (#833) (diff)
downloadferdium-recipes-ed79419783ebf85056a27cdcd8802eac0d802f81.tar.gz
ferdium-recipes-ed79419783ebf85056a27cdcd8802eac0d802f81.tar.zst
ferdium-recipes-ed79419783ebf85056a27cdcd8802eac0d802f81.zip
Add WorkFlowy recipe (#829)
Diffstat (limited to 'recipes/workflowy/webview.js')
-rw-r--r--recipes/workflowy/webview.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/workflowy/webview.js b/recipes/workflowy/webview.js
new file mode 100644
index 0000000..97238c9
--- /dev/null
+++ b/recipes/workflowy/webview.js
@@ -0,0 +1,8 @@
1module.exports = () => {
2 // TODO: If your workflowy service has unread messages, uncomment these lines to implement the logic for updating the badges
3 // const getMessages = () => {
4 // // TODO: Insert your notification-finding code here
5 // Ferdi.setBadge(0, 0);
6 // };
7 // Ferdi.loop(getMessages);
8};