Generate a TI‑84 Plus CE notes app with formatted equations and text from your notes. No local setup is required.
- Click Use this template on GitHub and create your own repo
- Add/Remove or edit files in
notes/(via GitHub web editor or locally) - Commit/push to
main(ormaster) - Open Actions -> Build and Release (left side) -> Run workflow
- Wait for the run to finish
- Download the
notes-template-artifactsartifact from that run from the summary page - Transfer
NOTES_BUNDLE.8xgto your calculator - Run
NOTESon calculator
- Put your note files in
notes/ - Prefer
.texfilenames for better GitHub syntax highlighting - Note titles shown in-app come from filenames
Supported TeX/LaTeX-style commands are listed in LATEX_COMMANDS_SUPPORTED.md
From the downloaded artifact, transfer:
NOTES_BUNDLE.8xg
After each change:
- Push changes
- Run Build and Release manually from Actions
- Download the newest
notes-template-artifacts - Re-transfer
NOTES_BUNDLE.8xg
If you create and push a tag like v1.0.0, the same build outputs are also attached to a GitHub Release automatically

