From 3e3be438d9cd267e681fb203b0a9c9764cdc55f6 Mon Sep 17 00:00:00 2001 From: frigis1 <63980066+frigis1@users.noreply.github.com> Date: Sun, 3 Apr 2022 22:48:02 -0700 Subject: [PATCH] Create README.md --- apps/noteify/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 apps/noteify/README.md diff --git a/apps/noteify/README.md b/apps/noteify/README.md new file mode 100644 index 000000000..55e433f26 --- /dev/null +++ b/apps/noteify/README.md @@ -0,0 +1,25 @@ +# WARNING + +This app uses the [default alarm app](https://banglejs.com/apps/?id=alarm) to set alarms and timers. If this is not installed, alarm and timer functions will be disabled. + +## Usage + +* Select "New note" and use the onscreen keyboard to type. +* Swipe left and right to cycle between the alphabet, numerals, and symbols. +* Swipe down to lower the keyboard and see the entire note. Swipe up to re-enable the keyboard. +* Hit save 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. +* These same alarms will also appear in the default alarm app. The two apps should play nicely with each other, so you can set or delete alarms/timers from either app. The only difference is, Noteify will let you customize the alarm/timer alert. +* 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 + +![](menu.png) + +![](keypad.png) + +![](note.png) + +![](timer-alert.png)