Journal

2023-05-22

Pandoc IPYNB to TYPST

Pandoc is a Haskell library that enables conversion between different markup formats. It includes a collection …

Tags:
  • Jupyter notebook
  • Ast
  • Pandoc
  • Pandoc ast
Journal

2023-05-09

VIM-Post Request to a GPT Text Generation Web API

VRC is a Vim plug-in which enables sending requests to and …

Tags:
  • Initial prompt
  • Nlp model
  • Vim vrc
  • Prompt
Journal

2023-04-29

Typst Typesetting System

Typst is a new markup-based typesetting system with considerable advantages over existing ones.

Typst compiler is a …

Tags:
  • Typst
  • Pdf
  • Vim
  • Typst compiler
Journal

2023-04-25

Vim-Floaterm Wrapper for WinTermNote

Vim-floaterm plugin supports wrappers, a set of Vim scripts located in the autoload\floaterm\wrapper runtime …

Tags:
  • Floaterm
  • Vim
  • Vim window
  • vim
Journal

2023-04-14

Conventional Commits Vim Fugitive's Filetype Plugin

This note describes another application of Vim's filetype plugins (read my previous note for …

Tags:
  • Vim
  • Vim fugitive
  • Source code
  • Code management
Journal

2023-03-30

Netrw Vim's Builtin File Explorer Filetype Plugin

Netrw is Vim's file explorer, a built-in plugin for reading/writing files, and …

Tags:
  • File explorer
  • Plugin
  • Vim
  • Filetype plugin