A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

Jump to

Quick reference

Set up Joplin

## Install

Install node 12+

Then:
```
NPM_CONFIG_PREFIX=~/.joplin-bin npm install -g joplin

sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin
```


## Configure

```
joplin help config
joplin config sync.target 7 # dropbox
joplin sync # then follow instructions
```