markdown-github-bear-toc
markdown-github-bear-toc copied to clipboard
Autogenerated Table of Contents for Github Markdown or Bear Notes
Running markdown-toc from example, with note name or with UUID, result the same. Python 3.9.10 ``` $ markdown-toc -h 3 -t bear "D59BF56B-A152-46A8-A513-B043C1BD6BEC-3815-00000012FB42BD77" Traceback (most recent call last): File "/opt/homebrew/bin/markdown-toc",...
How I can use below to generate TOC in the bear ? In terminal window? "$ markdown-toc -h -t bear [--no-write] "Bear Note Title"
I noticed that if I create a TOC for a Bear note and then make changes to the note headers, if I rerun the script it does not update the...
"already has a Table of Contents, Ignoring..."
I frequently update README.md and want to use `markdown-toc` for table of contents generation However each time when I run `markdown-toc -h 3 -t github README.md` is fails with `[WARNING]:...
This triggers `MD047/single-trailing-newline`[[1]](https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#user-content-md047---files-should-end-with-a-single-newline-character).
*Context:* Gitlab requires the links to be lowercase. *Changes:* - updated the Readme - added a function `create_gitlab_header_anchor` and integrated it within the code
It says -> Creating a Table of Contents for 'Web Scraping: Basic' which is the correct title of my note, but nothing happened, no table of contents whatsoever in my...
When `--no-write` is used, there's no reason to skip generating and printing a TOC if one already exists. Related to #7 and #13. Does not resolve them because these are...