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
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!

View file

@ -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.

View file

@ -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 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"`
BookmarkOf string `yaml:"bookmarkOf"`
References map[string]Ref
Tags []string
Summary string `yaml:"summary,omitempty"`
Tags []string `yaml:"tags,omitempty"`
}
type Ref struct {