No description
Find a file
2022-05-23 19:53:37 +02:00
.github fixing build 2021-02-13 21:10:37 +01:00
.gitignore gitignore 2021-08-16 15:04:35 -04:00
main.ts attempt to fix TypeError from #19 2022-05-22 15:50:54 -04:00
manifest.json Merge pull request #20 from luckman212/try-to-fix-typeerror 2022-05-23 19:53:37 +02:00
package.json tentative v0.3.3 2022-01-13 16:35:24 -05:00
README.md changed to frontmatter, extended readme and changed to mustache template 2021-08-04 23:50:29 +02:00
rollup.config.js tweaks 2021-08-12 01:40:12 -04:00
tsconfig.json another day, another update... 2021-08-15 02:56:06 -04:00
versions.json Merge pull request #20 from luckman212/try-to-fix-typeerror 2022-05-23 19:53:37 +02:00

Active note to window title

This might be the smallest Obsidian plugin, but it adds the current open note to the window title, like so:

Obsidian v0.11.0 - obsidian - testing/currently-open-note-for-project-xyz.md

This is useful when you are tracking your application usage with Timing (or any other app that uses window title). Otherwise it might prove useful for context what you're doing when switching with alt-tab if your application switcher allows for filtering like contexts.app.

Templating

Through settings of this plugin it is possible to template the window title of the Obsidian app. You can specify the {{filename}}, {{filepath}}, {{vault}} or {{workspace}}. Frontmatter is also supported. For example if you have a file with the following frontmatter:

category: "Testing"

You can use the following template: Obsidian - {{frontmatter.category}}. This would result in a window title of Obsidian - Testing once you open the file. If a file doesn't have the corresponding frontmatter key, it is removed, resulting in just: Obsidian -.