AnyPost
All guides
4 min read

Archive posts into Obsidian

AnyPost can emit Obsidian-friendly output with YAML frontmatter, so saved posts slot neatly into your vault and show up in Dataview queries.

Enable frontmatter output

Append ?format=obsidian to any conversion URL:

anypost.md/x/user/status/123?format=obsidian

What the file looks like

---
author: Jane Doe
handle: "@janedoe"
platform: x
date: 2026-05-20
source: https://x.com/janedoe/status/123
tags: [clipped, x]
---

# Jane Doe (@janedoe)

The full post text lands here, ready to link and tag.

Organizing the vault

  • Keep clipped posts in a /Clippings folder.
  • Use the platform and tags fields to build Dataview tables.
  • Link concepts with [[wikilinks]] after import.