Преглед изворни кода

Update 'CARDPUTER CircuitPython/projects/README.md'

cube пре 7 месеци
родитељ
комит
ed36fd8334
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3
    0
      CARDPUTER CircuitPython/projects/README.md

+ 3
- 0
CARDPUTER CircuitPython/projects/README.md Прегледај датотеку

5
 
5
 
6
 ## Text Editor
6
 ## Text Editor
7
 A mostly functional, but incredibly basic text editor.
7
 A mostly functional, but incredibly basic text editor.
8
+
8
 ### Features
9
 ### Features
9
 - Cursor-less text editing (remember how Minecraft book writing used to feel like? Yeah. That.)
10
 - Cursor-less text editing (remember how Minecraft book writing used to feel like? Yeah. That.)
10
 - Save file - You only have to type the filename; the ".txt" extension will be automatically added.
11
 - Save file - You only have to type the filename; the ".txt" extension will be automatically added.
11
 - 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
 - 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
 - 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.
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
 ### Dependencies
15
 ### Dependencies
14
 - Keyboard library from this repository
16
 - Keyboard library from this repository
15
 - adafruit_display_text from the bundle
17
 - adafruit_display_text from the bundle
18
+- 
16
 ### Issues
19
 ### Issues
17
 - No line scrolling. Once you exceed 7 lines, you're guessing, bud
20
 - No line scrolling. Once you exceed 7 lines, you're guessing, bud
18
 - No folder support. It will only show text (.txt) files in the root /sd folder.
21
 - No folder support. It will only show text (.txt) files in the root /sd folder.