Simple notepad application for Android
- Link: github.com/2bllw8/notepad
- License: GPL-3.0
- Language: Java (Android)
Features
- Open, edit and create text files.
- Cursor and selection information.
- Undo actions.
- Automatically close brackets and quotes:
' '," ",( ),[ ],{ }. - Support different EOLs.
- Text wrapping.
- Commands:
/my text: find next occurrence of my text from the current cursor position.d/my text: delete all occurrences of my text.N d/my text: delete first N occurrences of my text (write the number instead of N).s/my text/new text: substitute all occurrences of my text with new text.N s/my text/new text: substitute first N occurrences of my text with new text (write the number instead of N).
- Open selected text from other apps as a new text file and save it on the device.
- Keyboard shortcuts:
ctrl+N: Create a new filectrl+O: Open a filectrl+Q: Quitctrl+S: Savectrl+Z: Undoctrl++: Increase text sizectrl+-: Decrease text sizectrl+/: Show (or hide) command field
Download
Download the apk from latest release tag.