Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Feb 21, 2024
1 parent 1c427a4 commit 4db30c5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
17 changes: 14 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -728,9 +728,11 @@ <h3>
<p>Text files opened or shared by another app may be viewed and
edited. Some apps may share files or text using a <code>content</code> 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
<strong>Save as</strong> menu item to save the file elsewhere.</p>
editor will read the file into a new file. The <strong>Save</strong> item will save
the file in the original location if possible.</p>
<p><strong>Note</strong> – Apps that share files will usually only give another
app read permission. Use the <strong>Save as</strong> menu item to save the file
elsewhere.</p>

</div>
</section>
Expand All @@ -750,11 +752,20 @@ <h3>
<li>Ctrl+Shift+E – View mode</li>
<li>Ctrl+F – Search</li>
<li>Ctrl+Shift+F – Close search</li>
<li>Ctrl+Alt+F – Find next</li>
<li>Ctrl+G – Go to</li>
<li>Ctrl+M – Show menu</li>
<li>Ctrl+N – New file</li>
<li>Ctrl+O – Open file</li>
<li>Ctrl+S – Save file</li>
<li>Ctrl+Shift+S – Save as</li>
<li>Ctrl++ – Increase text size</li>
<li>Ctrl+- – Decrease text size</li>
<li>F3 – Find next</li>
<li>F10 – Show menu</li>
</ul>
<p>Many other shortcuts – Ctrl+A, Ctrl+C, Ctrl+V, Ctrl+X, Ctrl+Z
are already build in to android.</p>

</div>
</section>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,14 @@
<link>https://billthefarmer.github.io/editor/using/shared-file/</link>
<pubDate>Wed, 04 Mar 2020 17:43:39 +0000</pubDate>
<guid>https://billthefarmer.github.io/editor/using/shared-file/</guid>
<description>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.</description>
<description>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.&#xA;Note – Apps that share files will usually only give another app read permission.</description>
</item>
<item>
<title>Keyboard Shortcuts</title>
<link>https://billthefarmer.github.io/editor/using/keyboard-shortcuts/</link>
<pubDate>Wed, 21 Jul 2021 19:22:29 +0100</pubDate>
<guid>https://billthefarmer.github.io/editor/using/keyboard-shortcuts/</guid>
<description>When using an external keyboard, some keyboard shortcuts are implemented:&#xA;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 </description>
<description>When using an external keyboard, some keyboard shortcuts are implemented:&#xA;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.</description>
</item>
</channel>
</rss>
4 changes: 2 additions & 2 deletions docs/using/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@
<link>https://billthefarmer.github.io/editor/using/shared-file/</link>
<pubDate>Wed, 04 Mar 2020 17:43:39 +0000</pubDate>
<guid>https://billthefarmer.github.io/editor/using/shared-file/</guid>
<description>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.</description>
<description>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.&#xA;Note – Apps that share files will usually only give another app read permission.</description>
</item>
<item>
<title>Keyboard Shortcuts</title>
<link>https://billthefarmer.github.io/editor/using/keyboard-shortcuts/</link>
<pubDate>Wed, 21 Jul 2021 19:22:29 +0100</pubDate>
<guid>https://billthefarmer.github.io/editor/using/keyboard-shortcuts/</guid>
<description>When using an external keyboard, some keyboard shortcuts are implemented:&#xA;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 </description>
<description>When using an external keyboard, some keyboard shortcuts are implemented:&#xA;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.</description>
</item>
</channel>
</rss>

0 comments on commit 4db30c5

Please sign in to comment.