When the title of a starred note is changed, it's not updated in the starred list, and just says note doesn't exist

Steps to reproduce

  1. Star a note
  2. Change the note’s title
  3. On the starred menu, click on the note, which will show the unchanged title

Expected result

the note title should be changed automatically in the starred menu, like it does everywhere else, and the same note should open up

Actual result

“Cannot find file at [name]” will pop up

Environment

  • Operating system: Windows 10
  • Obsidian version: 0.6.0
  • Using custom CSS: just the horizontal scroll function found from the forum, no theme

Additional information

2 Likes

@licat, I can reproduce.

1 Like

Yup I can as well. I just haven’t yet thought of a good way to address this… yet.

1 Like

Duplicate of: Star is not updated if file is moved or renamed

Steps to reproduce

  1. Create note called “example” (all lowercase).
  2. Star note by selecting "more options, “star”
  3. Change name of note to “EXAMPLE” (all uppercase)
  4. View starred notes list

Expected result

  1. Name of note shows in starred items list as “EXAMPLE”
  2. Clicking note name opens note

Actual result

  1. Name of note shows in starred items list as “example”
  2. Clicking note leads to display of error message that says 'Cannot find file at “example.md” ’

Environment

  • Operating system: MacOS 10.15.4
  • Obsidian version: 0.6.7
  • Using custom CSS: Community theme “Atom”

Additional information