-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Add Markdown Table of Contents package #9252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
How about https://packages.sublimetext.io/packages/MarkdownTOC? |
repository/m.json
Outdated
| "details": "https://github.com/codeleventh/mdtoc", | ||
| "readme": "https://github.com/codeleventh/mdtoc/blob/master/README.md", | ||
| "labels": ["markdown", "table of contents", "text navigation"], | ||
| "author": "codeleventh", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "details": "https://github.com/codeleventh/mdtoc", | |
| "readme": "https://github.com/codeleventh/mdtoc/blob/master/README.md", | |
| "labels": ["markdown", "table of contents", "text navigation"], | |
| "author": "codeleventh", | |
| "details": "https://github.com/codeleventh/mdtoc", | |
| "labels": ["markdown", "table of contents", "text navigation"], |
These keys are not needed.
It looks like this package should just work fine without that. Please comment out your binding, and let that just be an example for users to set their own. That way you're sure it doesn't clash, and users can pick something that makes sense to them (and their OS, e.g. on MacOS you'd usually pick cmd instead of ctrl). |
|
Looks wonderful. |
|
@braver, yep, I've removed the excessive fields and default shortcut key. About MarkdownTOC plugin: it's purpose is different — it's for modifying the document for the reader's convenience. This plugin is for the author's navigation within the document. |
My package is prepending Markdown files with inline Table of Contents
It adds own keybinding (Ctrl+Shift+M)
There are no packages like it in Package Control (that's why I did it, lol).