-
Notifications
You must be signed in to change notification settings - Fork 31
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: Add option to sync title field in the frontmatter yaml #65
Comments
A "replace all occurrences of the heading" option could be something to consider |
That would also be good way to go about it, yes. |
I would love to see this feature happening as well, but ideally with an option to disable filename syncing. |
I started working on this with the use case I'm interested in most (replacing heading ⇿ filename with front matter ⇿ filename). #71 |
I have a working solution in PR #74. As it consists of refactoring and some changes of asynchronous behavior, use with caution. But testing is appreciated. |
Thanks Thanks for catching up on this! I'll try to take a look! Feel free to un-draft it if you think it's ready for review |
Feature Request: Would it be possible to add an option to the plugin to both rename the heading and the frontmatter title at the same time? And leave the rest of the frontmatter unchanged?
Something like:
This would immensely help in the use case where the markdown file is required to have this
title
field like for use in static site generators like Hugo or Jekyll. I tried having a look with the code but unfortunately, I don't have enough knowledge of Typescript to be effective yet. Thanks.The text was updated successfully, but these errors were encountered: