Add reading progress and enhance guide

This commit is contained in:
Simon Mattila 2019-09-19 03:14:16 +02:00
parent 9ba9f2e761
commit 5b3814768e
5 changed files with 17 additions and 6 deletions

5
package-lock.json generated
View File

@ -10558,6 +10558,11 @@
"markdown-it-container": "^2.0.0" "markdown-it-container": "^2.0.0"
} }
}, },
"vuepress-plugin-reading-progress": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/vuepress-plugin-reading-progress/-/vuepress-plugin-reading-progress-1.0.7.tgz",
"integrity": "sha512-XFnD42/Xt4ZQ3G0j1ViF2WmBJM7f+zYJLKfD2ZEkIq3Ar38c3FKR/LU94aENaWRGnfDMDmAMEYjLrcmR4uq49g=="
},
"watchpack": { "watchpack": {
"version": "1.6.0", "version": "1.6.0",
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz",

View File

@ -22,6 +22,7 @@
"iso-639-1": "^2.1.0", "iso-639-1": "^2.1.0",
"lodash.groupby": "^4.6.0", "lodash.groupby": "^4.6.0",
"lodash.sortby": "^4.7.0", "lodash.sortby": "^4.7.0",
"vuepress-plugin-container": "^2.0.2" "vuepress-plugin-container": "^2.0.2",
"vuepress-plugin-reading-progress": "^1.0.7"
} }
} }

View File

@ -33,6 +33,9 @@ module.exports = {
'@vuepress/back-to-top' '@vuepress/back-to-top'
], ],
[ [
'reading-progress'
],
[
'@vuepress/google-analytics', '@vuepress/google-analytics',
{ 'ga': 'UA-148212082-1' } { 'ga': 'UA-148212082-1' }
], ],
@ -41,7 +44,7 @@ module.exports = {
{ {
type: 'expander', type: 'expander',
before: info => `<details><summary>${info}</summary>\n`, before: info => `<details><summary>${info}</summary>\n`,
after: '</details>\n' after: '</details>\n'
} }
] ]
] ]

View File

@ -60,7 +60,7 @@ then press `Uninstall`.
### Why don't I have extensions or any sources in the catalog? ### Why don't I have extensions or any sources in the catalog?
**A:** Tachiyomi `0.8.4` and above no longer have pre-installed extensions, **A:** `Tachiyomi 0.8.4` and above no longer have pre-installed extensions,
so when upgrading or installing versions above this, installing the extensions so when upgrading or installing versions above this, installing the extensions
you use will be required to install extensions from the extensions menu you use will be required to install extensions from the extensions menu
(the one with the puzzle piece). (the one with the puzzle piece).

View File

@ -5,10 +5,12 @@ lang: en-US
## Installation ## Installation
Download the latest stable release of Tachiyomi from [![github](https://img.shields.io/github/release/inorichi/tachiyomi.svg?style=for-the-badge&maxAge=600)](https://github.com/inorichi/tachiyomi/releases/latest) [![github downloads](https://img.shields.io/github/downloads/inorichi/tachiyomi/total.svg?style=for-the-badge&maxAge=600)](http://www.somsubhra.com/github-release-stats/?username=inorichi&repository=tachiyomi)
[GitHub](https://github.com/inorichi/tachiyomi/releases/latest).
You can download the latest version of `Tachiyomi` from the [GitHub releases](https://github.com/inorichi/tachiyomi/releases/latest).
<Badge text="tachiyomi-vX.Y.Z.apk"/>
`tachiyomi-vX.Y.Z.apk`
If you want to try new features before they get to the stable release, If you want to try new features before they get to the stable release,
you can download the dev version [here](http://tachiyomi.kanade.eu/latest). you can download the dev version [here](http://tachiyomi.kanade.eu/latest).