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
Like the statusbar, Obsidian's window title could be a nice place to store some short output text.
However, one problem is that Obsidian overwrites the title quite frequently, e.g. when switching from one open note to another.
Perhaps one (ugly?) solution could be to listen for title changes and revert them? Not good, I guess, as it can lead to an infinite loop. https://stackoverflow.com/a/29540461/2754026
There could be a variable for retrieving the original window title, so that a shell command can prefix, postfix or modify the existing title without completely replacing it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Like the statusbar, Obsidian's window title could be a nice place to store some short output text.
However, one problem is that Obsidian overwrites the title quite frequently, e.g. when switching from one open note to another.
A
{{window_title}}
variableThere could be a variable for retrieving the original window title, so that a shell command can prefix, postfix or modify the existing title without completely replacing it.
Beta Was this translation helpful? Give feedback.
All reactions