From 4e304d83059dc40f4dbab87f83fc7d360b4d0d7a Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Mon, 13 May 2024 06:43:18 +0100 Subject: [PATCH] Add summaries to kept omnivore imports --- content/bookmarks/boundary-issues.md | 1 - content/bookmarks/in-defense-of-myers-briggs.md | 1 - .../bookmarks/the-looking-glass-the-year-of-everyday-risks.md | 1 - tools/import/omnivore/main.go | 3 ++- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/content/bookmarks/boundary-issues.md b/content/bookmarks/boundary-issues.md index 19d71ea2..57780375 100644 --- a/content/bookmarks/boundary-issues.md +++ b/content/bookmarks/boundary-issues.md @@ -12,7 +12,6 @@ references: summary: How boundaries became the rules for mental health—and explain everything Lily Scherlis author: Lily Scherlis -tags: [] --- An extremely interesting article that helped me realise how different my definition of what “boundaries” are seems to differ from what contemporary usage is! diff --git a/content/bookmarks/in-defense-of-myers-briggs.md b/content/bookmarks/in-defense-of-myers-briggs.md index 92f744e0..90638505 100644 --- a/content/bookmarks/in-defense-of-myers-briggs.md +++ b/content/bookmarks/in-defense-of-myers-briggs.md @@ -12,7 +12,6 @@ references: summary: examines claims that the big five personality traits is more scientifically valid than the myers briggs personality indicator author: dynomight -tags: [] --- I fit the eNxP model by this article's assertions, and it feels representative enough to be useful. I like the idea of these tools to label & understand yourself _particularly_ because you can figure out where you _don't_ fit the model/where the label _isn't_ useful. diff --git a/content/bookmarks/the-looking-glass-the-year-of-everyday-risks.md b/content/bookmarks/the-looking-glass-the-year-of-everyday-risks.md index e9d32163..022789da 100644 --- a/content/bookmarks/the-looking-glass-the-year-of-everyday-risks.md +++ b/content/bookmarks/the-looking-glass-the-year-of-everyday-risks.md @@ -13,7 +13,6 @@ references: the year bring? What hopes and hurts, what majesty and mayhem, what lessons and laments? January holds in the palm of its hands… author: Julie Zhuo -tags: [] --- I enjoyed this article’s passion for _being alive_, I think there’s a lot of similarity to a previous article’s [obviousness](/tags/obviousness), and putting ourselves in emotionally challenging positions sometimes. diff --git a/tools/import/omnivore/main.go b/tools/import/omnivore/main.go index 0a3cc8b2..beedc33c 100644 --- a/tools/import/omnivore/main.go +++ b/tools/import/omnivore/main.go @@ -229,7 +229,8 @@ type FrontMatter struct { PublishDate string `yaml:"publishDate,omitempty"` BookmarkOf string `yaml:"bookmarkOf"` References map[string]Ref - Tags []string + Summary string `yaml:"summary,omitempty"` + Tags []string `yaml:"tags,omitempty"` } type Ref struct {