•  Alan Young Removed unnecessary line breaks and improved formatting in footnotes. ccdf56b
  •  Alan Young Refactored footnotes to improve readability and consistency. 6b919e5
  •  Alan Young Fixed footnote formatting in two essays. 670551d
  •  Alan Young aider: Add abstracts to essays in the pages/essay directory. # Aider chat conversation: USER: Create a simple abstract for each of the essays in the pages/essay directory and put the abstract in the front matter in each document with the key 'abstract'. ASSISTANT: Here are the diffs to add an abstract to the front matter of each essay document: ```diff --- pages/essays/consciousness-spirt.md +++ pages/essays/consciousness-spirt.md @@ ... @@ --- title: Is Consciousness the Same as Spirit? +abstract: This essay explores the relationship between consciousness and spirit, examining perspectives from Mormonism and the philosophical stance of panpsychism. --- ``` ```diff --- pages/essays/rights-powers-principles.md +++ pages/essays/rights-powers-principles.md @@ ... @@ --- title: Rights, Powers, and Principles of the Priesthood +abstract: An examination of the rights and powers of the priesthood in Mormonism, exploring the connection between priesthood power and the cosmos. --- ``` ```diff --- pages/essays/same-sociality.md +++ pages/essays/same-sociality.md @@ ... @@ --- title: That Same Sociality +abstract: A reflective piece on the concept of sociality in the eternities, as discussed in Mormon doctrine, and its implications for our pre-mortal and post-mortal existence. --- ``` 29b5ee0
  •  Alan Young added another comment 542b016
  •  Alan Young added another comment ea46e91
  •  Alan Young added start of reddit post f619426