site updates and milk
A developer details technical updates to their personal website, including migration to Git, build script refactoring, and new content utilities.
A developer details technical updates to their personal website, including migration to Git, build script refactoring, and new content utilities.
How to open Quarto/Markdown files in external macOS apps from Positron or VS Code to access better native writing tools and spellchecking.
llm.codes converts JavaScript-heavy Apple and other developer docs into clean Markdown that AI agents can read, solving a key problem for AI-assisted coding.
A developer shares his experience switching from iA Writer to Obsidian for writing and managing technical notes, comparing their Markdown features and structure.
A guide to implementing inline footnotes in Markdown to add citations and notes without cluttering the main text.
A meta exploration of using markdown to write about HTML markup, focusing on the <code> element and escaping special characters.
Comparing four implementations of a static blog site, focusing on the conciseness of Origami expressions versus traditional JavaScript and frameworks like Astro.
A web developer shares their blogging journey, tools, and inspiration, focusing on front-end technologies like HTML, CSS, and accessibility.
Using the async-tree library to reduce the code size of a minimalist JavaScript static site generator, focusing on abstraction and shared utilities.
How to configure Vale CLI to ignore front matter when applying consistency rules, preventing false positives in documentation linting.
Introducing llm-url-markdown, a new plugin for Simon Willison's llm CLI tool that fetches web content as markdown for use as LLM context fragments.
A guide to using the HTML <picture> element in GitHub Markdown to display different images for dark and light modes.
A guide to extending SwiftUI's Text view with custom dynamic styling for individual words or segments using replacements and Markdown.
A developer explains how to create and manage a resume using Markdown, source control, and tools like pandoc and wkhtmltopdf for PDF conversion.
Explains why Markdown headers sometimes fail to render due to accidental non-breaking spaces, with a focus on Mac keyboard layouts.
A guide to parsing Markdown files with YAML frontmatter into strongly-typed C# objects for use in ASP.NET Core applications.
A developer details the process of optimizing their custom static blog generator, achieving a 33x speed improvement by analyzing and refactoring inefficient Git operations.
The article argues for saving digital content in Markdown format to ensure long-term preservation and accessibility, avoiding the risks of platform obsolescence.
A developer explains his minimalist blogging setup using Bash, Pandoc, and Clojure to convert text/Markdown to HTML, replacing a complex WordPress instance.
A guide to enhancing Nuxt3 content articles with typography plugins and automated front-matter image extraction.