# Links App Posts This directory contains all 2,337 articles and posts from the Links App. ## Format Each file follows the Obsidian-compatible markdown format: ```markdown --- title: {article title} created: {YYYY-MM-DD} updated: {YYYY-MM-DD} type: summary tags: [{tag1}, {tag2}, ...] external: http://go/ui/posts/{id}/ --- {article content} ``` ## File Naming Files are named as `{id}-{slug}.md` where: - `id` is the post's numeric ID from the Links App - `slug` is a URL-safe version of the title (max 50 characters) ## Browsing You can search for specific posts by: 1. Looking up the post ID in the filename 2. Using the external link to view the original in the Links App web interface 3. Searching by tags in the frontmatter