this post was submitted on 02 Jul 2023
18 points (100.0% liked)

ObsidianMD

4682 readers
2 users here now

Unofficial Lemmy community for https://obsidian.md/

founded 2 years ago
MODERATORS
 

Hi Obsidian legends!

I’m trying to find a way to do this:

  1. I type /@PersonsName
  2. Obsidian recognises /@PersonsName is a person because of the @ symbol
  3. Wraps in a hyperlink: [[/@PersonsName]]
  4. Creates a templated note in a specific folder e.g. /people

Is something like this possible?

top 6 comments
sorted by: hot top controversial new old
[–] asap@lemmy.world 5 points 2 years ago (1 children)

I use this script: https://forum.obsidian.md/t/mention-support-for-people-identities/6163/43

There are some other good solutions in that thread also if that one doesn't suit.

[–] another_kbin_addict@lemmy.world 2 points 2 years ago

Thank you kindly, this looks great. 👌

[–] nightscout@lemmy.world 3 points 2 years ago (2 children)

Don’t know if that’s possible but what I do is create a note for a person - for example [[Jane Doe]].

Then I add the #people hashtag in the note which, thanks to the auto note mover plugin, sends the note directly to a specific “People” folder.

I then go in and add to the person’s note any info I want to save for them, such as where they work, email, etc.

This system had proven to be very helpful for work. Has helped me so many times recall where and in what context I talked with someone.

[–] another_kbin_addict@lemmy.world 1 points 2 years ago

Thanks for the reply, I’ll defo check that out.

Even if not for people I can think of a few good reasons to make tags move my stuff around!

[–] nieceandtows@kbin.social 1 points 2 years ago

I do something like this:

  • Today I spoke to [[people/colleagues/Mary|Mary]] about the upcoming work trip

What this does is create a Note called Mary under people/colleagues, and instead of showing the full path, just shows Mary in the frontend.

[–] another_kbin_addict@lemmy.world 2 points 2 years ago

Those / were meant to escape the at symbol so I didn’t mention anyone. But neither seems to have occurred 😅