Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/empyreal96/markdownuwp
A simple Markdown and General text editor for Windows 10 Desktop and Mobile. Can also be used as a general text editor
https://github.com/empyreal96/markdownuwp
editor markdown markdown-editor markdown-viewer text-editor uwp w10m windows-10 windows10 windows10mobile
Last synced: 19 days ago
JSON representation
A simple Markdown and General text editor for Windows 10 Desktop and Mobile. Can also be used as a general text editor
- Host: GitHub
- URL: https://github.com/empyreal96/markdownuwp
- Owner: Empyreal96
- Created: 2022-05-12T01:44:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T23:40:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T14:26:05.875Z (about 1 month ago)
- Topics: editor, markdown, markdown-editor, markdown-viewer, text-editor, uwp, w10m, windows-10, windows10, windows10mobile
- Language: C#
- Homepage:
- Size: 2.25 MB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Universal Markup Editor
## A simple markdown and general text editor supporting many filesEasily create, open and edit Markdown and a variety of Text based files files on Desktop or Mobile.
### Requirements
- Windows 10 Builds 15063 - 17763### Features
- '.md' and '.markdown' files supported, common text based files alse supported (`.txt`, `.cs` and many more!)
- Preview rendered markdown
- Built in Markdown Syntax help
- Auto Updates### Known Issues
- Markdown Previews have issues displaying correct text scailing
- Markdown Previews fail to load images### Acknowledgments
- Credit to [SnowCait/MarkdownEditor](https://github.com/SnowCait/MarkdownEditor) for source used as initial reference
- Markdown backend provided by 'Core.Markdown' nuget by tobiasschulz
- Uses Microsoft.UI.Xaml
- Win2D from Microsoft
- Octokit by Github
- SharpCompress for extracting updates