2026-01 File management
This commit is contained in:
@@ -24,6 +24,33 @@
|
||||
<center>
|
||||
<h1>News</h1>
|
||||
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="manage-files.html">Manage files</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2026-01-01
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<video controls width="700">
|
||||
<source src="../../vid/pskov_0.9.0_en.mp4" type="video/mp4"/>
|
||||
</video>
|
||||
<h1 id="december">December</h1>
|
||||
<p>In December I reworked file management: now it's an accordion with tables
|
||||
instead of cards used before. Also, I added the ability to preview a page
|
||||
in a separate browser tab.</p>
|
||||
<p>The video shows how this functionality works and highlights the following:</p>
|
||||
<ol>
|
||||
<li>(00:55) Launching PSKOV with <code>npx</code></li>
|
||||
<li>(01:30) Copying a file</li>
|
||||
<li>(02:03) Renaming a file</li>
|
||||
<li>(02:52) Previewing in a separate browser tab. . .</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="manage-files.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="preview-single-page.html">Preview an edited page</a>
|
||||
@@ -245,28 +272,6 @@ third one. Thus, the application is pretty much useless at the moment.. . .</p>
|
||||
<a href="notes-desktop.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="iso-git2.html">PSKOV 2 without LHA?</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2025-04-10 00:00
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<p><img src="../../images/2025-04_vercel.jpg" alt="splash" /></p>
|
||||
<h1 id="assessingthefeasibilityofpskov2withoutlocalhostaccess">Assessing the feasibility of PSKOV 2 without Local Host Access</h1>
|
||||
<p>PSKOV 2 and original PSKOV assume there is Local Host Access running
|
||||
in order to access PC's local filesystem to read Markdown files and
|
||||
write HTML ones.</p>
|
||||
<p>In March I assessed if Isomorphic-Git is able to read and write to Git
|
||||
repositories from a web browser. The assessment succeeded. Actually,
|
||||
this was the second assessment of Isomorphic-Git. The first one happened in
|
||||
2021, however, it ended as a failure because Isomorphic-Git cannot work without CORS. . .</p>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="iso-git2.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="pagination_title">Page 1 of 10</p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user