在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):jszakmeister/markdown2ctags开源软件地址(OpenSource Url):https://github.com/jszakmeister/markdown2ctags开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):markdown2ctagsThis application generates ctags-compatible output for the sections of a Markdown document. The motivation was to have a tool fast enough to use with the TagBar plugin in Vim. Using with TagBarTo use this tool with TagBar, add the following into your " Add support for markdown files in tagbar. let g:tagbar_type_markdown = { \ 'ctagstype': 'markdown', \ 'ctagsbin' : '/path/to/markdown2ctags.py', \ 'ctagsargs' : '-f - --sort=yes --sro=»', \ 'kinds' : [ \ 's:sections', \ 'i:images' \ ], \ 'sro' : '»', \ 'kind2scope' : { \ 's' : 'section', \ }, \ 'sort': 0, \ } Note The suggested However, some folks have had issues with the chevron--TagBar is failing to
split on the character correctly and it results in incorrect headings that
contain You'll need to have the TagBar plugin installed for this to work. Also, you
may need to call the variable LicenseThis tool is licensed under a Simplified BSD license. See |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论