mirror of https://github.com/espruino/BangleApps
Allow Noteify on Bangle.js 1
parent
aee02b93e3
commit
81eb874e71
|
@ -1,6 +1,6 @@
|
||||||
# WARNING
|
# WARNING
|
||||||
|
|
||||||
This app uses the [Scheduler library](https://banglejs.com/apps/?id=sched) and requires a keyboard such as [Swipe keyboard](https://banglejs.com/apps/?id=kbswipe).
|
This app uses the [Scheduler library](https://banglejs.com/apps/?id=sched) and requires a [keyboard library](https://banglejs.com/apps/?c=textinput#).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "Write notes using an onscreen keyboard and use them as custom messages for alarms or timers.",
|
"description": "Write notes using an onscreen keyboard and use them as custom messages for alarms or timers.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool,alarm",
|
"tags": "tool,alarm",
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"noteify.app.js","url":"app.js"},
|
{"name":"noteify.app.js","url":"app.js"},
|
||||||
|
|
Loading…
Reference in New Issue