A deep dive into a production Vim configuration for LaTeX editing built around ftplugin hooks, custom compilation viewers, snippet repositories, and automated HTML export for static sites. Explores how to transform Vim into a deterministic, keyboard-driven LaTeX environment that eliminates...... Read More
All tags » automation
8-14 / 27 articles
Learn how to extend the RunScriptFilter pattern to turn plain text into HTML instantly inside Vim. Convert lists into styled
, generate
Learn how to use Python, shell, and external scripts as live text filters in Vim, replacing fragile macros. Transform LaTeX equations, format JSON, process CSV, and automate repetitive code edits – all from a visual selection or the entire buffer. A practical, engineer-tested Vim workflow for...... Read More
SVG is typically dismissed as a designer's format, but for developers it behaves more like source code — versionable, composable, scriptable, and pipeline-friendly. This article explores SVG as an engineering primitive for procedural graphics, automated banner generation, accessible data...... Read More
A deep dive into designing a banner generation system that treats visual assets as part of the build pipeline – with themes, components, and deterministic output.... Read More
A structured, production-style setup of Pelican focusing on clean architecture, isolated environments, modular configuration, and plugin discipline.... Read More
This tutorial explains how to build a powerful Bash script that converts text into visually styled quote images using LaTeX, ImageMagick, and TikZ. It covers background rendering, Arabic support, font control, and optimized image export for social media or design workflows.... Read More