Allow timestamp below footnotes in reading view

Use case or problem

In editing view, I add a timestamp to the bottom of my notes, which sometimes include footnotes, so I see the date and time I created all the content above it. However, in reading view, the timestamp is placed above the footnotes, which defeats the purpose of the timestamp.
I have tried various scripts and templates to fix this, but none have been successful. Thus, the feature I am requesting is that Obsidian allows timestamps to appear below footnotes in reading view as they do in editing view.

Proposed solution

I believe this is a programming issue to be solved by the developers, if they are willing to do so.

Current workaround (optional)

Related feature requests (optional)

The nature of footnotes (as typically implemented in Markdown) is they go at the end. It may be possible to use a CSS snippet to either make the footnotes the next to last item, or to make the timestamp the last item (which may require marking it in some way, altho you could perhaps just target the last paragraph).

Thanks. I see that in markdown, footnotes go at the end of the document. I have spent a few days trying scripts and css, but no luck. I’ll live with it! :slight_smile: