mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add associated bookmarks
This commit is contained in:
parent
271c6b869d
commit
b4c443b85c
27 changed files with 110 additions and 97 deletions
|
@ -6,7 +6,7 @@
|
|||
<description>Recent content in _Posts on uweb browser: unlimited power</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en</language>
|
||||
<lastBuildDate>Tue, 02 Apr 2024 11:45:19 +0800</lastBuildDate>
|
||||
<lastBuildDate>Mon, 08 Apr 2024 08:58:19 +0800</lastBuildDate>
|
||||
<atom:link href="/en/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Text selection/processing</title>
|
||||
|
@ -62,7 +62,7 @@
|
|||
<link>/en/bookmark/</link>
|
||||
<pubDate>Mon, 16 Jan 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/bookmark/</guid>
|
||||
<description>AI, chatgpt etc.
google gemini komo andi devv.ai poe freegpt teach-anything magickpen Wait for url from other devices
berify: reverse image search for video
Tips File handling and styling with home.css &quot;home.css&quot; (in current folder, parent folder or the &quot;bookmark&quot; folder) styles bookmarks, search engines and the folder itself. The file is in html format instead of CSS, so it needs &quot;&lt;style&gt;&quot; tag for CSS.
Install markdeep styling for markdown files</description>
|
||||
<description>AI, chatgpt etc.
google gemini komo andi devv.ai poe freegpt teach-anything magickpen Wait for url from other devices
berify: reverse image search for video
Associated bookmarks Search engine files associate with bookmarks with postfix &quot;.search.html&quot;, which means the bookmark file if existing is appended to the page when the search engine file is on screen.
&quot;help_en.html&quot; bookmark associates with the user manual in English. Similarly, &quot;help_zh.html&quot; is for Chinese manual. Whenever user manual is open, the associated bookmark appears before the manual.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Tips</title>
|
||||
|
@ -79,11 +79,11 @@
|
|||
<description>&quot;:!&quot; ( or &quot;!&quot;) command line Pressing &quot;:&quot; or &quot;!&quot; with hardware keyboard sets focus on the address bar.
The command line could be a &quot;.js&quot;, &quot;.sh&quot; or other executable with arguments. Ex. &quot;:!s g keyword&quot; could invoke &quot;s.js&quot; executable with the whole string as arguments (&quot;s.sh&quot; or &quot;s&quot; if file exists, here &quot;g&quot; as google search engine); &quot;:! g keyword&quot; would invoke the file &quot;.js&quot; or &quot;.sh&quot; as executable.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Make any url as website</title>
|
||||
<title>Any url as website</title>
|
||||
<link>/en/url2site/</link>
|
||||
<pubDate>Sun, 30 Oct 2022 00:00:00 +0000</pubDate>
|
||||
<guid>/en/url2site/</guid>
|
||||
<description>The uweb internal link &quot;i:0m&quot; make any url such as download or indirect link visitable as a website. The test mirrors in the uweb manual are examples using the following tricks:
&quot;i:0m04:[url]&quot;: to treat the [url] content as html with bookmarklet. &quot;i:0m?:[url]&quot;: to treat the [url] content as html, handling css/js properly. &quot;i:0m?[postfix]:[url]&quot;: auto append query postfix to url to retrieve content. &quot;i:0mi:5h:[url]&quot;: similar to &quot;i:0m?:[url]&quot;, to treat the [url] content as html (for download or no-script links etc.</description>
|
||||
<description>The uweb internal link &quot;i:0m&quot; make any url such as download or indirect links visitable as a website. The second part of mirrors has examples using the following tricks:
&quot;i:0m04:[url]&quot;: to treat the [url] content as html with bookmarklet. &quot;i:0m?:[url]&quot;: to treat the [url] content as html, handling css/js properly. &quot;i:0m?[postfix]:[url]&quot;: auto append query postfix to url to retrieve content. &quot;i:0mi:5h:[url]&quot;: similar to &quot;i:0m?:[url]&quot;, to treat the [url] content as html (for download or no-script links etc.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Html5 applications</title>
|
||||
|
@ -132,7 +132,7 @@
|
|||
<link>/en/searchcat/</link>
|
||||
<pubDate>Mon, 10 Jan 2022 00:00:00 +0000</pubDate>
|
||||
<guid>/en/searchcat/</guid>
|
||||
<description>Any &quot;.search&quot; file can be opened as search engine file, each line of which has one of the following formats:
[Engine name]:[url without '%s' inside]
[Engine name]:[url with '%s' as keyword]
[Engine name]:POST:[post params with '%s' as keyword]:[url]
[Engine name]:[Extra request headers]:[post params with '%s' as keyword]:[url]
[Extra request headers] Ex. &quot;X-Forwarded-For;8.8.8.8&quot; when [post params] is empty, the url should have '%s' as keyword. Ex. bingUS engine w/ chatgpt Limitations (they are here for performance reasons):</description>
|
||||
<description>Search engine file names have &quot;.search&quot; as postfix. When they are clicked, the associated bookmark files with postfix &quot;.search.html&quot; would be appended. Ex: the associated bookmark for &quot;foo.search&quot; is &quot;foo.search.html&quot;.
Any &quot;.search&quot; file can be opened as search engine file, each line of which has one of the following formats:
[Engine name]:[url without '%s' inside]
[Engine name]:[url with '%s' as keyword]
[Engine name]:POST:[post params with '%s' as keyword]:[url]
[Engine name]:[Extra request headers]:[post params with '%s' as keyword]:[url]</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Termux</title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue