| 1234567891011121314151617181920212223242526272829303132 |
- #lang pollen
- ◊title{Writing Tools}
- ◊author{George C. Privon}
- ◊start-date{2020-05-13}
- ◊tags{writing, tools}
- ◊; from https://www.gwern.net/About#confidence-tags
- ◊; choose from: notes, draft, in progress, finished
- ◊status{notes}
- ◊; choose from: certain, highly likely, likely, possible, unlikely,
- ◊; highly unlikely, remote, impossible
- ◊confidence{likely}
- ◊; 1-10 (10 being most important)
- ◊importance{3}
- ◊; define some tags specific to this memo
- ◊(define (tool . parts)
- `(section ,@parts))
- ◊abstract{
- Written communication is an important aspect of work I do.
- So I care about the tools.
- }
- ◊tool{Rotring 600}
- ◊tool{Blackwing 602}
- ◊tool{TWSBI Eco}
|