yzhang-gh / vscode-markdown

Markdown All in One
https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
MIT License
2.9k stars 322 forks source link

Batch add/update/remove section numbers in multifiles #1318

Open jiangyun-fun opened 1 year ago

jiangyun-fun commented 1 year ago

Proposal

I hope batch add/update/remove section numbers in multifiles

add/update/remove section numbering is a very useful feature, it makes the article's table of contents structure clearer

I am blogging with hexo, I sometimes forget to use this feature after writing articles, so some articles lose some section numbers

I have searched Google for how to automatically generate section numbers through hexo's plugin, but have not found any useful information

I am a new programmer, if there are other ways to implement this feature, please tell me some helpful information, thank you.

yzhang-gh commented 1 year ago

Thanks for the feedback. Currently there is no good way to use this feature in batch, so you might need to do it on all your documents one by one. If you are using some frameworks like Hexo, there may be other solutions but I am not familiar with them.

Related #887 (batch TOC creation/updating)

jiangyun-fun commented 1 year ago

Thank you. I will inspect the latest articles every month.