obsidian-markdown-export-plugin
obsidian-markdown-export-plugin copied to clipboard
Add option to have the name of the markdown file included within html page
It would be very useful if the html (and markdown) output would optionally be able to have within the page as header title for the page the name of the link instead of it being only in the link name
So basically
My Interesting Note.html
Would have in the visible html page as header
My Interesting Note
Currently the My Interesting Note is only visible in the link name.
metadata?
I tried options using linter, then data view and then properties.
Problem there seems to be that if file name changes, the heading might not change. Unless there exists a way to keep the heading and filename in sync it would be useful to have feature similar to appearance - show inline title when exporting to html and even markdown - in your plugin.
I'm having this need too.
Ideally there would be an option that would enable prepending # filename_without_extension to the contents of the note.
My intended use case is to submit the contents of the exported Markdown to LLMs.