obsidian-wordpress icon indicating copy to clipboard operation
obsidian-wordpress copied to clipboard

Override Title with frontmatter field

Open owrede opened this issue 2 years ago • 1 comments

There should be the possibility to have a frontmatter field that overrides the Title, so that people can "design" the title even if they need unique note names (e.g. "202309142151_Note_Title" could be the name of the note... ant "This is my new note" could be the string value used to create the post title in WordPress).

I am hoping this feature would be rather easy to be implemented as it seems there would just be a check for that alternative value in a specific frontmatter field (e.g. "wpTitle") and use that for the title instead of the note name.

owrede avatar Sep 14 '23 19:09 owrede

BTW: This would also allow characters in titles that are not allowed in note names (like "/").

owrede avatar Sep 14 '23 20:09 owrede