ULIVZ
20dfd7fb42
docs: add more reference links
2018-11-14 01:45:49 +08:00
ULIVZ
c284a7251f
docs: tweak the sequence of markdown options
2018-11-14 01:36:17 +08:00
ULIVZ
3e4bea690b
docs: add missing part of markdown.slugify
2018-11-14 01:33:38 +08:00
ULIVZ
15af271a80
feat($markdown): ability to disable built-in markdown extensions
...
chainMarkdown (config) {
require('@vuepress/markdown').removeAllBuiltInPlugins(config)
}
Note that COMPONENT and ANCHOR plugin are required in VuePress, It is forbidden to delete them!
2018-11-14 01:17:58 +08:00
ULIVZ
ca03a1263c
chore($markdown): hoist index.js to root dir
2018-11-14 00:38:27 +08:00
ULIVZ
a9e066eb0b
docs: fix some outdated links
2018-11-14 00:37:04 +08:00
ULIVZ
9521ac49a7
docs($cn): sync plugin
2018-11-14 00:31:30 +08:00
ULIVZ
dfa6e544a2
docs: enhance plugin.
2018-11-14 00:13:38 +08:00
Mactavish and ULIVZ
2d59650638
docs: fix wrong demonstration of add new markdown-it plugin ( #999 )
2018-11-13 09:59:23 -06:00
ULIVZ
810acda1a2
docs: cache option
2018-11-13 23:58:10 +08:00
ULIVZ
3871f4a1a3
feat: cache option (boolean | absolute path | relative path)
...
It also close #993 via including siteConfig.extendMarkdown & siteConfig.markdown.extendMarkdown to cacheIdentifier.
2018-11-13 23:45:26 +08:00
ULIVZ
bfd4d02eef
docs: update markdown.extendMarkdown
2018-11-13 23:03:46 +08:00
Daniel Castillo and ULIVZ
6aa4d91936
fix($medium-zoom): not updating on component update ( #994 )
...
* ⬆️ upgrade to medium-zoom@1.0.2
* 🐛 fix medium-zoom not updating on component update
* ⬇️ downgrade to medium-zoom@0.4.0 to fix serverside rendering bug
* 👌 use arrow function 'this' and outsource updateZoom to function
2018-11-13 08:54:03 -06:00
Liu Xinyu and ULIVZ
ecb1920a9e
feat($plugin-blog): add postsDir option ( #998 )
2018-11-13 08:52:08 -06:00
Sun Yi-Ran and ULIVZ
2256326292
docs: fix inconsistency ( #992 )
2018-11-11 20:12:32 -06:00
Michael Seifert and ULIVZ
615006d873
feat($plugin-blog): Allow the permalink for blog posts to be configured. ( #997 )
2018-11-11 20:11:48 -06:00
Massimiliano Marini and ULIVZ
7c61fcf46c
docs: update link to fileToPath.js ( #995 )
...
Actual link to :regular implementation is broken
2018-11-11 20:10:45 -06:00
ULIVZ
b18280cb0f
v1.0.0-alpha.20
v1.0.0-alpha.20
2018-11-09 13:27:40 +08:00
ULIVZ
256b7c4c5a
fix($core): globally installed vuepress cannot resolve '@vuepress/default'
...
close : #985
2018-11-09 13:26:35 +08:00
ULIVZ
e9e6f5af00
docs: move serviceWorker section to pwa plugin
2018-11-08 03:24:07 +08:00
ULIVZ
628c3301bf
feat($pwa): alias '@sw-event'
2018-11-08 03:23:37 +08:00
ULIVZ
86c3609217
docs: update nav links
2018-11-08 03:14:25 +08:00
ULIVZ
6d63a7a904
chore: more clear scroll event frozen
2018-11-08 02:42:17 +08:00
ULIVZ
5918ca902a
feat: better hash locate behavior
2018-11-08 02:31:49 +08:00
ULIVZ
62a92fc92a
docs: fix notification would not exist
2018-11-08 02:27:47 +08:00
ULIVZ
81fe4229c4
docs: remove notification when page changed
2018-11-08 01:34:48 +08:00
ULIVZ
360300930f
docs: fix all relative links
2018-11-08 01:32:35 +08:00
ULIVZ
79cc9b5c0e
docs: move global-computed to guide
2018-11-08 01:24:37 +08:00
ULIVZ
8003425898
docs: frontmatter
2018-11-08 01:16:30 +08:00
ULIVZ
249cd25ffa
docs: $frontmatter
2018-11-08 01:00:15 +08:00
ULIVZ
3a42c24423
feat($core): global computed '$frontmatter'
2018-11-08 00:58:18 +08:00
ULIVZ
85239bbed3
chore: rename 'seoTitle' to 'metaTitle'
2018-11-07 22:20:14 +08:00
ULIVZ
9fb58208b5
Merge branch 'master' of https://github.com/vuejs/vuepress
2018-11-07 22:15:48 +08:00
Tatsuya Sato and ULIVZ
d7f4ddc970
docs: the link to Custom Theme leads to 404 ( #987 )
2018-11-06 20:41:57 -06:00
ULIVZ
47e9654e4f
fix: missing edit links under non-contentLoading situations
2018-11-07 02:18:09 +08:00
ULIVZ
f39f79b881
refactor: cleaner code
2018-11-07 02:16:56 +08:00
ULIVZ
d08c777dcf
refactor: refine $vuepress client plugin.
2018-11-07 01:36:57 +08:00
ULIVZ
b6e775cfdf
refactor: add types for client VuePress plugin
2018-11-07 00:31:53 +08:00
ULIVZ
b57d880216
chore: bump @babel/core & babel-loader
2018-11-06 21:01:02 +08:00
ULIVZ
e9a69255a8
chore: update @vue/babel-preset-app
2018-11-06 20:52:11 +08:00
ULIVZ
6071c56c7f
v1.0.0-alpha.19
v1.0.0-alpha.19
2018-11-06 13:38:47 +08:00
ULIVZ
f8e42bcf0f
feat($core): 'contentLoading' site config option
2018-11-06 13:26:51 +08:00
ULIVZ
feccffbf97
refactor: better content transition strategy
2018-11-06 03:46:02 +08:00
ULIVZ
d9a8ced5d0
feat($theme-default): display els of page bottom after content mounted
2018-11-06 03:42:09 +08:00
ULIVZ
d65816922e
fix($active-header-links): unexpected error when anchors were empty
2018-11-06 03:27:07 +08:00
ULIVZ
91a5bd4390
chore: fix that content doesn't reload when route switched
2018-11-06 03:24:52 +08:00
ULIVZ
362cdf75c3
refactor: distinguish between first screen loading and route switching
2018-11-06 03:12:40 +08:00
ULIVZ
26411e9c4b
chore: rename 'AsyncMarkdownContentLoaded' to 'AsyncMarkdownContentMounted'
2018-11-06 02:53:11 +08:00
ULIVZ
216d04a57c
feat: built-in content loading
2018-11-06 02:47:42 +08:00
ULIVZ
985471b25d
docs: active-header-links
2018-11-05 13:16:54 +08:00