-
-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
20 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,22 +1,3 @@ | ||
# Roadmap: | ||
|
||
## Phase 0 (June 2019): | ||
|
||
* Have all basic features implemented including find and replace, print and settings. | ||
* Fix active bugs and glitches as much as possible. | ||
* Launch it on Microsoft Store and setup release pipeline on GitHub. | ||
* Create a landing website -> www.NotepadsApp.com | ||
|
||
## Phase 1 (Summer 2019): | ||
|
||
* Improve Find and Replace UX. | ||
* Automatic file save and restore (Session snapshot). | ||
* Markdown file preview. | ||
* Diff viewer. | ||
* Native support for app multi-instances. | ||
* Publish 1.0 version of Notepads by end of Summer 2019 (Sep-Oct). | ||
|
||
## Phase 2 (By end of 2019): | ||
|
||
* I will visit .Net core 3.0, Windows Apps, Xaml Island to see if I can port it over to win32 or WPF to get rid of UWP limitations and restrictions. | ||
* Get rid of some of the UWP limitations by using: [UWP with Desktop Extension](https://stefanwick.com/2018/04/06/uwp-with-desktop-extension-part-1) | ||
TBD |