An open API service indexing awesome lists of open source software.

https://github.com/johno/papyrus

[WIP] A minimalist browser built for readability
https://github.com/johno/papyrus

Last synced: 9 months ago
JSON representation

[WIP] A minimalist browser built for readability

Awesome Lists containing this project

README

          

# ⊶ [`papyrus`](https://www.youtube.com/watch?v=FrEdbKwivCI)

__Work in progress__

A minimalist browser built for readability.

![unspecified-1](https://cloud.githubusercontent.com/assets/1424573/16890276/4f6acc4c-4aaa-11e6-9290-af5de8608576.png)

## Installation

```bash
git clone https://github.com/johnotander/papyrus.git && cd $_
npm i
npm start
```

## Usage

Papyrus looks for a `.papyrus.js` in your home directory.
It can be used to specify a style object that will be applied to all sites.
You can also use other packages to provide values like a [typescale](https://github.com/johnotander/diatonic).

```javascript
const diatonic = require('diatonic')

{
baseFontSize: '18px'
typescale: diatonic(),
width: '32rem',
}
```

## Related

- [Tabby](https://github.com/maxogden/tabby)
- [Electron](https://github.com/electron/electron)
- [Fluidity](https://github.com/mrmrs/fluidity)
- [Diatonic](https://github.com/johnotander/diatonic)

## License

MIT

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Crafted with <3 by John Otander ([@4lpine](https://twitter.com/4lpine)).

***

> This package was initially generated with [yeoman](http://yeoman.io) and the [p generator](https://github.com/johnotander/generator-p.git).