David V. Kimball5k downloadsSearch, display, and insert notes using a specified note property instead of the file name.
Search, display, and insert notes using a specified note property instead of the file name.
Particularly helpful when used in conjunction with Astro Composer Obsidian plugin.
Part of the Vault CMS project.
title) in link suggester, quick switcher, graph view, tab titles, backlinks, bookmarks, window frame, and file explorer.Property Over File Name is not yet available in the Community plugins section. Install using BRAT or manually:
Add beta plugin.https://github.com/davidvkimball/obsidian-property-over-file-name and select Add plugin..obsidian/plugins/ directory.property-over-file-name and ensure manifest.json and main.js are in there.[[ to see suggestions based on the title property (or configured property). Select a note to insert a link (e.g., [[file name|Title]] or [Title](path) for Markdown links).Ctrl+O to search notes by title (or file name/aliases if enabled). Select to open or create a note.title).aliases property in search results..mdx files.---
title: My Custom Title
aliases: [Alias1, Alias2]
---
Content...
note.mdMy Custom Title; searchable by My Custom Title, note (if file name search enabled), or Alias1/Alias2 (if alias search enabled).My Custom Title (note) (if file name differs and search enabled).npm install && npm run buildmain.js, manifest.json, and styles/css to plugin folder, reload Obsidian.Ctrl+Shift+I) for errors.The tab renaming functionality is adapted from the Title-only Tab plugin by tristone13th, which is licensed under MIT. The code has been modified to integrate with this plugin and use the user-defined property key setting instead of the hardcoded "title" property.
The backlink service (for embedded backlinks, backlinks panel, and outgoing links), explorer service (for file explorer with folder note support), and window frame service (for browser window title bar) are adapted from the Front Matter Title plugin by snezhig. The code has been modified to integrate with this plugin and use the user-defined property key setting instead of the hardcoded "title" property.
This project is licensed under the MIT License.
See LICENSE for the full license text.