site: bucket find/ folders by capture date + 2026-05-09 capture (67 finds)
Migrate every find from src/content/find/<slug>/ to src/content/find/<year>/<month>/<slug>/ — all 289 existing finds moved into 2026/05/. The find content-collection loader gets a new leafSlug generateId so ids (and therefore URLs at /find/<slug>/) stay flat; src/lib/find-hero.ts switches to a recursive **/hero glob. Bundle items[], promotedTo/fromFind keys, /sources cross-refs, and category/tag pages all keep working unchanged. Skill docs (daily-finds, build-review, build-bundle, cluster-bundles), README, and CHANGELOG updated for the new on-disk path. Also: 67 new finds from the 2026-05-09 capture run (Web Curios 8, MoMA 7, r/macapps 7, r/dadjokes 6, icanhazdadjoke 6, Wallpaper* Travel 5, Snow Peak 5, Kottke 3, Boutique Homes 3, etc.); felo-ergonic-screwdriver-set rolled back per editorial decision.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 495 KiB |
@@ -0,0 +1,15 @@
|
||||
---
|
||||
name: "Apex Markdown Processor"
|
||||
subtitle: "One Markdown tool that renders every dialect — and shows images in your terminal"
|
||||
date: 2026-05-04
|
||||
link: "https://github.com/ApexMarkdown/apex"
|
||||
source: "Brett Terpstra"
|
||||
topics:
|
||||
- macos-apps
|
||||
- apple-tips
|
||||
tags: [markdown, terminal, cli, writing, brett-terpstra]
|
||||
description: "Brett Terpstra's Markdown processor that combines CommonMark, GFM, MultiMarkdown, Kramdown, and Marked features in one tool — and renders inline images directly in the terminal via ANSI."
|
||||
promotedTo: "apex-markdown-processor"
|
||||
---
|
||||
|
||||
Apex collapses the choose-your-flavor problem of Markdown by speaking CommonMark, GitHub Flavored, MultiMarkdown, Kramdown, and Marked simultaneously, with tables, citations, file inclusion, fenced divs, and an extensible plugin system on top. The unique party trick is image rendering in the terminal: pipe a Markdown file through Apex and your inline screenshots actually appear in iTerm or any ANSI-capable terminal, instead of being silently dropped. Useful for everything from a quick blog draft to building documentation pipelines that stay readable at the command line.
|
||||
Reference in New Issue
Block a user