Skip to content

Commit

Permalink
Update readme with new options
Browse files Browse the repository at this point in the history
  • Loading branch information
justone committed Oct 19, 2020
1 parent 46f986d commit a8bdd35
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ decide to view it as a coll, and with that viewer selected, `deref` would
return a list of pairs. Not many viewers implement this functionality
currently, but expect more to do so in the future.

### Themes
### Options

#### Themes

There are currently three built-in themes:

Expand All @@ -113,6 +115,16 @@ Which can be passed as an option to `p/open`:
{:portal.colors/theme :portal.colors/nord})
```

#### Launcher

The following options can be passed to the `p/open` function to change how the
UI is launched:

| Option | Description | If not specified |
|-------------------------|----------------------------|----------------------|
| `:portal.launcher/port` | Port used to access UI | random port selected |
| `:portal.launcher/host` | Hostname used to access UI | "localhost" |

## Datafy and Nav

There is one exception to the behavior described above for the UI,
Expand Down

0 comments on commit a8bdd35

Please sign in to comment.