bingryan / obsidian-markdown-export-plugin

This plugin allows to export directory/single markdown to a folder. support output format(html/markdown)
64 stars 11 forks source link

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

Open hkokko opened 6 months ago

hkokko commented 6 months ago

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.

bingryan commented 6 months ago

metadata?

hkokko commented 6 months ago

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.

ngirard commented 2 months ago

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.