obsidian-markdown-export-plugin icon indicating copy to clipboard operation
obsidian-markdown-export-plugin copied to clipboard

Add option to have the name of the markdown file included within html page

Open hkokko opened this issue 1 year ago • 3 comments

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.

hkokko avatar Mar 09 '24 09:03 hkokko

metadata?

bingryan avatar Mar 10 '24 02:03 bingryan

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.

hkokko avatar Mar 10 '24 09:03 hkokko

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.

ngirard avatar Jun 26 '24 21:06 ngirard