Markit is a cross platform plain-text editor developed in C++ by William Markley. It offers the ability to open, edit, and write files composed of ASCII characters. The application relies on the SDL2 and SDL2_ttf graphics libraries to render pixels to the screen. This desktop application is packaged for Windows(.exe), OS X(.app), RPM Linux, and Debian Linux. Markit is installed via an .rpm (RPM Linux), .deb (Debian Linux), disk image (OS X), or installer (Windows).
RETURN: Adds new line to document
BACKSPACE: Deletes the character in the position before your current position
DELETE: Deletes the character at your current position
UP Arrow: Moves position up 1 line if available
DOWN Arrow: Moves position down 1 line if available
LEFT Arrow: Moves position left 1 position if available
RIGHT Arrow: Moves position right 1 position if available
TAB: Inserts TAB_LENGTH(4) spaces at current position
ESC: Closes Window
HOME: Moves position to beginning of current line
END: Moves position to end of current line
F1: Save File
F2: Save File As
MOUSE Left Click: Moves position to position clicked by mouse (if valid position)
TEXTUAL INPUT: Adds the given input to the screen
Blue Boxes are clickable buttons.
F1: Selects Left Boxes
F2: Selects Right Boxes
- Download Markit-1.1-Setup
- Run the installer
To Uninstall: Run the Markit uninstaller under the Markit folder in the start menu
- Download Markit-1.1.dmg
- Drag Markit.app to Applications Folder
If you are given a security warning when trying to run:
- Right click Markit.app
- Select Open
- Select Yes in the dialog box
To Unistall: Drag Markit.app to the Trash
- Download markit_1.1-1_amd64.deb
- Open DEB with Package Installer and press "Install"
To Install on Command Line: sudo dpkg -i markit_1.1-1_amd64.deb
To Uninstall on Command Line: sudo dpkg --purge markit
- Download markit-1.1-1.x86_64.rpm
- Open RPM with Software Installer and press "Install"
To Unistall: Open the Software application and press "Remove" next to Markit
To Install on Command Line: sudo dnf install ~/Downloads/markit-1.1-1.x86_64.rpm
To Uninstall on Command Line: sudo dnf remove markit
SDL2 library
SDL2 TTF library
Markit Icon
Courier True Type Font
Inability to scroll when text leaves screen. Text is still saved and can be viewed by expanding the screen.