Convert web pages to Obsidian-formatted Markdown with YAML frontmatter
Markify is a powerful userscript that converts web pages into clean, Obsidian-formatted Markdown with YAML frontmatter. Perfect for researchers, note-takers, and knowledge management enthusiasts!
Every converted page includes structured metadata:
---
title: "Topic Title"
source: https://www.uscardforum.com/t/12345
date: 2026-01-30
downloaded: 2026-01-30
tags:
- uscardforum
- forum
- credit-cards
---
.md filehttps://www.uscardforum.com/t/*/*.md fileThe adapter architecture supports expansion to other sites like Medium, Substack, Wikipedia, GitHub, Reddit, and Dev.to. Currently focusing on US Card Forum optimization.
Automatically fetches all pages of a forum topic via API for complete conversation export. No manual pagination needed!
Extensible template system (currently pre-configured for forums):
{
document: {
template: "{frontmatter}\n\n{content}\n"
},
comment: {
template: "## Comment {index} - {author}\n{content}\n"
}
}
This script is automatically synced from the GitHub repository. Updates are delivered seamlessly through Greasy Fork!
Note: This script respects your privacy - all processing happens locally in your browser. No data is sent to external servers.