{"id":23820158,"url":"https://github.com/randomguy70/smartnotesce","last_synced_at":"2025-09-07T02:31:04.316Z","repository":{"id":51013841,"uuid":"362617096","full_name":"randomguy70/SmartNotesCE","owner":"randomguy70","description":"A text editor for the TI 84 Plus CE written in C","archived":false,"fork":false,"pushed_at":"2023-08-03T12:19:02.000Z","size":1057,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-08-03T13:57:51.703Z","etag":null,"topics":["ce-calculator","notes-app","text-editor","ti-84-plus-ce"],"latest_commit_sha":null,"homepage":"https://www.cemetech.net/forum/viewtopic.php?p=292777","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/randomguy70.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-28T21:59:23.000Z","updated_at":"2023-07-22T18:55:07.000Z","dependencies_parsed_at":"2022-09-25T01:01:19.360Z","dependency_job_id":null,"html_url":"https://github.com/randomguy70/SmartNotesCE","commit_stats":null,"previous_names":[],"tags_count":4,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randomguy70%2FSmartNotesCE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randomguy70%2FSmartNotesCE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randomguy70%2FSmartNotesCE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randomguy70%2FSmartNotesCE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/randomguy70","download_url":"https://codeload.github.com/randomguy70/SmartNotesCE/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232165722,"owners_count":18481990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ce-calculator","notes-app","text-editor","ti-84-plus-ce"],"created_at":"2025-01-02T07:28:28.011Z","updated_at":"2025-01-02T07:28:28.637Z","avatar_url":"https://github.com/randomguy70.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **\u003cdiv align=\"center\"\u003eSmartNotesCE\u003c/div\u003e**\n\n### A text editor for the TI 84 Plus CE calculator written in C by Randomguy.\n\n# \u003cdiv align=\"center\"\u003eI 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)!\n\nIf 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)\nThank you!\n\n---\n\n## 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)\n- Jacobly\n  - helped create the CE C toolchain\n  - 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.\n  - many helpful \u0026 patient comments \u0026 suggestions\n- MateoC\n  - created the [CE C Toolchain](https://github.com/CE-Programming/toolchain/releases/tag/v9.1)\n  - many helpful and (usually) patient comments \u0026 suggestions\n  - 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\n- Epsilon5\n  - 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!\n- iPhoenix\n  - Helpful suggestions and feedback on the colors and GUI appearance of SmartNotes CE.\n- RoccoLox Programs\n  - First by far to offer to do Beta-testing\n- Fghsgh\n  - helpful \u0026 patient comments \u0026 suggestions\n- Commandz \u0026 Alvajoy123\n  - help with fonts\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandomguy70%2Fsmartnotesce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frandomguy70%2Fsmartnotesce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandomguy70%2Fsmartnotesce/lists"}