BangleApps_old/apps/noteify
Erik Andresen 5eda7ae889 noteify interface
Use write callback to wait for reload
2022-11-29 18:07:12 +01:00
..
ChangeLog Use default Bangle formatter for booleans 2022-06-18 22:08:51 +02:00
README.md Allow Noteify on Bangle.js 1 2022-07-22 15:14:03 +02:00
app-icon.js
app.js Use default Bangle formatter for booleans 2022-06-18 22:08:51 +02:00
app.png
interface.html noteify interface 2022-11-29 18:07:12 +01:00
menu.png
metadata.json Allow Noteify on Bangle.js 1 2022-07-22 15:14:03 +02:00
note.png
timer-alert.png
widget.js Create widget.js 2022-04-08 17:47:44 -07:00

README.md

WARNING

This app uses the Scheduler library and requires a keyboard library.

Usage

  • Select "New note" and use the onscreen keyboard to type.
  • Hit back button to exit back to the main menu. New notes are added to the main menu. If you don't type anything and you hit the back button, no new note will be saved.
  • Selecting a note from the main menu will allow you to edit, delete, or change the position of the note (1 being the top of the list).
  • By selecting "set as alarm" or "set as timer", you can also use this note as a custom message for alerts from alarms and timers. Once you hit save, the alarm or timer is set.
  • Any alarms or timers you set will appear under "edit alarms/timers." If the alarm/timer is set to a note, the note will appear on the top of the menu. If an alarm/timer is set without a custom message, it will simply say Alarm or Timer on the top of the menu.
  • On the alarm/timer alert, only the first 30 characters of the note will appear - any more and you run the risk of pushing the sleep/ok buttons off-screen.

Images

Web interface

You can also add, edit or delete notes in the web interface, accessible with the download button.