Quoth Wikipedia:
Commonplace books (or commonplaces) are a way to compile knowledge, usually by writing information into books. Such books are essentially scrapbooks filled with items of every kind: recipes, quotes, letters, poems, tables of weights and measures, proverbs, prayers, legal formulas. Commonplaces are used by readers, writers, students, and scholars as an aid for remembering useful concepts or facts they have learned. Each commonplace book is unique to its creator’s particular interests. They became significant in Early Modern Europe.
Or, quoth Steven Johnson:
In its most customary form, “commonplacing,” as it was called, involved transcribing interesting or inspirational passages from one’s reading, assembling a personalized encyclopedia of quotations. It was a kind of solitary version of the original web logs: an archive of interesting tidbits that one encountered during one’s textual browsing
Or, quoth, uh, me:
Scraps, ephemera, snippets, opuscules, curios.
That’s a fair question! Here’s a (truncated) list of reasons why:
The priority should be on ease of use over everything, right?
But, as with all projects, there’s the trap of “I am going to spend ten hours writing a fancy cross-platform thing that saves me one second every week and never recoup my time investment.”
(Not that there’s anything wrong with that — over engineering can be fun even if its inefficient if you want to do it. But I don’t.)
So my notebook is literally just a markdown file that I compile and sync with s3. It’s two lines of code:
python3 -m markdown notebook.md -f index.html
s3cmd put index.html s3://notebook.jmduke.com --acl-public
You sure can!
Here’s a template you can steal.
Style it however you want. Throw whatever you want in it. My only request is that, if you start one, you email me and let me know so I can get a case of the warm fuzzies.