2025-11 Edit files
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>
|
||||
@@ -46,7 +69,8 @@
|
||||
<div class="news_item_more">
|
||||
<a href="display-files.html">Continue reading</a>
|
||||
</div>
|
||||
</div><div class="news_item">
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="kotlin-cross.html">The turn to cross-platform solutions</a>
|
||||
</h2>
|
||||
@@ -68,7 +92,8 @@ time to do that at the moment, unfortunately.. . .</p>
|
||||
<div class="news_item_more">
|
||||
<a href="kotlin-cross.html">Continue reading</a>
|
||||
</div>
|
||||
</div><div class="news_item">
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="add-edit-save-remove.html">Add, edit, save, and remove files</a>
|
||||
</h2>
|
||||
@@ -109,7 +134,8 @@ time to do that at the moment, unfortunately.. . .</p>
|
||||
<div class="news_item_more">
|
||||
<a href="add-edit-save-remove.html">Continue reading</a>
|
||||
</div>
|
||||
</div><div class="news_item">
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="git-fs-components.html">FS and Git components' draft</a>
|
||||
</h2>
|
||||
@@ -141,7 +167,8 @@ time to do that at the moment, unfortunately.. . .</p>
|
||||
<div class="news_item_more">
|
||||
<a href="git-fs-components.html">Continue reading</a>
|
||||
</div>
|
||||
</div><div class="news_item">
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="welcome-component.html">PSKOV 2 editor and components</a>
|
||||
</h2>
|
||||
@@ -165,7 +192,8 @@ Future functionality like Git and Markdown is expected to follow the same patter
|
||||
<div class="news_item_more">
|
||||
<a href="welcome-component.html">Continue reading</a>
|
||||
</div>
|
||||
</div><div class="news_item">
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="notes-desktop.html">Notes and Git</a>
|
||||
</h2>
|
||||
@@ -190,7 +218,8 @@ third one. Thus, the application is pretty much useless at the moment.. . .</p>
|
||||
<div class="news_item_more">
|
||||
<a href="notes-desktop.html">Continue reading</a>
|
||||
</div>
|
||||
</div><div class="news_item">
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="iso-git2.html">PSKOV 2 without LHA?</a>
|
||||
</h2>
|
||||
@@ -211,7 +240,8 @@ this was the second assessment of Isomorphic-Git. The first one happened in
|
||||
<div class="news_item_more">
|
||||
<a href="iso-git2.html">Continue reading</a>
|
||||
</div>
|
||||
</div><div class="news_item">
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="cld_ctx-gen.html">CLD: Context generation</a>
|
||||
</h2>
|
||||
@@ -237,37 +267,18 @@ to explain Context in detail because I don't yet have a good. . .</p>
|
||||
<div class="news_item_more">
|
||||
<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 1 of 9</p>
|
||||
<p>
|
||||
<a href="index2.html">Older »</a>
|
||||
</p>
|
||||
|
||||
|
||||
<div id="footer">
|
||||
The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
|
||||
from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user