qingwei.li
|
76c041ad48
|
fix(util): correctly clean up duplicate slashes, fixed #153
|
2017-04-28 08:02:54 +08:00 |
|
qingwei.li
|
2653849a3e
|
fix(external-script): script attrs
|
2017-04-25 12:39:58 +08:00 |
|
qingwei.li
|
91c6db2902
|
bump: 3.6.2
|
2017-04-12 23:52:25 +08:00 |
|
qingwei.li
|
94d6603c06
|
feat(external-script): detect more than one script dom, fixed #146
|
2017-04-12 23:51:16 +08:00 |
|
qingwei.li
|
9b7e5f5814
|
feat(event): Collapse the sidebar when click outside element in the small screen
|
2017-04-09 12:44:23 +08:00 |
|
cinwell.li
|
9220523a40
|
feat(render): add mergeNavbar option, close #125, #124 (#145)
|
2017-04-09 12:10:37 +08:00 |
|
Bojan Djurkovic
|
a706203879
|
add optional current route param to toURL and use it to properly compose local anchor links
|
2017-03-31 09:08:05 -03:00 |
|
Bojan Djurkovic
|
fbc75bdb95
|
fix code style by removing semicolons
|
2017-03-30 20:37:26 -03:00 |
|
Bojan Djurkovic
|
5af174bd20
|
in toURL test for anchor links and if so prepend the currentPath to the generated path. fixes #142
|
2017-03-30 20:26:53 -03:00 |
|
qingwei.li
|
594299ffbd
|
fix: .md file extension regex
|
2017-03-25 16:25:03 +08:00 |
|
qingwei.li
|
8f11653b41
|
feat(route): auto remove .md extension
|
2017-03-25 15:52:21 +08:00 |
|
Johannes Rappen
|
33b7c512bb
|
fix QingWei-Li/docsify#126
|
2017-03-18 23:22:25 +01:00 |
|
Johannes Rappen
|
bf35471a2b
|
fix: adjust display on small screens
|
2017-03-18 19:09:24 +01:00 |
|
qingwei.li
|
2d6a51b057
|
fix(search): fix input style
|
2017-03-17 17:11:46 +08:00 |
|
xsdlr
|
cf9b7c99e4
|
fix search plugin match bug
|
2017-03-16 18:29:02 +08:00 |
|
Johannes Rappen
|
24d1b0feb6
|
use rem instead of em, fix QingWei-Li/docsify#116
|
2017-03-15 22:23:48 +01:00 |
|
Chris Anselmo
|
d57b80e224
|
Add ability to ignore headers when generating toc (#127)
* Added ability to ignore some or all headings when generating toc in sidebar
* Added documentation for ignoring sub headers
* Fixed minor test issues
|
2017-03-15 15:50:26 +08:00 |
|
Leopoldthecoder
|
92070e3099
|
fix external-script not inserting script at right place
|
2017-03-12 20:18:46 +08:00 |
|
qingwei.li
|
ceafc37bb3
|
docs(index.html): update config
|
2017-03-12 08:27:29 +08:00 |
|
qingwei.li
|
3aef37a445
|
feat(emojify): add no-emoji option
|
2017-03-11 19:30:38 +08:00 |
|
qingwei.li
|
b9a7275c8f
|
fix(dom): Disable the dom cache when vue is present, fixed #119
|
2017-03-10 11:58:27 +08:00 |
|
Johannes Rappen
|
262bf13964
|
order css source alphabetically
|
2017-03-09 22:22:35 +01:00 |
|
qingwei.li
|
50fa6fcb89
|
feat(zoom-image): add plugin
|
2017-03-09 20:26:33 +08:00 |
|
Leopoldthecoder
|
9c54bafae4
|
switch to doneEach and cache #main dom
|
2017-03-07 11:30:09 +08:00 |
|
Leopoldthecoder
|
1aa6636ba8
|
add external-script plugin
|
2017-03-06 23:57:28 +08:00 |
|
杨奕
|
9f0fc83b54
|
Fix nav showing while loading (#112)
|
2017-03-03 10:43:36 +08:00 |
|
qingwei.li
|
0d59ee939f
|
fix(render): Toc rendering error, fixed #106
|
2017-02-28 22:03:09 +08:00 |
|
qingwei.li
|
d3c9fbd124
|
feat(search): Localization for no data tip, close #103
|
2017-02-28 22:03:09 +08:00 |
|
qingwei.li
|
f3fc596951
|
fix(fetch): load sidebar and navbar for parent path, fixed #100
|
2017-02-28 22:03:09 +08:00 |
|
qingwei.li
|
8ad835ca26
|
feat(render) nameLink for each route, fixed #99
|
2017-02-28 22:03:09 +08:00 |
|
woshiguabi
|
92d6e8a1ee
|
Update search.js
|
2017-02-27 11:45:14 +08:00 |
|
qingwei.li
|
507d9e834c
|
fix(search): dont search nameLink, fixed #102
|
2017-02-24 20:18:17 +08:00 |
|
qingwei.li
|
8f9bf29ee5
|
fix(render): custom cover background image
|
2017-02-24 20:18:17 +08:00 |
|
qingwei.li
|
d67d25fed4
|
fix(tpl): extra character, fixed #101
|
2017-02-24 20:18:17 +08:00 |
|
qingwei.li
|
b8a3d8f380
|
fix(search): incorrect anchor link, fixed #90
|
2017-02-22 22:30:07 +08:00 |
|
qingwei.li
|
855c450a97
|
feat(emoji): add emoji plugin
|
2017-02-22 22:30:07 +08:00 |
|
sokamal
|
8df746e9d1
|
add emojis (#93)
* 更新 emoji 支持,增加 github emoji 列表,防止 “2017-02-22 15:13:22” 中的 :13: 被转义。
* 修正代码格式。
|
2017-02-22 16:40:48 +08:00 |
|
qingwei.li
|
f7111b5903
|
feat(pwa): add sw.js
|
2017-02-21 21:21:24 +08:00 |
|
qingwei.li
|
42b2dba589
|
fix(layout.css): loading style
|
2017-02-21 21:21:24 +08:00 |
|
qingwei.li
|
2a1157a706
|
fix(event): highlight sidebar when clicked, fixed #86
|
2017-02-21 21:21:24 +08:00 |
|
qingwei.li
|
3394ebb9a5
|
fix(gen-tree): cache toc list, fixed #88
|
2017-02-21 21:21:24 +08:00 |
|
qingwei.li
|
780c1e580e
|
fix(render): execute script
|
2017-02-20 08:57:09 +08:00 |
|
qingwei.li
|
35dd2e16fa
|
fix(render): disable rendering sub list when loadSidebar is false
|
2017-02-19 23:23:43 +08:00 |
|
Jintzo
|
f15e45c693
|
fixed look of links in blockquote
|
2017-02-19 22:49:44 +08:00 |
|
qingwei.li
|
6b08546654
|
fix(scroll) highlight bug
|
2017-02-19 22:29:35 +08:00 |
|
qingwei.li
|
46ff5e14bf
|
tweaks code
|
2017-02-19 20:11:27 +08:00 |
|
qingwei.li
|
bf593a77ad
|
fix(search): add lazy input
|
2017-02-19 15:25:36 +08:00 |
|
qingwei.li
|
3b127a161c
|
fix(compiler): link
|
2017-02-19 15:06:21 +08:00 |
|
qingwei.li
|
cd99b522e7
|
fix(route): empty alias
|
2017-02-19 14:54:22 +08:00 |
|
qingwei.li
|
dbb92782cf
|
feat(front-matter): add front matter[WIP]
|
2017-02-19 14:38:38 +08:00 |
|