mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
updates bookmarklets
This commit is contained in:
parent
7eccedfecc
commit
d0d745b7f5
18 changed files with 73 additions and 65 deletions
|
@ -52,7 +52,7 @@
|
|||
<li>customizable.</li>
|
||||
</ul>
|
||||
<p>Note: Usually electron apps are heavyweight as they use browsers for simple things. Ebrowser uses core chromium effectively and very lightweight. Recommend to install electron separately.</p>
|
||||
<h4 id="install-for-windows-macos-and-linux">Install (for Windows, macOS and Linux)</h4>
|
||||
<h4 id="install-for-windows-macos-and-linux">Install (for Windows, MacOS and Linux)</h4>
|
||||
<p>Install ebrowser with nodejs installed</p>
|
||||
<pre><code>npm install ebrowser
|
||||
</code></pre>
|
||||
|
@ -74,16 +74,13 @@
|
|||
<li>ESC: remove focus. similar to vi normal mode.</li>
|
||||
<li>F5: page refresh/reload</li>
|
||||
<li>F12: devtools</li>
|
||||
<li>":" for address bar commands</li>
|
||||
<li>"/" for find-in-page with address bar</li>
|
||||
<li>"!" for ":!" address bar commands</li>
|
||||
</ul>
|
||||
<h4 id="address-bar-commands">Address bar commands</h4>
|
||||
<ul>
|
||||
<li>"/" for find-in-page</li>
|
||||
<li>":" for address bar commands
|
||||
<ul>
|
||||
<li>autoc [bookmark/history path w/o ext] : load ".rec" file for autocomplete.</li>
|
||||
<li>ac [bookmark/history path w/o ext] : load ".rec" file for autocomplete.</li>
|
||||
<li>b [bookmarkfilename w/o ext] : bookmark current page in file.</li>
|
||||
<li>bml [filename w/o extension]: load/execute the javascript file.</li>
|
||||
<li>cert : allow invalid certificates w/o arguments, otherwise restore to default.</li>
|
||||
|
@ -107,8 +104,13 @@
|
|||
<li>":!" address bar commands</li>
|
||||
</ul>
|
||||
<h4 id="commands-in-no-focus-mode-this-mode-is-similar-to-vi-normal-mode">Commands in no-focus mode (this mode is similar to vi Normal mode)</h4>
|
||||
<p>Pressing "ESC" to enter no-focus mode if not sure.<br>
|
||||
The commands are defined in "mapkeys.json", which will map keys to address bar commands.</p>
|
||||
<p>Pressing "ESC" to enter no-focus mode if not sure.</p>
|
||||
<ul>
|
||||
<li>":" for address bar commands</li>
|
||||
<li>"/" for find-in-page with address bar</li>
|
||||
<li>"!" for ":!" address bar commands</li>
|
||||
</ul>
|
||||
<p>The other commands are defined in "mapkeys.json", which will map keys to address bar commands.</p>
|
||||
<h4 id="configuration-files">Configuration files</h4>
|
||||
<ul>
|
||||
<li>"config": lines of address bar commands.</li>
|
||||
|
@ -144,7 +146,7 @@ The commands are defined in "mapkeys.json", which will map keys to add
|
|||
</ul>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 11 June 2024<br>
|
||||
<p>Last Modified: 12 June 2024<br>
|
||||
<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue