Notes Switch: Difference between revisions
From GameBrew
More actions
No edit summary |
|||
| Line 24: | Line 24: | ||
2 This line will be cyan | 2 This line will be cyan | ||
3 This line will be magenta | 3 This line will be magenta | ||
| |||
==Controls== | ==Controls== | ||
Revision as of 09:35, 14 April 2023
| Notes | |
|---|---|
| File:Notesswitch.png | |
| General | |
| Author | suchmememanyskill |
| Type | Other Apps |
| Version | 1.0.1 |
| License | GPL-2.0 |
| Last Updated | 2019/11/03 |
| Links | |
| Download | |
| Website | |
| Source | |
A simple note taking app for the Switch.
User guide
Format of the notes.ini the app makes:
(number that indicates the color) (string)\n
Last line should be empty (so that the line above still has an \n) Example:
0 This line will be red 1 This line will be green 2 This line will be cyan 3 This line will be magenta
Controls
A - Cycle a notes color
X - Delete a note
Y - Add a note
Plus - Exit and save
D-Pad/Left Stick - Move 1 line at a time
Right Stick - Move fast
Changelog
v1.0.1
- Fix heap size so no gui apps crash after opening notes.
- Thanks to XorTroll for helping with this.
v1.0
- First release.