From 6fc5edf4280d3e307e2ff11024c2f50eea2f2aff Mon Sep 17 00:00:00 2001 From: Erik Andresen Date: Mon, 9 May 2022 10:32:13 +0200 Subject: [PATCH] noteify: Add interface Add web interface to add, edit and delete notes --- apps/noteify/README.md | 3 ++ apps/noteify/interface.html | 93 +++++++++++++++++++++++++++++++++++++ apps/noteify/metadata.json | 1 + 3 files changed, 97 insertions(+) create mode 100644 apps/noteify/interface.html diff --git a/apps/noteify/README.md b/apps/noteify/README.md index d3868efcf..c846709de 100644 --- a/apps/noteify/README.md +++ b/apps/noteify/README.md @@ -18,3 +18,6 @@ This app uses the [Scheduler library](https://banglejs.com/apps/?id=sched) and r ![](note.png) ![](timer-alert.png) + +## Web interface +You can also add, edit or delete notes in the web interface, accessible with the download button. diff --git a/apps/noteify/interface.html b/apps/noteify/interface.html new file mode 100644 index 000000000..027c98860 --- /dev/null +++ b/apps/noteify/interface.html @@ -0,0 +1,93 @@ + + + + + +
+
+
+ +
+
+ +
+
+
+ + + + diff --git a/apps/noteify/metadata.json b/apps/noteify/metadata.json index bedff0e5b..7e897d1f0 100644 --- a/apps/noteify/metadata.json +++ b/apps/noteify/metadata.json @@ -14,6 +14,7 @@ ], "data": [{"name":"noteify.json"}], "dependencies": {"scheduler":"type","textinput":"type"}, + "interface": "interface.html", "screenshots": [ {"url": "menu.png"}, {"url": "note.png"},