BangleApps/apps/noteify
Randy Heydon e5a6b42195 noteify: make notes available to clock info.
This adds a clock info list for Noteify, with each note as an entry in that
list.  This gives a way for a user to put a note directly on any clock with
a clock info area.  Loosely inspired by the scratchpad of the Advanced Casio
Clock (advcasio).
2025-02-25 21:21:07 -05:00
..
ChangeLog noteify: make notes available to clock info. 2025-02-25 21:21:07 -05:00
README.md noteify: make notes available to clock info. 2025-02-25 21:21:07 -05:00
app-icon.js Create app-icon.js 2022-04-03 22:47:30 -07:00
app.js Use default Bangle formatter for booleans 2022-06-18 22:08:51 +02:00
app.png Add files via upload 2022-04-03 22:48:29 -07:00
clkinfo.js noteify: make notes available to clock info. 2025-02-25 21:21:07 -05:00
interface.html Added Utils.readStorageJSON and relaxed JSON parser, and swap all interface.html over 2023-11-23 12:52:48 +00:00
menu.png Add files via upload 2022-04-08 16:57:42 -07:00
metadata.json noteify: make notes available to clock info. 2025-02-25 21:21:07 -05:00
note.png Add files via upload 2022-04-08 16:57:42 -07:00
timer-alert.png Add files via upload 2022-04-08 16:57:42 -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.
  • Notes can be shown in a clock info area so you can leave messages for yourself. Swipe the clock info area left/right to reach the Noteify category, then swipe up/down to switch between notes.

Images

Web interface

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