diff --git a/en/_posts/index.xml b/en/_posts/index.xml
index 9f327220..d79e76ff 100644
--- a/en/_posts/index.xml
+++ b/en/_posts/index.xml
@@ -6,8 +6,15 @@
Recent content in _Posts on uweb browser: unlimited powerHugoen
- Fri, 22 Aug 2025 08:32:50 +0800
+ Sat, 11 Oct 2025 08:55:53 +0800
+
+ Tips
+ https://jamesfengcao.gitlab.io/uweb/en/tips/
+ Sat, 11 Oct 2025 00:00:00 +0000
+ https://jamesfengcao.gitlab.io/uweb/en/tips/
+ <p><strong>Address bar autocompletion selection duplicate</strong><br>
When home screen input has the focus and address bar text begins with a single space, then the home screen input duplicates the autocompletion selection. Thus address bar autocompletion can be used as input method for cases like AI prompts.</p>
<p><strong>Text processing for clipboard data</strong><br>
On home screen, pressing the sharing button of the bottom toolbar popups the <a href="../textprocess/index.html#">text processing menu</a> for clipboard data.</p>
<p><strong>To show web pages in desktop mode</strong><br>
PC button + option "wide viewport" + global js "force page resizable".</p>
+ popup menu for Long pressed link and downloading
https://jamesfengcao.gitlab.io/uweb/en/longclick/
@@ -27,7 +34,7 @@
https://jamesfengcao.gitlab.io/uweb/en/input/
Fri, 13 Dec 2024 00:00:00 +0000https://jamesfengcao.gitlab.io/uweb/en/input/
- <p>Click the following links to install menus popped by long pressing the share button (with arrow-out-of-square as icon) on the bottom toolbar:<br>
<a href="i:0gdefault.input::@^J@%0A">New line</a><br>
<a href="i:0gdefault.input::@^Z@%1A%0A">CTRL-Z</a><br>
<a href="i:0gdefault.input::@^Y@%19%0A">CTRL-Y</a></p>
<p>Long pressing the share button in <a href="../index.html#">uweb browser</a> will popup menus defined in file "default.input", each line of which defines common phrase for user inputs. If the phrase begins with "@xxxx@", then "xxxx" part is the alias for the rest part of the string. Alias could be used for non-printable phrases.</p>
+ <p>Click the following links to install menus popped by long pressing the share button (with arrow-out-of-square as icon) on the bottom toolbar:<br>
<a href="i:0gdefault.input::@AddrBar%0A">Address Bar</a><br>
<a href="i:0gdefault.input::@^J@%0A">New line</a><br>
<a href="i:0gdefault.input::@^Z@%1A%0A">CTRL-Z</a><br>
<a href="i:0gdefault.input::@^Y@%19%0A">CTRL-Y</a></p>
<p>Long pressing the share button in <a href="../index.html#">uweb browser</a> will popup menus defined in file "default.input", each line of which defines common phrase for user inputs. If the phrase begins with "@xxxx@", then "xxxx" part is the alias for the rest part of the string. Alias could be used for non-printable phrases.</p>CSS styles
@@ -92,13 +99,6 @@
https://jamesfengcao.gitlab.io/uweb/en/bookmark/<p>AI, chatgpt etc.</p>
<ul>
<li><a href="https://aistudio.google.com/app/prompts/new_chat">google</a></li>
<li><a href="https://gemini.google.com/app">google gemini</a></li>
<li><a href="https://jeeves.ai/chat">jeeves</a></li>
<li><a href="https://poe.com">poe</a></li>
<li><a href="https://www.teach-anything.com/">teach-anything</a></li>
<li><a href="https://magickpen.com/">magickpen</a></li>
</ul>
<p>Scholar:</p>
<ul>
<li><a href="https://lumina.sh">Lumina</a></li>
</ul>
<p><a href="https://note.ms">note.ms</a><br>
<a href="https://rentry.org">rentry</a><br>
<a href="i:1w">Wait for url from other devices</a><br>
<a href="https://berify.com">berify: reverse image search for video</a></p>
<h3 id="associated-bookmarks">Associated bookmarks</h3>
<p><a href="../searchcat/index.html#">Search engine files</a> associate with bookmarks with extension ".html", which means the bookmark file if existing is appended to the page when the search engine file is on screen.</p>
<p>"help_en.html" bookmark associates with the user manual in English. Similarly, "help_zh.html" is for Chinese manual. Whenever user manual is open, the associated bookmark appears before the manual.</p>
-
- Tips
- https://jamesfengcao.gitlab.io/uweb/en/tips/
- Mon, 16 Jan 2023 00:00:00 +0000
- https://jamesfengcao.gitlab.io/uweb/en/tips/
- <p><strong>Text processing for clipboard data</strong>:<br>
On home screen, pressing the sharing button of the bottom toolbar popups the <a href="../textprocess/index.html#">text processing menu</a> for clipboard data.</p>
<p><strong>To show web pages in desktop mode</strong>:<br>
PC button + option "wide viewport" + global js "force page resizable".</p>
<p><strong>Playing audio when screen off</strong><br>
Option "Floating video" + video fullscreen playing</p>
<p><strong>Multiple home screens and Next/Prev page</strong>:<br>
home5.html, home6.mht(or .search or .html), home7.mht(or .search or .html), ... can be visited via pressing the right arrow button while home4.mht(or .search or .html), home3.mht(or .search or .html) ... with long pressing the left arrow.</p>
- Address bar command line
https://jamesfengcao.gitlab.io/uweb/en/acmd/
diff --git a/en/index.html b/en/index.html
index 89c6465c..0d3945f9 100644
--- a/en/index.html
+++ b/en/index.html
@@ -97,6 +97,12 @@
+
Long pressing the share button in uweb browser will popup menus defined in file "default.input", each line of which defines common phrase for user inputs. If the phrase begins with "@xxxx@", then "xxxx" part is the alias for the rest part of the string. Alias could be used for non-printable phrases.
-
Last Modified: 7 April 2025
-update search engines
+
Last Modified: 11 October 2025
+uweb1136: space-beginning address bar autocompletion as input method
Address bar autocompletion selection duplicate
+When home screen input has the focus and address bar text begins with a single space, then the home screen input duplicates the autocompletion selection. Thus address bar autocompletion can be used as input method for cases like AI prompts.
+
Text processing for clipboard data
On home screen, pressing the sharing button of the bottom toolbar popups the text processing menu for clipboard data.
-
To show web pages in desktop mode:
+
To show web pages in desktop mode
PC button + option "wide viewport" + global js "force page resizable".
Playing audio when screen off
Option "Floating video" + video fullscreen playing
-
Multiple home screens and Next/Prev page:
+
Multiple home screens and Next/Prev page
home5.html, home6.mht(or .search or .html), home7.mht(or .search or .html), ... can be visited via pressing the right arrow button while home4.mht(or .search or .html), home3.mht(or .search or .html) ... with long pressing the left arrow.
-
Click download button on the bottom toolbar to save remote webpage, the resulted offline file can be used as one of the home screens.
+
Click download button on the bottom toolbar to save remote webpage
+The resulted offline file can be used as one of the home screens.
Configuration folder and file managers
With bookmark, configuration folders can be symbolic linked to other public folders or managed by 3rd party file managers via termux.
-
Last Modified: 30 April 2024
-urlInc() prefers .search to .html
+
Last Modified: 11 October 2025
+uweb1136: space-beginning address bar autocompletion as input method