Wrong data on top of published note

Operating system

Windows

Joplin version

2.13.11

Sync target

Joplin Cloud

What issue do you have?

The published content below the logo and above the title is wrong.

  1. the item "Last updated" appears twice
    a. the date after the first appearance is wrong by 1 month
    b. the second appearance does not containt a date at all

As this information appears automatically, I cannot do anything about it, right?

Screenshots

Thanks for the report. There's indeed a problem with the date which should be fixed soon

Thank you very much, Laurent!

As this information appears automatically, I cannot do anything about it, right?

For now, it may be possible to hide the Last updated text by adding

<style>
.last-updated {
    display: none;
}
</style>

to the top of the note.

1 Like

Thank you, didn't know this. Unfortunately I can't make it work. I inserted the snippet at the top of the note. In HTML view, it doesn't show up.

  • List item

It does work. I noticed the published-URL has changed.

I did notice it before but don't know why and when this happens. Any hint?

Fixed. Thanks a lot. Happy New Year!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.