Ben Chuanlong Du's Blog

It is never too late to learn.

Editing Text in Browser Using Vim

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Firenvim Alternatives Summary
Tool How it Works Pros Cons Best For...
Firenvim Embeds a real Neovim instance Full power of Neovim, embedded directly in the page. Can be complex to set …

Editing PDF Files Using Stirling-PDF

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

You can try Stirling-PDF at https://stirlingpdf.io/ .

Start a Stirling-PDF Service Using Docker

The following command starts a (local) service of Stirling-PDF at the port 6000.

docker run -d \
  --name …