Duplicate Headings in surf: Path Notation
Sometimes, a markdown document will repeat a header multiple times throughout the document. In Obsidian links, you can get around this by writing a path to the section you want to link to, like "Fo...
Sometimes, a markdown document will repeat a header multiple times throughout the document. In Obsidian links, you can get around this by writing a path to the section you want to link to, like "Fo...
This article is part of a series on surf, a command line tool I wrote to help AI agents compose their own context more easily, keep it small and their attention focused on the task at hand. This a...
In my first article, I showed the simplest, most basic things you can do with surf: List a Markdown file’s headings Show the text for a specific section by name Most of what I initially nee...
I published my surf tool. Source is at https://github.com/saintx/surf-cli How it works Instead of reading a markdown file into context, use surf to list its H1-H6 heading structure: % surf READM...