Yeah. This works ... semi-not-really-okay.

For example, here is the CSS for one of my notes:

```external_css
/home/todd/css/toddwarner-common.css
```

```external_css
/home/todd/css/toddwarner-joplin.css
```

This works okay within the app. For print though ... it will just display the paths.

It will also not work with URLs (https:// or even file://) for whatever reason. I.e., if my common.css was on some website (which it is in actuality).

I will have to experiment further.