75 lines
4.5 KiB
Plaintext
75 lines
4.5 KiB
Plaintext
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="generator" content="pandoc" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
<title>Nyxt 2 Pre-release 3</title>
|
|
<style type="text/css">
|
|
code{white-space: pre-wrap;}
|
|
span.smallcaps{font-variant: small-caps;}
|
|
span.underline{text-decoration: underline;}
|
|
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
|
</style>
|
|
<!--[if lt IE 9]>
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1 class="title">Nyxt 2 Pre-release 3</h1>
|
|
</header>
|
|
<p>We are happy to announce the third pre-release of Nyxt version 2.0.0. If you missed the previous pre-release announcement, see <a href="https://nyxt.atlas.engineer/article/release-2-pre-release-2.org">here</a>.</p>
|
|
<p>Nyxt 2 is a massive overhaul of the Nyxt 1 series. A lot of effort has been geared towards improving the code quality under the hood which should reflect on the overall user experience with better performance, increased stability and better accessibility.</p>
|
|
<p>This is a test release for everyone to try out before the final release. It contains experimental features and some parts are still unfinished. Please feel free to share your feedback on our <a href="https://github.com/atlas-engineer/nyxt/issues">GitHub issue tracker</a>!</p>
|
|
<p>Notable highlights:</p>
|
|
<ul>
|
|
<li><p>New <code>import-bookmarks-from-html</code> command. Easily import your bookmarks from other browsers into Nyxt. (Thanks to <span class="citation" data-cites="kssytsrk">@kssytsrk</span> via GitHub.)</p></li>
|
|
<li><p>New <code>reduce-tracking-mode</code>. Reduce your online fingerprint.</p></li>
|
|
<li><p>New <code>reduce-to-buffer</code> command deletes buffers and lists them on a page. Useful for offloading inactive buffers and sending/saving a group of buffers.</p></li>
|
|
<li><p>New <code>toggle-toolbars</code> command hides/shows the visibility of the status area and the echo area.</p></li>
|
|
<li><p>New <code>execute-extended-command</code> command. You can now execute commands and interactively supply required, optional, and keyword parameters.</p></li>
|
|
<li><p><code>download-hint-url</code> now supports multiple selections. That means that you can download a set of links at once.</p></li>
|
|
<li><p>Quicklisp-based Lisp package manager. See the <code>list-systems</code>, <code>load-system</code> and <code>add-distribution</code> commands.</p></li>
|
|
<li><p>New <code>input-edit-mode</code>. You can now use commands like <code>cursor-forwards-word</code> in a HTML input buffer via <code>input-edit-mode</code>.</p></li>
|
|
<li><p>Added many bookmarklets (Javascripts utilities):</p>
|
|
<ul>
|
|
<li><p>color-internal-external-links</p></li>
|
|
<li><p>urls-as-link-text</p></li>
|
|
<li><p>hide-visited-urls</p></li>
|
|
<li><p>toggle-checkboxes</p></li>
|
|
<li><p>view-password-field-contents</p></li>
|
|
<li><p>show-hidden-form-elements</p></li>
|
|
<li><p>enlarge-textareas</p></li>
|
|
<li><p>show-textbox-character-count</p></li>
|
|
<li><p>highlight-regexp</p></li>
|
|
<li><p>zoom-images-in</p></li>
|
|
<li><p>zoom-images-out</p></li>
|
|
<li><p>sort-table</p></li>
|
|
<li><p>number-table-rows</p></li>
|
|
<li><p>number-lines</p></li>
|
|
<li><p>transpose-tables</p></li>
|
|
<li><p>remove-color</p></li>
|
|
<li><p>remove-images</p></li>
|
|
<li><p>hue-shift-positive</p></li>
|
|
<li><p>hue-shift-negative</p></li>
|
|
<li><p>increase-brightness</p></li>
|
|
<li><p>decrease-brightness</p></li>
|
|
<li><p>invert-color</p></li>
|
|
</ul></li>
|
|
</ul>
|
|
<p>For the complete change list, please consult the <a href="https://github.com/atlas-engineer/nyxt/blob/2-pre-release-3/documents/CHANGELOG.org#2-pre-release-3">CHANGELOG.org</a> file.</p>
|
|
<p>We hope you enjoy these new features, and that they help make you more productive. Thanks for reading :-)</p>
|
|
<h1 id="screenshots">Screenshots</h1>
|
|
<h2 id="reduce-to-buffer">Reduce to Buffer</h2>
|
|
<p><img src="../static/image/article/reduce-to-buffer-select.png" /></p>
|
|
<p><img src="../static/image/article/reduced-buffers.png" /></p>
|
|
<h2 id="bookmarklet-demonstration">Bookmarklet Demonstration</h2>
|
|
<p>Below is a demonstration of a coloring internal / external links uniquely.</p>
|
|
<p><img src="../static/image/article/color-internal-external.png" /></p>
|
|
<h2 id="load-system">Load System</h2>
|
|
<p>Quicklisp is neatly integrated into Nyxt allowing you to load and browse systems available.</p>
|
|
<p><img src="../static/image/article/load-system.png" /></p>
|
|
</body>
|
|
</html>
|