Tutorials 16 min read

Capture the Text, Not the Bookmark: A Plain-Markdown System for Keeping What You Read

MMNMNOTE
markdownnote-takinglink-rotweb-clippingdigital-preservationplain-textpkm

To keep an article for years, save its substance — the quote, the figure, the paragraph that mattered — plus the source URL and the date you read it, in a plain-Markdown note on your own device. A bookmark points at a page that can rot or a silo that can close; the text you copied stays. This post is the three-move system for doing it.

The case for the move is already settled. A quarter of all webpages that existed at one point between 2013 and 2023 are no longer accessible, as of October 2023, per a Pew Research Center analysis 1. The full evidence on disappearing pages — link rot, broken citations, what to do about it — lives in a companion post; here, the work is the workflow 2.

A bookmark is a promise the open web keeps less often every year. A copied paragraph asks no one's permission to survive.

What is the fastest way to save an article you want to keep?

Copy the part that mattered — a quote, a figure, your own one-line summary — and paste it into a plain-text note. Add the source URL and the date you read it underneath. Save the note as Markdown on your own device. That is the whole system: substance, then provenance, then a format you control. Everything below is detail.

The method has exactly three moves, and they are sequential. Move one decides what you keep. Move two makes it re-findable years later. Move three makes it durable. Skip any one and the note degrades: substance without provenance is an orphan quote you can't cite, and provenance without a durable format is a link that rots like the one you were trying to escape.

Move 1: Capture the substance, not the URL

A bookmark saves the address; it does not save the building. The durable unit is the substance — the sentence, the statistic, or the paragraph that made you stop reading. Tiago Forte, who codified the most widely used note-capture method, frames the highest layer of his technique as "going beyond highlighting the words of others, to recording my own" 3. That is the move: don't clip the page, distill it.

In practice this is two or three lines, not the whole article. Write the one idea you'd repeat to a colleague, then paste the single quote or number you'd want to prove it with. A clipped full page is brittle — it carries menus, ads, and markup that break on import. A distilled note is small, legible, and yours.

It also sidesteps a real limit: copying entire copyrighted articles wholesale is a legal problem, while keeping the substance that mattered to you — your own words plus a short excerpt — is ordinary personal note-taking.

Honesty caveat. Capture is additive — it never replaces archiving the original page, and it does not authorize republishing someone's full text. You are keeping a working copy of what you learned, with a pointer back to the source.

Move 2: Keep the provenance — URL plus the date you read it

Provenance is what turns a stray quote into evidence. Under every captured passage, paste two things: the exact source URL, and the date you accessed it. The date matters because the page may change or vanish — and 38% of webpages that existed in 2013 are not available today, compared with 8% of pages that existed in 2023, per the same Pew analysis 1. Your access date is the timestamp that lets a future reader (often future you) trust the quote.

The access date also unlocks the archive. Because you recorded when you read it, you can look that exact page up in the Internet Archive's Wayback Machine, which holds dated snapshots of the public web. Its own help notes that saved pages "can be cited, shared, linked to – and they will continue to exist even after the original page changes or is removed from the web" 4.

Provenance is the thread that ties your private note back to a public record you can re-pull.

> The overriding design goal for Markdown's formatting syntax is to make it
> as readable as possible.

Source: John Gruber, "Markdown" — https://daringfireball.net/projects/markdown/
Read: 2026-06-09
My note: Markdown's promise is legibility first. The note I save stays readable
even if every editor that opened it is gone.

The block above is the whole pattern: substance on top, source and date beneath, your own line at the end. Plain text, no app required to read it.

Move 3: Store it as plain Markdown you own

The format is the durability decision. Save the note as a .md file — plain text with light, human-readable markup — on a device you control. John Gruber, who created Markdown, built it so "a Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions" 5. The note stays legible with nothing but a text reader, which is exactly what you want a record to do.

This is not a hobbyist preference; it is the institutional one. The Library of Congress, in its Sustainability of Digital Formats criteria, defines a format's transparency as "the degree to which the digital representation is open to direct analysis with basic tools, including human readability using a text-only editor" 6.

Its Recommended Formats Statement, "well into its second decade, having first launched in 2014," lists plain text among the formats most likely to survive 7. A national archive and your note folder want the same thing: text a human can still read.

The five-minute version: do this for the next thing you read

This is the entire workflow as a checklist. It takes about a minute per source once the habit forms — the cost is real, and it is small.

  1. Read first, capture second. Finish the section. Capturing as you go produces clipped noise; capturing after produces a judgment.
  2. Write one line in your own words. What is the single idea worth keeping? This is the most valuable line in the note.
  3. Paste one quote or one number. The exact words or figure you'd cite, copied verbatim, in a blockquote.
  4. Add the URL and today's date. Two lines: Source: and Read:. This is your re-find-it-later insurance.
  5. Save as .md on your own device. One note per source, named for the idea, not the site.

Five steps, one note. The discipline is doing it now, before the tab closes — not deferring it to a someday queue that becomes its own graveyard.

Common mistakes that quietly break the system

Most failures here are not dramatic; they are small omissions that surface years later, when the source is gone and your note can no longer stand on its own. These five recur most often, and each one quietly turns a durable record back into the kind of fragile pointer the whole system exists to escape.

