index.html 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <link rel="stylesheet" href="../style.css#" type="text/css" />
  7. <title>Bookmarks</title>
  8. <script type="text/javascript">
  9. function findLang(){
  10. let href = location.href;
  11. for(let i=href.length-1;i>0;i--){
  12. if('/'==href.charAt(i) && '/'==href.charAt(i-3))
  13. return i;
  14. }
  15. return 0;
  16. }
  17. function nav2(page){
  18. let i = findLang();
  19. location.href = location.href.substring(0,i+1)+page;
  20. }
  21. function nav2Lang(lang){
  22. let i = findLang();
  23. let href = location.href;
  24. location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
  25. }
  26. </script>
  27. </head>
  28. <body>
  29. <header class='header'>
  30. <a class="logo" href="javascript:void(0)" onclick="return nav2('index.html#')">Home</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html#')">Tags</a>
  31. <a class="logo" href="javascript:void(0)" onclick="return nav2Lang('zh')">简体中文</a>
  32. <nav>
  33. </nav>
  34. </header>
  35. <br />
  36. <div class="container">
  37. <h1 class="title">Bookmarks
  38. <br>
  39. <span class="subtitle"></span>
  40. </h1>
  41. <ul class="tags">
  42. </ul>
  43. <p>AI, chatgpt etc.</p>
  44. <ul>
  45. <li><a href="https://gemini.google.com/app">google gemini</a></li>
  46. <li><a href="https://jeeves.ai/chat">jeeves</a></li>
  47. <li><a href="https://www.morphic.sh">morphic</a></li>
  48. <li><a href="https://komo.ai">komo</a></li>
  49. <li><a href="https://iask.ai">iaskAI</a></li>
  50. <li><a href="https://poe.com">poe</a></li>
  51. <li><a href="https://www.teach-anything.com/">teach-anything</a></li>
  52. <li><a href="https://magickpen.com/">magickpen</a></li>
  53. </ul>
  54. <p>Scholar:</p>
  55. <ul>
  56. <li><a href="https://lumina.sh">Lumina</a></li>
  57. </ul>
  58. <p><a href="https://note.ms">note.ms</a><br>
  59. <a href="https://rentry.org">rentry</a><br>
  60. <a href="i:1w">Wait for url from other devices</a><br>
  61. <a href="https://berify.com">berify: reverse image search for video</a></p>
  62. <h3 id="associated-bookmarks">Associated bookmarks</h3>
  63. <p><a href="../searchcat/index.html#">Search engine files</a> associate with bookmarks with extension &quot;.html&quot;, which means the bookmark file if existing is appended to the page when the search engine file is on screen.</p>
  64. <p>&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.</p>
  65. <h3 id="tips">Tips</h3>
  66. <h4 id="file-handling-and-styling-with-homecss">File handling and styling with home.css</h4>
  67. <p>&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.</p>
  68. <p><a href="i:0hbookmark/home.css:../searchurl/txt/markdeep.html">Install markdeep styling for markdown files</a></p>
  69. <h3 id="bookmarks-with-secrets-post-instead-of-get">Bookmarks with secrets (POST instead of GET)</h3>
  70. <p>The <a href="../links/index.html#">internal link</a> &quot;i:a1[url]?[post data]&quot; sends http &quot;POST&quot; request to server.</p>
  71. <h3 id="commands">Commands</h3>
  72. <p>Clicking to run is only allowed from local pages for bookmarks in this section. Users need to either save the bookmarks to local or long press the link =&gt; &quot;open in new tab&quot; to execute.</p>
  73. <p>To save the bookmarks to local, users firstly need to install &quot;bookmark&quot; menu by clicking corresponding link in the <a href="../urls/index.html#">url services</a> page, then long press the bookmark link =&gt; &quot;open in new tab&quot; =&gt; &quot;Commands&quot; =&gt; &quot;bookmark&quot; to save the bookmark.</p>
  74. <p><a href="d::mkdir -p /sdcard/Download/uweb;cd /data/data/info.torapp.uweb;cp -r files /sdcard/Download/uweb;rm -rf files;ln -s /sdcard/Download/uweb files:">symbolic link configuration folder to &quot;/sdcard/Download/uweb&quot;</a></p>
  75. <p><a href="d::cd /data/data/com.termux/files/home;ln -s ../../../info.torapp.uweb/files uweb:">Make uweb configuration folder accessible by file managers with termux installed</a><br>
  76. (<a href="https://wiki.termux.com/wiki/Internal_and_external_storage">File manager list at end of the page</a>)</p>
  77. <p><a href="d::cd /sdcard/Download/mdict;for i in *.mdx; do b=`basename ${i} .mdx`;fs=%22${i}%22;if [ -f ${b}.mdd ];then fs=${fs}%22,${b}.mdd%22;fi;echo ${b}:i:5ifile:///sdcard/Download/mdict/${fs}?app=https://cdn.jsdelivr.net/gh/torappinfo/uweb/en/searchurl/mdict/mdict.html#word=%25s >>/data/data/info.torapp.uweb/files/home5.search;done:">Scan mdx/mdd files under the folder &quot;/sdcard/Download/mdict&quot; and add search engines</a>.</p>
  78. <h4 id="termux">Termux</h4>
  79. <p>The following bookmarks need termux.<br>
  80. <a href="c:bc -l">GNU bc (basic calculator)</a><br>
  81. <a href="c:bc -l *.bc">bc with all extensions</a></p>
  82. <h3 id="templates">Templates</h3>
  83. <p>Click following links to install bookmark templates, bookmarks saved to the template have corresponding features enabled.<br>
  84. <a href="i:0hbookmark/novel.html:../../zh/searchurl/bookmark/novel.html">&quot;novel.html&quot;: auto reader's mode</a></p>
  85. </div>
  86. <p>Last Modified: 19 August 2024<br>
  87. add mimetype &#39;q&#39; for quit<br>
  88. <pre></pre>
  89. </p>
  90. <script id='jsgiscus'
  91. src='https://giscus.app/client.js'
  92. data-repo="torappinfo/uweb"
  93. data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
  94. data-category="Announcements"
  95. data-category-id="DIC_kwDOEgNLGc4CQjsh"
  96. data-mapping="title"
  97. data-strict="0"
  98. data-reactions-enabled="1"
  99. data-emit-metadata="0"
  100. data-input-position="top"
  101. data-theme="light"
  102. data-lang="en"
  103. data-loading="lazy"
  104. crossorigin="anonymous" async>
  105. </script>
  106. <footer class="site-footer">
  107. <div class="container">
  108. &copy; 2018-2024 Richard H. Cao
  109. </div>
  110. </footer>
  111. <!-- This document is licensed under the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at <https://www.gnu.org/licenses/>. -->
  112. </body>
  113. </html>