2020-05-09 14:42:57 +00:00
|
|
|
|
<!doctype html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2020-04-29 08:37:43 +00:00
|
|
|
|
<meta charset="utf-8">
|
2020-05-09 14:42:57 +00:00
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2020-04-29 08:37:43 +00:00
|
|
|
|
|
2020-05-12 09:50:03 +00:00
|
|
|
|
<link rel="stylesheet" href="https://jamesfengcao.gitee.io/uweb/style.css" type="text/css" />
|
2020-06-23 06:31:35 +00:00
|
|
|
|
<title>操作选中(富)文本</title>
|
2020-05-09 14:42:57 +00:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<header class='header'>
|
2020-05-12 09:50:03 +00:00
|
|
|
|
<a class="logo" href="..">⟰</a> <a class="logo" href="https://jamesfengcao.gitee.io/uweb//tags/">Tags</a>
|
2020-05-09 14:42:57 +00:00
|
|
|
|
<nav>
|
|
|
|
|
</nav>
|
|
|
|
|
</header>
|
2020-08-29 00:42:46 +00:00
|
|
|
|
<br />
|
2020-04-29 08:37:43 +00:00
|
|
|
|
|
2020-05-09 14:42:57 +00:00
|
|
|
|
<div class="container">
|
2020-06-23 06:31:35 +00:00
|
|
|
|
<h1 class="title">操作选中(富)文本
|
2020-05-09 14:42:57 +00:00
|
|
|
|
<br>
|
|
|
|
|
<span class="subtitle"></span>
|
|
|
|
|
</h1>
|
|
|
|
|
<ul class="tags">
|
2020-04-29 08:37:43 +00:00
|
|
|
|
|
2020-05-12 09:50:03 +00:00
|
|
|
|
<li><a href="https://jamesfengcao.gitee.io/uweb/tags/termux">termux</a> </li>
|
2020-04-29 08:37:43 +00:00
|
|
|
|
|
2020-05-12 09:50:03 +00:00
|
|
|
|
<li><a href="https://jamesfengcao.gitee.io/uweb/tags/ssh">ssh</a> </li>
|
2020-05-09 14:42:57 +00:00
|
|
|
|
|
2020-05-12 09:50:03 +00:00
|
|
|
|
<li><a href="https://jamesfengcao.gitee.io/uweb/tags/pc">PC</a> </li>
|
2020-05-09 14:42:57 +00:00
|
|
|
|
|
2020-05-12 09:50:03 +00:00
|
|
|
|
<li><a href="https://jamesfengcao.gitee.io/uweb/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF">剪贴板</a> </li>
|
2020-05-09 14:42:57 +00:00
|
|
|
|
|
2020-05-12 09:50:03 +00:00
|
|
|
|
<li><a href="https://jamesfengcao.gitee.io/uweb/tags/windows">Windows</a> </li>
|
2020-05-09 14:42:57 +00:00
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
<p>技巧等级:笔记(中级) PC剪贴板(高级)</p>
|
2020-06-23 06:31:35 +00:00
|
|
|
|
<p>配置文件"/sdcard/uweb/default.select"定义了<a href="..">超微浏览器</a>对选中(富)文本进行的操作。每行格式如下:<br>
|
|
|
|
|
<菜单名>:<mimetype>:<命令行></p>
|
|
|
|
|
<p>选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。<br>
|
|
|
|
|
mimetype用来表示命令的输入输出类型。格式为"<输入mimetype>/<输出mimetype>",<输入mimetype>可为"html"或空(txt格式); 输出可为标准的mimetype或超微特殊扩充。如:<br>
|
|
|
|
|
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。<br>
|
2020-07-05 15:04:13 +00:00
|
|
|
|
/uweb: 选中文本为txt格式, 输出mimetype为<a href="../cmd">特殊扩充uweb</a>,超微将把输出作为<a href="../links">链接</a>来处理。<br>
|
|
|
|
|
/termux: 命令运行结果将作为termux下命令运行。</p>
|
2020-09-05 08:55:55 +00:00
|
|
|
|
<p><a target="_self" href="i:0g/sdcard/uweb/default.select:https://jamesfengcao.gitee.io/uweb/searchurl/txt/select.cfg">点击安装"保存文本"等</a></p>
|
2020-06-23 06:31:35 +00:00
|
|
|
|
<p>配置/sdcard/uweb/default.select如下:<br>
|
2020-08-21 10:48:47 +00:00
|
|
|
|
复制文本到地址栏:uweb:echo i:15`cat`<br>
|
2020-06-23 06:31:35 +00:00
|
|
|
|
笔记::(cat;echo;echo;)>>notes.txt<br>
|
|
|
|
|
富文本笔记:html:(cat;echo '<p></p>';echo;)>>notes.html<br>
|
2020-08-21 10:48:47 +00:00
|
|
|
|
命名笔记::(cat;echo;echo;)>>%s<br>
|
2020-06-23 06:31:35 +00:00
|
|
|
|
复制至PC剪贴板::ssh [user:password]@192.168.2.102 "DISPLAY=:0 xsel -i"<br>
|
|
|
|
|
复制富文本至PC剪贴板:html:ssh [user:password]@192.168.2.102 "DISPLAY=:0 xsel -i"</p>
|
|
|
|
|
<p>如使用剪贴板功能手机需安装uweb定制<a href="../pcdown">Termux</a>,并在termux下安装openssl。<br>
|
|
|
|
|
此处假定远程PC的IP地址为192.168.2.102,PC已经开通了ssh服务。建议用户配置ssh服务为免密码登录,此时用户无需将密码写入文件default.select。用户PC上安装有xsel剪贴板工具。使用其它工具请酌情修改。</p>
|
|
|
|
|
<p>重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。</p>
|
2020-04-29 08:37:43 +00:00
|
|
|
|
<p>采用以上配置,笔记将储存在/sdcard/uweb目录下文件note.txt或note.html中(富文本)。命名笔记储存文件则由用户在地址栏输入框内指定。</p>
|
2020-05-09 14:42:57 +00:00
|
|
|
|
<p>手机其它应用中的文本可选中后分享给超微浏览器,再由超微浏览器作笔记或进一步分享给PC。如果其它应用无法分享选中文本,这种情况可以先复制文本至剪贴板。<br>
|
2020-06-23 06:31:35 +00:00
|
|
|
|
[在超微浏览器中长按并在新窗口打开此链接](data:text/html;charset=utf-8,<body contenteditable%3E),然后点击窗口并粘贴文本。长按链接按钮选择适当功能即可复制至PC剪贴板。</p>
|
2020-04-29 08:37:43 +00:00
|
|
|
|
<p>通过新窗口打开上述链接,超微浏览器因此亦可用作简单的文本/html编辑器。用户可通过“命名笔记”存为地址栏输入框指定文件。</p>
|
2020-05-09 14:42:57 +00:00
|
|
|
|
<h4 id="windows-pc">Windows PC</h4>
|
|
|
|
|
<p>对Windows PC而言,vista及以后自带clip.exe,此时配置如下:<br>
|
|
|
|
|
复制文本至PC剪贴板::ssh [user:password]@192.168.2.102 clip.exe</code></p>
|
|
|
|
|
<p>其它推荐工具(读取PC剪贴板):<br>
|
|
|
|
|
<a href="http://unxutils.sourceforge.net/">pclip</a></p>
|
2020-04-29 08:37:43 +00:00
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
2020-05-09 14:42:57 +00:00
|
|
|
|
</body>
|
2020-04-29 08:37:43 +00:00
|
|
|
|
</html>
|