prepping
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Archive
|
||||
type: note
|
||||
status: published
|
||||
draft: false
|
||||
description: Primary-source records. Not commentary.
|
||||
tags:
|
||||
- archive
|
||||
---
|
||||
|
||||
Objective references: scrapes, transcripts, and source notes. Distilled writing lives in [[notes/index|Notes]].
|
||||
|
||||
- [[archive/threads/index|Threads]] — Twitter/X and similar sequential posts
|
||||
- [[archive/sources/index|Sources]] — talks, essays, pages, and other records
|
||||
|
||||
Use the `archive-source` template. Keep the source text here; put interpretation in a linked note.
|
||||
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: Sources
|
||||
type: note
|
||||
status: published
|
||||
draft: false
|
||||
description: Non-thread primary sources — talks, pages, videos, documents.
|
||||
tags:
|
||||
- archive
|
||||
---
|
||||
|
||||
Talks, essays, videos, and other records that are not sequential threads. Same `archive-source` template; set `source` to `youtube`, `odysee`, `article`, or `other`.
|
||||
@@ -0,0 +1,53 @@
|
||||
---
|
||||
title: How to archive a thread
|
||||
type: archive
|
||||
source: twitter
|
||||
source_url: https://x.com/
|
||||
author: ""
|
||||
date: 2026-08-22
|
||||
archived: 2026-08-22
|
||||
status: published
|
||||
draft: false
|
||||
tags:
|
||||
- archive
|
||||
- twitter
|
||||
- how-to
|
||||
description: Worked example of an archived thread note. Replace this when real threads land.
|
||||
aliases:
|
||||
- example-thread
|
||||
---
|
||||
|
||||
> [!info] Provenance
|
||||
> Replace this file with a real thread. The shape is what matters: frontmatter, then posts in order, then optional media.
|
||||
|
||||
## Source
|
||||
|
||||
- URL:
|
||||
- Author:
|
||||
- Posted:
|
||||
|
||||
## Thread
|
||||
|
||||
**1/** First post. Copy the text. Do not summarize here.
|
||||
|
||||
**2/** Next post. Keep numbering. Preserve links as written.
|
||||
|
||||
**3/** Last post.
|
||||
|
||||
## Media
|
||||
|
||||
Images use absolute URLs on the image host:
|
||||
|
||||
```md
|
||||

|
||||
```
|
||||
|
||||
Optional live tweet (not a substitute for the transcript):
|
||||
|
||||
```md
|
||||

|
||||
```
|
||||
|
||||
## Related
|
||||
|
||||
- Distilled note: [[What this archive is for]]
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Threads
|
||||
type: note
|
||||
status: published
|
||||
draft: false
|
||||
description: Archived Twitter/X threads and similar sequential posts.
|
||||
tags:
|
||||
- archive
|
||||
---
|
||||
|
||||
One note per thread. Transcribe the posts in order. Do not rely on a live embed as the only copy.
|
||||
|
||||
Example: [[How to archive a thread]]
|
||||
Reference in New Issue
Block a user