Toggle

2017-07-02  本文已影响43人  KevinCool

重新回归简书,目前仍在使用的

  1. 博客: http://skyrover.me
  2. Github: https://github.com/Microndgt

Toggle是一个给markdown文件或者数据加目录的小工具,点击目录项就可以跳转到相应章节,简书貌似不支持markdown锚点,Github上的md文件预览是可以的,比如https://github.com/Microndgt/toggle

已经发布在Github上了toggle in GitHub,欢迎star和修正。

toggle

generate and update markdown table of contents on the top of md file

Usage

QuickStart

t = Toggle(filename="path/to/file", url_prefix="content/url/prefix")
# 生成目录
t.generate()  # return contents of md
# 更新目录
t.update()  # return contents of md

arguments of Toggle

Author

SkyRover

上一篇下一篇

猜你喜欢

热点阅读