-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Feature request] Update numbered headers for file #4
Comments
thanks for your great advice! may be I can provide an option to let users to select whether to update all the file content or part of the file content. |
Status: ❌ Still doesn't work for me 1. New data
my {
"dottype": ".",
"format_all": true,
"logging": true
} 2. Actual behaviorAs in first post. Console output: 'run insert/update---------------------'
"[[1, '1. No, Sasha First', 32, 1]]"
"[1, '1. No, Sasha First', 32, 1, '1']"
'update'
# 1. No, Sasha First
'end run--------------------' Thanks. |
When I insert an ordinal, the
after of Insert/Update Headers Nums :
|
1. Request
It would be nice, if would be possible to create or update numbered headers for all file, not for part of the file after carriage position.
2. Justification
I never need to create or update numbered headers for part of file, I update/create headers for all file.
I want update automatically my numbered headers, if I save file. I use Sublime Hooks for it.
If:
Headers update for part of a file, not for all file.
3. Settings
For example, I have a file
SashaSmartHead.md
. It content:|
— is a carriage position.4. Steps to reproduce
Ctrl+Shift+P →
Markdown Numbered Headers:Insert/Update Headers Nums
.5. Actual behavior
6. Expected behavior
If: Ctrl+Shift+P →
Markdown Numbered Headers:Insert/Update Headers Nums For File
.Thanks.
The text was updated successfully, but these errors were encountered: