More actions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Notes | |title=Notes | ||
|image= | |image=notesnx.png | ||
|description=A simple note taking app for the switch | |description=A simple note taking app for the switch | ||
|author=suchmememanyskill | |author=suchmememanyskill | ||
Line 8: | Line 8: | ||
|version=1.0.1 | |version=1.0.1 | ||
|license=GPL-2.0 | |license=GPL-2.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/notesnx.7z | ||
|website=https://github.com/suchmememanyskill/Notes | |website=https://github.com/suchmememanyskill/Notes | ||
|source=https://github.com/suchmememanyskill/Notes | |source=https://github.com/suchmememanyskill/Notes | ||
Line 20: | Line 20: | ||
Last line should be empty (so that the line above still has an \n) | Last line should be empty (so that the line above still has an \n) | ||
Example: | Example: | ||
<pre> | |||
0 This line will be red | |||
1 This line will be green | |||
2 This line will be cyan | |||
3 This line will be magenta | |||
</pre> | |||
==Controls== | ==Controls== |
Latest revision as of 01:12, 18 April 2023
Notes | |
---|---|
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.