https://github.com/randomguy70/smartnotesce
A text editor for the TI 84 Plus CE written in C
https://github.com/randomguy70/smartnotesce
ce-calculator notes-app text-editor ti-84-plus-ce
Last synced: 7 months ago
JSON representation
A text editor for the TI 84 Plus CE written in C
- Host: GitHub
- URL: https://github.com/randomguy70/smartnotesce
- Owner: randomguy70
- Created: 2021-04-28T21:59:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T12:19:02.000Z (over 2 years ago)
- Last Synced: 2023-08-03T13:57:51.703Z (over 2 years ago)
- Topics: ce-calculator, notes-app, text-editor, ti-84-plus-ce
- Language: C
- Homepage: https://www.cemetech.net/forum/viewtopic.php?p=292777
- Size: 1.01 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **
SmartNotesCE**
### A text editor for the TI 84 Plus CE calculator written in C by Randomguy.
#
I am working on a rewrite of SmartNotes viewable [here](https://github.com/randomguy70/smartNotesRewrite). Feel free to comment/critique/suggest any ideas you have in the [discussion](https://github.com/randomguy70/smartNotesRewrite/discussions/1)!
If you use or modify my code in any way in a public project, then please credit me for all of my code that you were inspired by, modified, or used in any way! By the way, if you are a beginning developer in [C](https://en.wikipedia.org/wiki/C_(programming_language)) for the CE, I would encourage you to use/modify my [inputString](https://github.com/randomguy70/SmartNotesCE/blob/521253caf59c80d1f80eb029ee82a46bda4e9c1d/smart_notes_ce/src/includesCode/text.c#L3) function for any [TI 84 plus CE](https://education.ti.com/en/products/calculators/graphing-calculators/ti-84-plusce) calculator programs that you write in C; it is pretty fast, efficient, has a blinking cursor, and supports lowercase, uppercase, and number modes, and takes up far less room than the standard [scanf()](https://www.tutorialspoint.com/c_standard_library/c_function_scanf.htm) function that comes with the [TI 84 Plus CE toolchain.](https://github.com/CE-Programming/toolchain/releases/tag/v9.1) In addition, you can check out the CE documentation [here](https://ce-programming.github.io/toolchain/index.html), and if you have any questions feel free to ask them on [Cemetech.](https://cemetech.net)
Thank you!
---
## This project could not have been done (probably) without the constant help and guidance of (including but not limited to) these coders on [Cemetech](https://www.cemetech.net), a TI Calculator software development site (mostly for the TI 84 Plus CE, because it is the best calculator)
- Jacobly
- helped create the CE C toolchain
- created [this function](https://github.com/randomguy70/SmartNotesCE/blob/8dbbe24928ba71f39dc3627c0b699b59bafe70bd/smart_notes_ce/src/includesCode/key.c#L6) that returns the OS_GetCSC value of the last key pressed using the ultra-fast kb_Data array.
- many helpful & patient comments & suggestions
- MateoC
- created the [CE C Toolchain](https://github.com/CE-Programming/toolchain/releases/tag/v9.1)
- many helpful and (usually) patient comments & suggestions
- also the creator of [Oiram, a port of Mario](https://www.cemetech.net/downloads/files/1526/x1526), [Pacman](https://www.cemetech.net/downloads/files/1305/x1305), [Cesium, a shell for the TI-84 Plus CE](https://www.cemetech.net/downloads/files/1372/x2292), and many more TI-84 Plus CE related software projects
- Epsilon5
- Many very helpful suggestions and feedback on the colors and GUI appearance of SmartNotes CE. This program would look a lot worse if it wasn't for him and iPhoenix!
- iPhoenix
- Helpful suggestions and feedback on the colors and GUI appearance of SmartNotes CE.
- RoccoLox Programs
- First by far to offer to do Beta-testing
- Fghsgh
- helpful & patient comments & suggestions
- Commandz & Alvajoy123
- help with fonts