How this works without any one tool

The point of the system is that it is tool-agnostic. Web clippers — built into Notion, Obsidian, and Reader-style apps — are genuinely useful for the capture step, and you should use whichever you like. The system survives them because what you keep is plain text plus provenance, not a clip locked to one product.

A plain-Markdown note stored locally on your own device works offline and stays readable in any text editor. That is the durable substrate, whether you write it in a browser-based Markdown editor, a desktop app, or a terminal.

Steph Ango, Obsidian's CEO, put the principle plainly: "In the fullness of time, the files you create are more important than the tools you use to create them. Apps are ephemeral, but your files have a chance to last" 11. The clipper is a convenience. The file is the keep.

Frequently asked questions

How do I save an article so I still have it in five years?

Capture its substance — the quote, the figure, or your own one-line summary — and paste it into a plain-text note. Add the source URL and the date you read it underneath. Save the note as a .md file on your own device. Plain Markdown stays readable in any text editor, so the note survives even if the original page and the app you used both disappear.

How do I save a webpage as text instead of a bookmark?

Select the readable portion that matters — not the whole page with its menus and ads — and paste it into a Markdown note. Add the source URL and access date beneath it. Markdown is plain text by design, so the saved note is legible "as plain text, without looking like it's been marked up" 5. You are keeping the substance, not a fragile pointer to it.

Should I use a web clipper or Wayback Machine instead?

Use both — they solve different problems. The Internet Archive's Wayback Machine preserves the public page so it "will continue to exist even after the original page changes or is removed from the web" 4. A clipper speeds up grabbing text. Neither replaces your own copy of the substance: the archive is the public record, your Markdown note is the private one you fully control.

Is capturing article text a copyright problem?

Capturing the substance that mattered to you — a short quote, a figure, your own summary, plus a link back — is ordinary personal note-taking. Copying and republishing entire copyrighted articles wholesale is a different act with legal limits. Keep the excerpt and your own words for your own reference; cite and link the source rather than reproducing it in full.

What happened to my Pocket saves, and how do I prevent it next time?

Mozilla shut down Pocket on July 8, 2025, and confirmed that "as of November 12, 2025, user data export has been disabled, and all user data has been queued for permanent deletion" 9. The structural fix is to stop saving into a silo: keep the substance of what you read as plain Markdown on your own device, so no single app's shutdown can take it.

Isn't Markdown just one more format that could die?

Markdown degrades gracefully because it is plain text underneath. The Library of Congress names "human readability using a text-only editor" as a core durability criterion 6, and Markdown meets it — a .md file is legible with nothing but a text reader even if every Markdown app vanishes. That is the opposite of a proprietary format, which is unreadable the moment its program is gone.


A bookmark is a wish that the web will still be there. A captured paragraph is the part you already brought home — and the only copy whose survival you control. To keep that habit in plain Markdown on your own device, where it stays readable offline and outlives any single app, mnmnote.com lives in your browser.

Footnotes

  1. Athena Chapekis, Samuel Bestvater, Emma Remy, Gonzalo Rivero, "When Online Content Disappears," Pew Research Center, https://www.pewresearch.org/data-labs/2024/05/17/when-online-content-disappears/, published 2024-05-17, accessed 2026-06-09. 2

  2. "Save the Page, Not the Link," MNMNOTE, https://blog.mnmnote.com/posts/save-the-page-not-the-link, accessed 2026-06-09.

  3. Tiago Forte, "Progressive Summarization: A Practical Technique for Designing Discoverable Notes," Forte Labs, https://fortelabs.com/blog/progressive-summarization-a-practical-technique-for-designing-discoverable-notes/, accessed 2026-06-09.

  4. "Save Pages in the Wayback Machine," Internet Archive Help Center, https://help.archive.org/help/save-pages-in-the-wayback-machine/, accessed 2026-06-09. 2

  5. John Gruber, "Markdown," Daring Fireball, https://daringfireball.net/projects/markdown/, accessed 2026-06-09. 2

  6. "Sustainability of Digital Formats: Sustainability Factors — Transparency," Library of Congress, https://www.loc.gov/preservation/digital/formats/sustain/sustain.shtml, accessed 2026-06-09. 2

  7. "Recommended Formats Statement Updates, 2025–2026," The Signal, Library of Congress, https://blogs.loc.gov/thesignal/2025/07/rfs-updates-2025-2026/, published 2025-07-15, accessed 2026-06-09.

  8. Patrick Stox, "At Least 66.5% of Links to Sites in the Last 9 Years Are Dead," Ahrefs, https://ahrefs.com/blog/link-rot-study/, published 2022-04-29, accessed 2026-06-09.

  9. "Pocket has shut down," Mozilla Support, https://support.mozilla.org/en-US/kb/future-of-pocket, accessed 2026-06-09. 2

  10. "Why a Read-Later Pile Is a Graveyard," MNMNOTE, https://blog.mnmnote.com/posts/read-later-pile-is-a-graveyard, accessed 2026-06-09.

  11. Steph Ango, "File over app," https://stephango.com/file-over-app, accessed 2026-06-09.