2022-10-06 06:06:27 +00:00
<!doctype html>
< html >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2023-12-11 07:23:07 +00:00
2022-10-31 07:44:05 +00:00
< link rel = "stylesheet" href = "../style.css" type = "text/css" / >
2022-10-06 06:06:27 +00:00
< title > Bookmarks< / title >
< script type = "text/javascript" >
function findLang(){
let href = location.href;
for(let i=href.length-1;i>0;i--){
if('/'==href.charAt(i) & & '/'==href.charAt(i-3))
return i;
}
return 0;
}
function nav2(page){
let i = findLang();
location.href = location.href.substring(0,i+1)+page;
}
function nav2Lang(lang){
let i = findLang();
let href = location.href;
location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
}
< / script >
< / head >
< body >
< header class = 'header' >
< 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 >
< a class = "logo" href = "javascript:void(0)" onclick = "return nav2Lang('zh')" > 简体中文< / a >
< nav >
< / nav >
< / header >
< br / >
< div class = "container" >
< h1 class = "title" > Bookmarks
< br >
< span class = "subtitle" > < / span >
< / h1 >
< ul class = "tags" >
< / ul >
2023-03-05 13:07:47 +00:00
< p > AI, chatgpt etc.< / p >
< ul >
2024-02-26 12:08:08 +00:00
< li > < a href = "https://komo.ai" > komo< / a > < / li >
2023-06-28 10:28:29 +00:00
< li > < a href = "https://andisearch.com" > andi< / a > < / li >
2024-02-26 12:08:08 +00:00
< li > < a href = "https://devv.ai" > devv.ai< / a > < / li >
2023-03-05 22:46:51 +00:00
< li > < a href = "https://freegpt.cc" > freegpt< / a > < / li >
2023-03-05 13:07:47 +00:00
< li > < a href = "https://www.teach-anything.com/" > teach-anything< / a > < / li >
< li > < a href = "https://magickpen.com/" > magickpen< / a > < / li >
< / ul >
< p > < a href = "i:1w" > Wait for url from other devices< / a > < br >
2023-01-12 01:45:05 +00:00
< a href = "https://berify.com" > berify: reverse image search for video< / a > < / p >
2023-02-14 15:07:43 +00:00
< h3 id = "tips" > Tips< / h3 >
2023-02-16 06:20:01 +00:00
< h4 id = "file-handling-and-styling-with-homecss" > File handling and styling with home.css< / h4 >
2023-02-25 03:46:02 +00:00
< p > " home.css" (in current folder, parent folder or the " bookmark" folder) styles bookmarks, search engines and the folder itself. The file is in html format instead of CSS, so it needs " < style> " tag for CSS.< / p >
< p > < a href = "i:0hbookmark/home.css:../searchurl/txt/markdeep.html" > Install markdeep styling for markdown files< / a > < / p >
2022-11-18 05:49:57 +00:00
< h3 id = "bookmarks-with-secrets-post-instead-of-get" > Bookmarks with secrets (POST instead of GET)< / h3 >
2023-12-01 08:09:30 +00:00
< p > The < a href = "../links/index.html" > internal link< / a > " i:a1[url]?[post data]" sends http " POST" request to server.< / p >
2022-10-15 00:47:23 +00:00
< h3 id = "commands" > Commands< / h3 >
< 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 => " open in new tab" to execute.< / p >
< p > To save the bookmarks to local, users firstly need to install " bookmark" menu by clicking corresponding link in the < a href = "../urls/index.html" > url services< / a > page, then long press the bookmark link => " open in new tab" => " Commands" => " bookmark" to save the bookmark.< / p >
2022-10-15 00:55:26 +00:00
< 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 " /sdcard/Download/uweb" < / a > < / p >
< 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 >
2022-10-15 00:47:23 +00:00
(< a href = "https://wiki.termux.com/wiki/Internal_and_external_storage" > File manager list at end of the page< / a > )< / p >
2022-10-16 03:45:18 +00:00
< 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 " /sdcard/Download/mdict" and add search engines< / a > .< / p >
2022-10-15 00:47:23 +00:00
< h4 id = "termux" > Termux< / h4 >
< p > The following bookmarks need termux.< br >
< a href = "c:bc -l" > GNU bc (basic calculator)< / a > < br >
< a href = "c:bc -l *.bc" > bc with all extensions< / a > < / p >
2022-10-06 06:06:27 +00:00
< h3 id = "templates" > Templates< / h3 >
< p > Click following links to install bookmark templates, bookmarks saved to the template have corresponding features enabled.< br >
2023-02-14 08:55:34 +00:00
< a href = "i:0hbookmark/novel.html:../../zh/searchurl/bookmark/novel.html" > " novel.html" : auto reader's mode< / a > < / p >
2022-10-07 02:39:52 +00:00
< h3 id = "science" > Science< / h3 >
< h4 id = "physics" > Physics< / h4 >
2022-11-23 05:52:03 +00:00
< p > < a href = "https://www.feynmanlectures.caltech.edu/" > Feynman lectures< / a > < br >
< a href = "https://webspace.science.uu.nl/~gadda001/goodtheorist/index.html" > goodtheorist< / a > < / p >
2022-10-07 02:39:52 +00:00
< h4 id = "chemistry" > Chemistry< / h4 >
< p > < a href = "https://www.chemspider.com" > chemspider< / a > < br >
2022-11-13 12:51:09 +00:00
< a href = "http://bl.ocks.org/chemplexity/raw/180e960a6d9e68adf28429dd16f05fa0/" > molecule SMILES< / a > < br >
< a href = "http://cdb.ics.uci.edu/cgibin/Smi2DepictWeb.py" > SMILES2structure< / a > < / p >
2022-10-06 06:06:27 +00:00
< / div >
2024-02-26 12:08:08 +00:00
< p > Last Modified: 26 February 2024< br >
add AI search engines< br >
2023-03-07 02:07:05 +00:00
< pre > < / pre >
< / p >
2023-05-09 03:11:05 +00:00
< script >
if(location.href.indexOf("/zh/")>0){
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "../../js/gissues.js";
script.setAttribute("repo","jamesfengcao/uweb");
script.setAttribute("issue-term","title");
script.setAttribute("theme","github-light");
script.async = true;
document.body.appendChild(script);
}
< / script >
2023-05-06 01:56:44 +00:00
< script id = 'jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
2023-05-06 02:49:29 +00:00
data-mapping="title"
2023-05-06 01:56:44 +00:00
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="light"
data-lang="en"
data-loading="lazy"
2023-05-06 02:49:29 +00:00
crossorigin="anonymous" async>
2023-05-06 01:40:28 +00:00
< / script >
2022-10-06 06:06:27 +00:00
< / body >
< / html >