•  Alan Young Refactored formatting and structure of Priesthood principles in the essay. ca19530
  •  Alan Young Refactor citation formatting in "rights-powers-principles.md". c801ae9
  •  Alan Young Updated footnote formatting in "The Doctrine of the Priesthood" essay. 04a742c
  •  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 Refactored essays to enhance clarity and readability. 16bd10a
  •  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 Update title to focus on the Priesthood. 37395d2
  •  Alan Young aider: Update title in the front matter of the rights-powers-principles.md file. # Aider chat conversation: USER: Add a title to the front matter off the rights-powers-principles.md file ASSISTANT: ```diff --- pages/essays/rights-powers-principles.md +++ pages/essays/rights-powers-principles.md @@ ... @@ --- -title: Rights, Powers and Principles: An Exploration +title: Rights, Powers, and Principles: An Exploration of Theological Constructs --- ``` 33d4129