A read-only .txt notes browser add-in for the Casio fx-CG50 (Prizm) graphing calculator. Browse folders, read notes with markdown-like formatting, and search across all files — all using the calculator’s built-in keys.
source/ Build environment, source code, tools, tests
calculator/ NOTES.g3a app file, ready to copy to your calculator
README.md You are here
calculator/NOTES.g3a to the calculator’s @MainMem\ folder (via FA-124 or USB mass storage).NOTES in \fls0\ on the calculator and put your .txt files in it.There is an empty calculator/NOTES\ folder ready for you to fill with your own .txt files. Only .txt files are supported. Organise them into subfolders however you like:
\fls0\NOTES\Maths\Pure\integration.txt
\fls0\NOTES\French\vocab.txt
\fls0\NOTES\CS\FloatingPoint\examples.txt
| Button | Action |
|---|---|
UP / DOWN |
Move selection |
EXE or F1 |
Open folder / file |
F2 |
Search all .txt files |
F6 or EXIT |
Parent folder |
MENU or AC |
Quit |
| Button | Action |
|---|---|
UP / DOWN |
Scroll line by line |
LEFT / RIGHT |
Horizontal scroll (unwrap wide lines) |
F3 |
Page up |
F4 |
Page down |
F1 |
Next search match / next page |
F2 |
Previous search match / previous page |
F5 |
Find text in current file |
F6 or EXIT |
Back to file browser |
#–####), bullets (- / *), numbered lists, blockquotes (>), horizontal rules (---)RIGHT to shift view horizontally, LEFT to shift backF5): case-insensitive, highlights matches, F1/F2 to jump between hitsF2 in browser): scans filenames, folder names, and file contents; results ranked by relevance (name match > content match > more hits = higher)UP/DOWN in the search box recalls past queries.DS_Store, ._*, .Trashes, etc../source/compile notes
Requires Docker. See source/tools/docker/Dockerfile.notes-source for the cross-compiler image.