2025-09-03
In August I've added git commit
and git push
commands to PSKOV.
However, it became clear that Vercel (we use the service to host CORS
proxy) does not allow git push
requests for a moderately sized
repository (50M) of this very site. Vercel returns 413 Content
too large
error.
Thus, to support git push
for moderately sized repositories, I would
need to run my own server with CORS proxy. I have neither money, nor
time to do that at the moment, unfortunately.. . .
2025-08-08
In July I've added the following to PSKOV 2:
№ | Description | Demonstration |
---|---|---|
1 | Selecting a Git branch | |
2 | Pulling the changes of a Git branch | |
3 | Creating a new file |
2025-07-01
In June I've created drafts of the following PSKOV 2 components:
Currently one can do the following in PSKOV 2:
In July I plan to add the following:
2025-06-03
In May I created PSKOV 2 editor draft which is only capable of:
You probably can't see anything substantial in this, however, the listed functionality is run by a component. In this case it's called WelcomeComponent. Future functionality like Git and Markdown is expected to follow the same pattern of. . .
2025-05-10 00:00
In April I created a web application to take notes.
Initially, the features I wanted to implement were:
I have managed to fulfill the first two items only, didn't have time for the third one. Thus, the application is pretty much useless at the moment.. . .
2025-04-10 00:00
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.
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. . .
2025-03-11 00:00
In February I've updated the Cross-language dialect (CLD) translator to generate Context out of YML. The generated Contexts have already been used for the following projects:
I never really took time to explain what Context is, so here's a very short explanation: Context is very close to Store in Redux. I'm afraid this is not yet the time to explain Context in detail because I don't yet have a good. . .
2025-02-11 00:00
In January I implemented half of the functionality of original PSKOV: generation of separate HTML pages from Markdown.
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 Showdown to convert Markdown to HTML, whereas PSKOV 2 uses intellij-markdown.
Let's see how the generated HTML files compare. Suppose we have the following. . .
2025-01-15 00:00
Let's see the results of the year 2024 quarter by quarter:
Page 1 of 9