Improve README formatting.

This commit is contained in:
kor 2018-10-31 15:05:47 +13:00
parent 9c1f5b4733
commit d82683859a

View File

@ -45,29 +45,31 @@ Stored in a human-readable, flat-file database called [Indental](https://wiki.xx
[docs/content/settings.js](docs/content/settings.js) [docs/content/settings.js](docs/content/settings.js)
- STATSNUMTAGS = max limit of tags to show in menu | Setting | Description |
- STATSNUMTYPE = max limit of types to show in menu | ---: | :--- |
- WIDEGRIDITEM = allow wide entries (manually set by `WIDE : true` or automatic long `NOTES`) | STATSNUMTAGS | max limit of tags to show in menu |
- AUTOWIDETRIGGER = automaticly wide entry if it has more QOTE entries this number | STATSNUMTYPE | max limit of types to show in menu |
- USEMASONRY = enable [Masonry](https://masonry.desandro.com/) layout library usage | WIDEGRIDITEM | allow wide entries (manually set by `WIDE : true` or more than 'AUTOWIDETRIGGER' number of `QOTES`) |
- MASONRYPROGRESS = Masonry re-layout as images load (true), or only once all images complete (false) | AUTOWIDETRIGGER | automaticly wide entry if it has more QOTE entries this number |
- GRIDITEMIDBASE = CSS name prefix | USEMASONRY | enable [masonry](https://masonry.desandro.com/) layout library usage |
- SHOWUPPER = toggle display of upper entry elements | MASONRYPROGRESS | masonry re-layout as images load (true), or only once all images complete (false) |
- SHOWTITLE = toggle display of entry title | GRIDITEMIDBASE | CSS name prefix |
- SHOWAUTH = toggle display of entry author | SHOWUPPER | toggle display of upper entry element(s) |
- SHOWTYPE = toggle display of entry type(s) | SHOWTITLE | toggle display of entry title |
- SHOWLINK = toggle display of entry link(s) | SHOWAUTH | toggle display of entry author(s) |
- SHOWLOWER = toggle display of lower entry elements | SHOWTYPE | toggle display of entry type(s) |
- SHOWTAGS = toggle display of entry tag(s) | SHOWLINK | toggle display of entry link(s) |
- SHOWPROJ = toggle display of entry project(s) | SHOWLOWER | toggle display of lower entry element(s) |
- SHOWNOTE = toggle display of entry notes | SHOWTAGS | toggle display of entry tag(s) |
- SHOWQOTE = toggle display of entry quote(s) | SHOWPROJ | toggle display of entry project(s) |
- SHOWTERM = toggle display of entry term(s) | SHOWNOTE | toggle display of entry notes |
- SHOWDONE = toggle display of menu done (tick/cross) | SHOWQOTE | toggle display of entry quote(s) |
- SHOWPROG = toggle display of entry progress notes | SHOWTERM | toggle display of entry term(s) |
- SHOWIMAG = toggle display of entry image | SHOWDONE | toggle display of menu done (tick/cross) |
- SHOWFILE = toggle display of entry file(s) | SHOWPROG | toggle display of entry progress notes |
- SHOWOVERLAY = toggle display of dark overlay on hover of image type entry | SHOWIMAG | toggle display of entry image |
| SHOWFILE | toggle display of entry file(s) |
| SHOWOVERLAY | toggle display of dark overlay on hover of image type entry |
### Web Development ### Web Development
``` ```
@ -90,11 +92,11 @@ npm start
### Dependencies ### Dependencies
- App builder: [Electron](https://electronjs.org/)
- Database parser: [Indental](https://wiki.xxiivv.com/#indental) - Database parser: [Indental](https://wiki.xxiivv.com/#indental)
- Template parser: [Runic](https://wiki.xxiivv.com/#runic) - Template parser: [Runic](https://wiki.xxiivv.com/#runic)
- Grid layout: [Masonry](https://masonry.desandro.com/)
- Theming: [Themes](https://github.com/hundredrabbits/Themes) - Theming: [Themes](https://github.com/hundredrabbits/Themes)
- Grid layout: [Masonry](https://masonry.desandro.com/)
- App builder: [Electron](https://electronjs.org/)
### Thanks ### Thanks