Browse Source

Update 'CARDPUTER CircuitPython/projects/README.md'

cube 7 months ago
parent
commit
ed36fd8334
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      CARDPUTER CircuitPython/projects/README.md

+ 3
- 0
CARDPUTER CircuitPython/projects/README.md View File

@@ -5,14 +5,17 @@ When using a file in CircuitPython, it needs to be renamed to "code.py" as this
5 5
 
6 6
 ## Text Editor
7 7
 A mostly functional, but incredibly basic text editor.
8
+
8 9
 ### Features
9 10
 - Cursor-less text editing (remember how Minecraft book writing used to feel like? Yeah. That.)
10 11
 - Save file - You only have to type the filename; the ".txt" extension will be automatically added.
11 12
 - Open file - You can select from a list of files in the SD card. Still no line scrolling here, so only the first 7 files will be visible
12 13
 - If you open a file, the save menu conveniently fills in the filename for you, so you don't have to write it again to re-save.
14
+- 
13 15
 ### Dependencies
14 16
 - Keyboard library from this repository
15 17
 - adafruit_display_text from the bundle
18
+- 
16 19
 ### Issues
17 20
 - No line scrolling. Once you exceed 7 lines, you're guessing, bud
18 21
 - No folder support. It will only show text (.txt) files in the root /sd folder.