From 4db30c5265619249f79492d67dd95754443ca9a7 Mon Sep 17 00:00:00 2001 From: Bill Farmer Date: Wed, 21 Feb 2024 13:56:46 +0000 Subject: [PATCH] Update docs --- docs/index.html | 17 ++++++++++++++--- docs/index.xml | 4 ++-- docs/using/index.xml | 4 ++-- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/docs/index.html b/docs/index.html index 228bf6e..aff3971 100644 --- a/docs/index.html +++ b/docs/index.html @@ -728,9 +728,11 @@

Text files opened or shared by another app may be viewed and edited. Some apps may share files or text using a content URI that is not resolvable to a path to a file in storage. In that case the -editor will read the file into the default file. The default file in -storage will not be overwritten unless the file is saved. Use the -Save as menu item to save the file elsewhere.

+editor will read the file into a new file. The Save item will save +the file in the original location if possible.

+

Note – Apps that share files will usually only give another +app read permission. Use the Save as menu item to save the file +elsewhere.

@@ -750,11 +752,20 @@

  • Ctrl+Shift+E – View mode
  • Ctrl+F – Search
  • Ctrl+Shift+F – Close search
  • +
  • Ctrl+Alt+F – Find next
  • +
  • Ctrl+G – Go to
  • +
  • Ctrl+M – Show menu
  • Ctrl+N – New file
  • Ctrl+O – Open file
  • Ctrl+S – Save file
  • Ctrl+Shift+S – Save as
  • +
  • Ctrl++ – Increase text size
  • +
  • Ctrl+- – Decrease text size
  • +
  • F3 – Find next
  • +
  • F10 – Show menu
  • +

    Many other shortcuts – Ctrl+A, Ctrl+C, Ctrl+V, Ctrl+X, Ctrl+Z +are already build in to android.

    diff --git a/docs/index.xml b/docs/index.xml index 487fd50..c8080d6 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -168,14 +168,14 @@ https://billthefarmer.github.io/editor/using/shared-file/ Wed, 04 Mar 2020 17:43:39 +0000 https://billthefarmer.github.io/editor/using/shared-file/ - Text files opened or shared by another app may be viewed and edited. Some apps may share files or text using a content URI that is not resolvable to a path to a file in storage. In that case the editor will read the file into the default file. The default file in storage will not be overwritten unless the file is saved. Use the Save as menu item to save the file elsewhere. + Text files opened or shared by another app may be viewed and edited. Some apps may share files or text using a content URI that is not resolvable to a path to a file in storage. In that case the editor will read the file into a new file. The Save item will save the file in the original location if possible. Note – Apps that share files will usually only give another app read permission. Keyboard Shortcuts https://billthefarmer.github.io/editor/using/keyboard-shortcuts/ Wed, 21 Jul 2021 19:22:29 +0100 https://billthefarmer.github.io/editor/using/keyboard-shortcuts/ - When using an external keyboard, some keyboard shortcuts are implemented: Ctrl+E – Edit mode Ctrl+Shift+E – View mode Ctrl+F – Search Ctrl+Shift+F – Close search Ctrl+N – New file Ctrl+O – Open file Ctrl+S – Save file Ctrl+Shift+S – Save as + When using an external keyboard, some keyboard shortcuts are implemented: Ctrl+E – Edit mode Ctrl+Shift+E – View mode Ctrl+F – Search Ctrl+Shift+F – Close search Ctrl+Alt+F – Find next Ctrl+G – Go to Ctrl+M – Show menu Ctrl+N – New file Ctrl+O – Open file Ctrl+S – Save file Ctrl+Shift+S – Save as Ctrl++ – Increase text size Ctrl+- – Decrease text size F3 – Find next F10 – Show menu Many other shortcuts – Ctrl+A, Ctrl+C, Ctrl+V, Ctrl+X, Ctrl+Z are already build in to android. diff --git a/docs/using/index.xml b/docs/using/index.xml index 079e574..c1fc495 100644 --- a/docs/using/index.xml +++ b/docs/using/index.xml @@ -161,14 +161,14 @@ https://billthefarmer.github.io/editor/using/shared-file/ Wed, 04 Mar 2020 17:43:39 +0000 https://billthefarmer.github.io/editor/using/shared-file/ - Text files opened or shared by another app may be viewed and edited. Some apps may share files or text using a content URI that is not resolvable to a path to a file in storage. In that case the editor will read the file into the default file. The default file in storage will not be overwritten unless the file is saved. Use the Save as menu item to save the file elsewhere. + Text files opened or shared by another app may be viewed and edited. Some apps may share files or text using a content URI that is not resolvable to a path to a file in storage. In that case the editor will read the file into a new file. The Save item will save the file in the original location if possible. Note – Apps that share files will usually only give another app read permission. Keyboard Shortcuts https://billthefarmer.github.io/editor/using/keyboard-shortcuts/ Wed, 21 Jul 2021 19:22:29 +0100 https://billthefarmer.github.io/editor/using/keyboard-shortcuts/ - When using an external keyboard, some keyboard shortcuts are implemented: Ctrl+E – Edit mode Ctrl+Shift+E – View mode Ctrl+F – Search Ctrl+Shift+F – Close search Ctrl+N – New file Ctrl+O – Open file Ctrl+S – Save file Ctrl+Shift+S – Save as + When using an external keyboard, some keyboard shortcuts are implemented: Ctrl+E – Edit mode Ctrl+Shift+E – View mode Ctrl+F – Search Ctrl+Shift+F – Close search Ctrl+Alt+F – Find next Ctrl+G – Go to Ctrl+M – Show menu Ctrl+N – New file Ctrl+O – Open file Ctrl+S – Save file Ctrl+Shift+S – Save as Ctrl++ – Increase text size Ctrl+- – Decrease text size F3 – Find next F10 – Show menu Many other shortcuts – Ctrl+A, Ctrl+C, Ctrl+V, Ctrl+X, Ctrl+Z are already build in to android.