You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, these are fixed for the setup and not yet variable for each note. Defining them via the frontmetter is a good idea, I will check if I can implement it
At the very least, can we please have the page title in the main HTML <title> tag?
This is already implemented, the Title will be updated after clicking to a note as following: $("title").text(title + ' - ' + $("p.vault").text() + ' - ' + $("p.perliteTitle").text());
for example it looks like this for Markdown Samples<title>Markdown Samples - Demo - Perlite</title>
What we now have is a generic Perlite text in all the page titles, which I presume is due to the way iframes are used.
As above explained, this isn't the case. Also the page doesn't use iframes at all, the content is updated via javascript and ajax calls.
Evaluation if I can implement the use of pretty URLs like
https://perlite.secure77.de/folder name/note name
The text was updated successfully, but these errors were encountered: