-
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? |
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. |
|
@braver, any chances to merge this? |
|
It's on the list of things to look into. We do have a schema test issue here. Not related to your package per se, but I need to double check that before we merge. |
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).