-
Notifications
You must be signed in to change notification settings - Fork 3
Privacy Policy
Copyright (c) 2016-2018 Patrick J. Wu
Fcus is a minimal Markdown UWP editor made based on HTML5 and Javascript, inspired from Markdown Editor and Markdown.UWP. Fcus required Internet connection partially.
Your document opened will not be uploaded in the application or included in the diagnostic report.
The Internet Permission is included with displaying the online images using ![]()
and redirect to new pages using []()
. No extra data will be uploaded or included in the application.
This Project is under the Unlincense. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
Please be reminded that the license has changed to MIT.
- markdown-it 4.1.1
- CodeMirror 5.1.1
- highlight.js 9.12.0
- emojify 1.1
- jQuery 3.2.1
- js-deflate
- UWP Community Toolkit 1.5.1
- UDE.CSharp.UWP 1.0.1
Referenced code from Markdown.UWP and Markdown Editor.
A big thanks to @yinyue200 for implementing features of multiple instance and file association.