Trying out the Zed editor on Windows for .NET and Markdown
A developer's first impressions and customization of the Zed editor for .NET and Markdown work, comparing it to VS Code and other IDEs.
A developer's first impressions and customization of the Zed editor for .NET and Markdown work, comparing it to VS Code and other IDEs.
A guide to implementing a 'copy as markdown' button for dynamic content in an MDX-based Next.js documentation site.
Explores the potential of Claude Skills, a new feature from Anthropic that uses markdown files to create deterministic, scriptable AI tools within Claude's ecosystem.
Explains a Markdown parsing bug when wrapping <pre> code blocks in HTML elements and provides workarounds for Eleventy projects.
A guide to fixing the Neovim Markdown preview plugin when it fails to open in WSL 2, focusing on a WSL restart solution.
A personal retrospective of the various writing tools and platforms the author has used to publish online over the past twenty-plus years.
A beginner's guide to Markdown, a lightweight markup language used in programming documentation and web development.
A developer details their technical setup for displaying math and images across a blog, Atom feed, and email using Hugo and custom templates.
A guide to using Python packages like 'markdown' and 'markdownify' to parse, convert, and work with Markdown formatted text in applications.
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.