naokazuterada / MarkdownTOC

SublimeText3 plugin which generate a table of contents (TOC) in a markdown document.
https://packagecontrol.io/packages/MarkdownTOC
MIT License
301 stars 48 forks source link

MarkdownTOC as a Standalone Python Plugin #132

Closed lukakemperle closed 5 years ago

lukakemperle commented 5 years ago

@naokazuterada, thank you for the great plugin! -Would be possible to port the plugin to the standalone python / command line version?

Purpose

It would be really great to execute it from the command line and insert/update/remove [TOC] in any editor or markdown documents.

How important it is

For me personally very important, since my favourite markdown editor (Ulysses) doesn't support TOCs.

Ideal implementation

Thank you & cheers!

naokazuterada commented 5 years ago

Hi, @artoric

I'm sorry but this plugin has strong dependencies on SublimeText API. So I can't make your wish come true. You may try another CLI tools first, as I think plugins for specific editors often depend on their APIs.

I close this issue, but I hope you to find a good solution 😃