What problem does it solve?
Captures tweets into a structured knowledge note so users no longer have to manually transcribe tweet content, metadata, and author information into their vault.
Core Features & Use Cases
- URL and Content Parsing: Extracts tweet ID and author handle from a Twitter/X URL and parses pasted tweet content for text, date, and author name.
- Author Resolution: Checks for an existing author profile and creates a minimal profile when missing, linking social URL and slug.
- Structured Note Creation: Generates a Markdown tweet note with frontmatter (type, title, tweetId, tweetUrl, tweetText, author, tweetedAt, tags) saved to src/content/notes/tweets/ and suggests tags and wiki-links.
- Validation & Verification: Ensures tweet ID uniqueness, valid date format, non-empty text, and recommends running project checks after saving.
Quick Start
Provide a tweet URL and paste the tweet text to save it as a structured markdown note in src/content/notes/tweets/.