imfly

Results 43 comments of imfly

Hi, guys, I think this should be an enhancement, instead of a bug. If your `images` and `fonts` are not in the `assets` folder, you should use a absolute path...

是不是你的gitbook没有正确安装?重试一下

Hi, It`s maybe a bug. :cry: `.git` should have been ignore https://github.com/imfly/gitbook-summary/blob/master/lib/summary/index.js#L138

Try to use the follow again please, ``` "ignores": [".runbook-template.md"], ```

是的,默认是提取文件名,不关注内容。如果要加上front matter的话,需要在读取文件目录之后,根据路径再读取内容,然后做一次判断,把名字替换掉。

嗯,这种情况的处理方式是这样的,比如: 01-abc.md 03-directory 02-edf.md 修改为: 01-abc/readme.md 03-directory 02-edf/readme.md 排出来的目录是: 01-abc/readme.md 02-edf/readme.md 03-directory 这样的好处是始终通过文件夹来管理目录,方便文章拆分处理。 #27 也是这个情况。

技术上是可以实现的,只不过最近恐怕没有时间来处理 😄

是的,该项目并不支持`front-matters`,仅对 markdown 文件名称及其文件位置信息进行处理。 未来可以添加这部分功能,用户在 front-matters 里设置目录即可。

你这个md不就是summary.md?