mirror of
https://github.com/izzy2lost/textie.git
synced 2026-03-26 17:00:44 -07:00
79 lines
4.2 KiB
HTML
79 lines
4.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<title>Textie Editor</title>
|
|
<link type="image/x-icon" rel="icon" href="site_assets/favicon.ico"/>
|
|
<link type="text/css" rel="stylesheet" href="style.css"/>
|
|
<link type="text/css" rel="stylesheet" href="onitorLightTheme.css"/>
|
|
<script type="text/javascript" src="script.js"></script>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="onitor-theme" content="true"/>
|
|
</head>
|
|
<body>
|
|
<div id="menu-left">
|
|
<ul>
|
|
<li class="navbar">
|
|
<a href="index.html">Home</a>
|
|
</li>
|
|
<li class="navbar">
|
|
<b>Download</b>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="menu-right">
|
|
<ul>
|
|
<li class="navbar dropdown" onclick="ShowDropdown(this, 'dropdown-content')">Language
|
|
<ul class="dropdown-content">
|
|
<li class="navbar">
|
|
<a href="download-ru.html">Русский</a>
|
|
</li>
|
|
<li class="navbar">
|
|
<a href="download-hy.html">Հայերեն</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="current-version">
|
|
<p>Current version: 0.9.6<br> Next version: 0.9.7</p>
|
|
</div>
|
|
<div id="text">
|
|
<img src="site_assets/logo.png" height="32px" width="32px" id="logo" />
|
|
<h1 id="header">Textie Editor</h1>
|
|
<div id="center-text">
|
|
<h2>Installation</h2>
|
|
<h3>Appxbundle Installation</h3>
|
|
<p>Click <b>download</b> to download the appxbundle file. Also change the system date to <b>2020</b>, because of the certificate of last version has expired (no need on mobile).<br>
|
|
For desktop Windows 10 1607 or later, you need to obtain the Certificate that signed the App and open the appxbundle file.<br>
|
|
For more info, see <a href="https://docs.microsoft.com/en-us/previous-versions/windows/apps/bg126232(v=win.10)#installing-the-app-package-without-using-a-visual-studio-script">
|
|
Installing developer packages on Windows RT</a>.<br>
|
|
Or you can download the full package and run <b>Add-AppDevPackage.ps1</b> on all versions of desktop Windows 10.<br>
|
|
To install downloaded Textie Editor package, first make sure if sideloading or developer mode is enabled.<br>
|
|
To enable sideloading or developer mode, go to <b>Settings > Update & Security > For Developers</b> and set <b>Sideload apps</b> or <b>Developer mode</b>.<br>
|
|
If sideloading or developer mode is selected,
|
|
you will be receive a warning that installing app from untrusted sources could expose your device and data,
|
|
or harm your device, click <b>yes</b>. On desktop versions, the Windows might download developer packages, wait until completion.<br> Now you can install Textie Editor appxbundle.
|
|
Click to downloaded appxbundle and you'll be shown installation window, click <b>install</b> and wait,
|
|
if the app is not appeared in all apps list, try again.<br>
|
|
Now Textie Editor app is installed.</p>
|
|
<div class="splitbutton-dropdownmenu">
|
|
<a href="TextieEditor_0.9.6.0_x86_x64_arm.appxbundle" style="text-decoration: none;">
|
|
<input type="button" value="Download" class="splitbutton splitbutton-action"/>
|
|
</a>
|
|
<input type="button" value="▼" class="splitbutton splitbutton-dropdown" onclick="ShowDropdown(this, 'splitbutton-dropdown-content')" />
|
|
<div class="splitbutton-dropdown-content">
|
|
<a href="https://github.com/10Develops/textie/releases/download/0.9.6/TextieEditor_0.9.6.0_ARM64.appx">Download for ARM64</a>
|
|
<a href="https://github.com/10Develops/textie/releases/download/0.9.6/TextieEditor_0.9.6_FullPackage.zip">Download full package</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<footer id="getit">
|
|
<a><img src="https://developer.microsoft.com/en-us/store/badges/images/English_get-it-from-MS.png" height="60px" alt="Get" title="Get app from Microsoft Store" alt="Soon on Microsoft Store" /></a>
|
|
<a href="https://twitter.com/TextieEditor"><img src="https://pbs.twimg.com/profile_images/1111729635610382336/_65QFl7B_400x400.png" height="60px" alt="Textie on X" title="Textie on X" /></a>
|
|
<a href="https://github.com/10Develops/textie"><img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" height="60px" alt="Get source of Textie Editor from GitHub" title="Textie on GitHub" /></a>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|