2026-08 Speech recognition
This commit is contained in:
@@ -24,6 +24,29 @@
|
||||
<center>
|
||||
<h1>News</h1>
|
||||
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="edit-files.html">Editing of files</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2025-11-01
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<video controls width="700">
|
||||
<source src="../../images/2025-11_edit-files.mp4" type="video/mp4"/>
|
||||
</video>
|
||||
<h1 id="october">October</h1>
|
||||
<h3 id="1npm">1. NPM</h3>
|
||||
<p>PSKOV is now available via npm. The easiest way to launch PSKOV is with the help of <code>npx</code>:</p>
|
||||
<p><code>npx pskov --projectDir=/path/to/project</code></p>
|
||||
<p>where <code>/path/to/project</code> should be replaced with an actual path to a project</p>
|
||||
<h3 id="2fileseditrendertabs">2. <code>Files</code>, <code>Edit</code>, <code>Render</code> tabs</h3>
|
||||
<p>PSKOV now has tabs which allow you to select a file, edit it or preview the result of Markdown conversion (previewing is not implemented yet). . .</p>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="edit-files.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="display-files.html">List of project files</a>
|
||||
@@ -245,28 +268,6 @@ to explain Context in detail because I don't yet have a good. . .</p>
|
||||
<a href="cld_ctx-gen.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="psk-jvm-item.html">PSKOV 2 for JVM</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2025-02-11 00:00
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<p><img src="../../images/2025_psk-jvm-item.png" alt="splash" /></p>
|
||||
<h1 id="seperatepagesgeneration">Seperate pages' generation</h1>
|
||||
<p>In January I implemented half of the functionality of original
|
||||
PSKOV: generation of separate HTML pages from Markdown.</p>
|
||||
<p>Both PSKOV 1 and PSKOV 2 produce HTML files that look the same in web browsers.
|
||||
However, the contents of the generated HTML files differ because PSKOV 1 uses
|
||||
<a href="https://github.com/showdownjs/showdown">Showdown</a> to convert Markdown to HTML, whereas PSKOV 2 uses
|
||||
<a href="https://github.com/JetBrains/markdown">intellij-markdown</a>.</p>
|
||||
<p>Let's see how the generated HTML files compare. Suppose we have the following. . .</p>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="psk-jvm-item.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="pagination_title">Page 2 of 10</p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user