You may create a New file shortcut in the launcher which will open +a new file in Editor.
+ +diff --git a/README.md b/README.md index df6fd59..abc74ec 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,10 @@ You will be prompted to choose a viewer for an html file containing the encoded markdown from the current open file. If the text contains no markdown the result will be the same text. +### Shortcut +You may create a **New file** shortcut in the launcher which will open +a new file in Editor. + ### Regular expressions Explaining [regular expressions](https://en.wikipedia.org/wiki/Regular_expression) used in diff --git a/build.gradle b/build.gradle index 70c94d1..51b4717 100644 --- a/build.gradle +++ b/build.gradle @@ -25,8 +25,8 @@ android { applicationId "org.billthefarmer.editor" minSdkVersion 14 targetSdkVersion 28 - versionName "1.70" - versionCode 170 + versionName "1.71" + versionCode 171 buildConfigField "long", "BUILT", System.currentTimeMillis() + "L" } diff --git a/docs/404.html b/docs/404.html index 9a45db1..336a7ce 100644 --- a/docs/404.html +++ b/docs/404.html @@ -1,7 +1,7 @@
- + diff --git a/docs/images/Editor-shortcut.png b/docs/images/Editor-shortcut.png new file mode 100644 index 0000000..466bf93 Binary files /dev/null and b/docs/images/Editor-shortcut.png differ diff --git a/docs/images/Editor-syntax.png b/docs/images/Editor-syntax.png index 168d216..573ea29 100644 Binary files a/docs/images/Editor-syntax.png and b/docs/images/Editor-syntax.png differ diff --git a/docs/index.html b/docs/index.html index 368e4c8..1c7b7a6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,7 +1,7 @@ - + @@ -83,6 +83,8 @@You may create a New file shortcut in the launcher which will open +a new file in Editor.
+ +