Add summaries to kept omnivore imports

This commit is contained in:
JP Hastings-Spital 2024-05-13 06:43:18 +01:00
parent e4dcc9297a
commit 4e304d8305
4 changed files with 2 additions and 4 deletions

View file

@ -12,7 +12,6 @@ references:
summary: How boundaries became the rules for mental health—and explain everything Lily summary: How boundaries became the rules for mental health—and explain everything Lily
Scherlis Scherlis
author: 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! An extremely interesting article that helped me realise how different my definition of what “boundaries” are seems to differ from what contemporary usage is!

View file

@ -12,7 +12,6 @@ references:
summary: examines claims that the big five personality traits is more scientifically summary: examines claims that the big five personality traits is more scientifically
valid than the myers briggs personality indicator valid than the myers briggs personality indicator
author: dynomight 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. 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.

View file

@ -13,7 +13,6 @@ references:
the year bring? What hopes and hurts, what majesty and mayhem, what lessons the year bring? What hopes and hurts, what majesty and mayhem, what lessons
and laments? January holds in the palm of its hands… and laments? January holds in the palm of its hands…
author: Julie Zhuo author: Julie Zhuo
tags: []
--- ---
I enjoyed this articles passion for _being alive_, I think theres a lot of similarity to a previous articles [obviousness](/tags/obviousness), and putting ourselves in emotionally challenging positions sometimes. I enjoyed this articles passion for _being alive_, I think theres a lot of similarity to a previous articles [obviousness](/tags/obviousness), and putting ourselves in emotionally challenging positions sometimes.

View file

@ -229,7 +229,8 @@ type FrontMatter struct {
PublishDate string `yaml:"publishDate,omitempty"` PublishDate string `yaml:"publishDate,omitempty"`
BookmarkOf string `yaml:"bookmarkOf"` BookmarkOf string `yaml:"bookmarkOf"`
References map[string]Ref References map[string]Ref
Tags []string Summary string `yaml:"summary,omitempty"`
Tags []string `yaml:"tags,omitempty"`
} }
type Ref struct { type Ref struct {