We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently update on save happens for 'Markdown' files:
Which is defined as:
Make sure your file's extension is in the following list. .md .markdown .mdown .mdwn .mkdn .mkd .mark
.md
.markdown
.mdown
.mdwn
.mkdn
.mkd
.mark
Would be pretty useful.
Being able to configure what extensions/file types the 'update on save' works on in the package settings would make the most sense to me.
.txt doesn't need to be added as a default, but being able to manually configure it would be helpful.
.txt
Currently this list seems to be hardcoded in markdowntoc/autorunner.py:
markdowntoc/autorunner.py
MarkdownTOC/markdowntoc/autorunner.py
Lines 5 to 11 in b61546d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Purpose
Currently update on save happens for 'Markdown' files:
Which is defined as:
How important it is
Would be pretty useful.
Ideal implementation
Being able to configure what extensions/file types the 'update on save' works on in the package settings would make the most sense to me.
.txt
doesn't need to be added as a default, but being able to manually configure it would be helpful.Currently this list seems to be hardcoded in
markdowntoc/autorunner.py
:MarkdownTOC/markdowntoc/autorunner.py
Lines 5 to 11 in b61546d
The text was updated successfully, but these errors were encountered: