-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/XamDR/ModernNotepad
- Loading branch information
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# ModernNotepad | ||
Modern Notepad is a modern and minimalist notepad application. | ||
# Welcome to Modern Notepad | ||
|
||
Modern Notepad was created to be a modern a minimalist notepad application. It does not include any features that are available in code editors or similar apps. It just tries to mimic most of the features of the classical Windows Notepad application, but adds spell checking capability and support for light/dark/OS themes. | ||
|
||
## Main Features | ||
|
||
- Spell checking | ||
- Light/Dark/OS theme | ||
- Find/Replace text | ||
- Print preview/Print | ||
- Font settings | ||
|
||
## Screenshots | ||
|
||
Here are some screenshots of the application: | ||
<!--![Light Theme](C:\Users\Max\Desktop)--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
title: Modern Notepad | ||
theme: jekyll-theme-cayman | ||
show_downloads: true |