Use H1 or YAML property "title" instead of or in addition to filename as display name

Oh yes, I see that now. Sounds good to me.

But as I have warned, if you try to create multiple Zettelkasten notes at the same time/minute, they will share different Zettelkasten ID but the same alias.

For example, you create the 2 notes at 2021-08-23 04:40, the plugin will title them 202108230440 and 202108230441 (auto +1 the ID for uniqueness). But my proposed solution will create the alias to 202108230440 for both notes. Which is wrong.

Basically we can only wait until one of the Zettelkasten plugins implement this correctly. Until then you can use my proposed solution, either by not creating multiple notes at the same time/minute, or by extra manual editing. Or perhaps understanding the Templater plugin.

edit: As mentioned on another thread, just add the seconds. So YYYYMMDDHHmmss and "{{date:YYYYMMDD}}{{time:HHmmss}}" as alias.

I would love to have this feature.

2 Likes

The Switcher++ plugin might be able help here. It allows you search by headings contained in the note instead of only filename from the quick switcher, which gets us a step closer.

2 Likes

+1 This would be great! :slight_smile:

An enthusiastic +1 for this. After I started using Obsidian, I was surprised to discover this functionality didn’t already exist, especially given the number of users who are creating Zettelkasten in Obsidian.

4 Likes

Please please please add this feature! +1

+1 Absolutely a must-have! I use Zettelkasten prefixes and that makes e.g. the graph view very “full” because of all the numeric prefixes.

1 Like

+1 great idea!

+1. Really valuable idea.

Add more 1 vote.

Very useful feature.

+1 This would be a lifesaver and allow for much more descriptive filenames while keeping in-line links simple and readable.

+1. Really valuable idea.

+1

This is a critical feature in order for our team to fully take advantage of the linking and graph capabilities. We trying to adopt Obsidian as an editor for our documentation website which is hosted on a git repo and runs a build process to output a static site.

The challenge is that default HTML looks for an index file in a directory. This forces us to name the primary file within the directory index. As you can imagine, the graph view (while beautiful) is mostly unusable as over 80% of nodes return index.

Additionally, the unlinked mentions become wildly inaccurate as it returns so many instances of unrelated index files.

Given that this is the #2 most requested feature and viewed thread, has this been added to the product roadmap?

2 Likes

+1

All my file names are like:

covid-vaccination-card-2021.md

But my H1 title is ‘prettier’:

COVID Vaccination Card 2021

I would love a function that would create a markdown link automatically with the H1 title as the link display text. This would finally low me to start using Zettelkasten IDs.

1 Like

Hi, I don’t know why you guys need an UID, I think it useless if you only make note within an obsidian vault , but if I want to give my note obsidian url to other app, an UID will be essential to make a unbreakable link.
Here is my solution: have the plugin called “advanced obsidian url”,it can give and generate an link based on UID written in your note’s YAML date.
The plugin can generate an UID for you, or you can generate based on date or sth else.


+1

filenames are for organizing and linking while titles are for humans. I would rather not mix these two.

I’d also find this really helpful :+1:

I’ve been trying to make my mind up about the common question of IDs vs titles as filenames. I currently use the naming convention YYYY-MM-DD-HHMM-hyphenated-title.md and am considering removing the text portion of this to avoid having to change the filename each time I want to change the title of the note. If link auto-complete worked by typing a title as an alternative to filename, this would allow me to connect concepts much more easily.

Having said that, because Obsidian makes it really easy to change links when renaming files, I’ve been trying out using descriptive filenames, which has made the writing experience much smoother because I can just link any [[concept]] as I go, and auto-complete makes this pretty seamless. (This post seems to describe a similar experience.) The problem I keep coming across is that I prefer not to have spaces in filenames (which makes scripting easier) but if I use [[hyphenated-links]], the unlinked mentions feature won’t work :see_no_evil: I think this is probably a separate issue (any thoughts welcome), but being able to search by H1 or title for link autocomplete would get me close to this kind of workflow.

I currently use my notes across mac, windows, iOS and Android :roll_eyes: so would rather avoid using Obsidian-specific or less widely accepted formatting like the [[this-is-a-link|pipe]] for link display. I’ve considered moving to standard markdown links but they don’t really serve the same function when it comes to this kind of workflow and they tend to break my train of thought and having to switch to the preview pane to click them is annoying.

(First post, so do let me know if this is a helpful contribution or better taken elsewhere.)


Gordon Bullard & Company

1 Like

The latest version of the Embedded Note Titles plugin allows you display the front-matter title as a H1 at the top of the page. Though it requires obsidian 0.13.8, which is currently an insider’s release.

Quick Switcher++ might allow you to search these.

I am new to the Obsidian app, but I agree that showing Markdown headers alongside file names could be genuinely helpful. Especially in the Zettelkasten workflows.

Thanks to the former posts I found file-explorer-markdown-titles quite handy, and I modified it a bit to show both MD header (essentially, the first one in the document) aside with filename in the file explorer. And this is a preview (the detected header on the left, while the file name on the right, dimmed & italic).

The plugin is just a straightforward demo now. Since it is just about rendering the title, it will not affect document contents and could work well with other plugins. Open to any kind of comments & suggestions!

Here is the link to this tiny project obsidian-md-title-sidecar. I have not figured out how to upload it to the marketplace, so it could only be downloaded via Github Release and installed manually. I will do it when I got more time😌

5 Likes