Skip to content

Commit

Permalink
Official Domain Name
Browse files Browse the repository at this point in the history
I got an official domain name for Smart Text Editor! The site's location will now be https://stedit.app, and the previous https://offroaders123.github.io/Smart-Text-Editor/ should redirect to the new address as well, thanks to GitHub Pages. It's crazy how far this project has come already! This will be my first custom domain in all of my work with web development so far (soon to be 2 years!!!).
  • Loading branch information
Offroaders123 committed Jul 1, 2021
1 parent 685f049 commit 26355fa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
stedit.app
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<table>
<tr>
<td>
<img width="64" src="https://offroaders123.github.io/Smart-Text-Editor/resources/icon.svg">
<img width="64" src="https://stedit.app/resources/icon.svg">
</td>
<td>
<h1>Smart Text Editor</h1>
Expand All @@ -19,7 +19,7 @@ This project can be opened with GitHub Pages, as well as installed to your devic

*A note ahead of time: If you are using Grammarly or another text editing-focused extension on lower-end hardware, I have run into performance issues when editing large files with Smart Text Editor, so I recommend disabling it for use with Smart Text Editor if it isn't neccesary for your task at hand (If you aren't writing an essay or something with normal grammar/spelling). However, this is just for performance concerns, so if your device can handle it, it is perfectly fine to leave such extensions enabled!*

### [Open Smart Text Editor with GitHub Pages](https://offroaders123.github.io/Smart-Text-Editor/)
### [Open Smart Text Editor with GitHub Pages](https://stedit.app)

A list of instructions to add a shortcut for Smart Text Editor to your device can be found below:

Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<meta name="google-site-verification" content="_LrfHy7pIualH1TolkQ5b3Po0dtjYrx-QQsiXelwx20">
<meta property="og:title" content="Smart Text Editor">
<meta property="og:description" content="The text editor that requires only a browser and a keyboard!">
<meta property="og:image" content="resources/share-1200.png">
<meta property="og:url" content="https://offroaders123.github.io/Smart-Text-Editor/">
<meta property="og:image" content="https://stedit.app/resources/share-1200.png">
<meta property="og:url" content="https://stedit.app">
<meta name="twitter:card" content="summary_large_image">
<meta id="theme_color" name="theme-color" content="#1e1e1e">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Text Editor">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<base href="https://offroaders123.github.io/Smart-Text-Editor/">
<link rel="canonical" href="https://offroaders123.github.io/Smart-Text-Editor/">
<base href="https://stedit.app">
<link rel="canonical" href="https://stedit.app">
<link rel="manifest">
<link rel="icon" type="image/svg+xml" href="resources/icon.svg">
<link rel="alternate icon" type="image/png" sizes="16x16" href="resources/icon-16.png">
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
self.Editor = {
version: 2.65,
version: 2.7,
environment: () => ({
macOS_device: (/(Mac)/i.test(navigator.platform) && navigator.standalone == undefined)
})
Expand Down

0 comments on commit 26355fa

Please sign in to comment.