quartz build

This commit is contained in:
Ignacio Ballesteros
2026-02-14 18:00:32 +01:00
parent 23aa2f4dc4
commit 79e93c167e
15 changed files with 710 additions and 19 deletions

View File

@@ -0,0 +1,32 @@
#+title: How to Take Smart Notes
#+date: 2024-01-05
#+filetags: :reference:book:
* Citation
Ahrens, S. (2017). /How to Take Smart Notes/. CreateSpace.
* Summary
A guide to the [[file:../concepts/zettelkasten.org][Zettelkasten]] method based on Niklas Luhmann's practice.
* Key Ideas
1. Writing is thinking
2. One idea per note ([[file:../concepts/atomic-notes.org][Atomic Notes]])
3. Links over folders ([[file:../concepts/linking.org][Linking]])
4. Bottom-up organization
* Quotes
#+begin_quote
"The slip-box is designed to present you with ideas you have already forgotten."
#+end_quote
#+begin_quote
"Every intellectual endeavour starts from an already existing preconception."
#+end_quote
* Application
This book directly influenced the [[file:../projects/learning-system.org][Learning System]] project.

View File

@@ -0,0 +1,31 @@
#+title: References
#+date: 2024-01-08
#+filetags: :reference:index:
Collection of books, papers, and resources.
* Books
** Knowledge Management
- cite:ahrens2017 - How to Take Smart Notes
- cite:forte2022 - Building a Second Brain
** Software & Writing
- cite:martin2008 - Clean Code
- cite:weinberger2007 - Everything Is Miscellaneous
* Papers
- cite:ebbinghaus1885 - Memory: A Contribution to Experimental Psychology
- cite:pimsleur1967 - A Memory Schedule
* Web Resources
- cite:bernerslee1999 - Weaving the Web
* How References Are Used
References connect to concepts:
- [[file:../concepts/zettelkasten.org][Zettelkasten]] cites cite:ahrens2017
- [[file:../concepts/spaced-repetition.org][Spaced Repetition]] cites cite:ebbinghaus1885
- [[file:../concepts/linking.org][Linking]] cites cite:bernerslee1999