dominiclet / obsidian-note-definitions

Obsidian plugin for seamless viewing of personal definitions
MIT License
111 stars 5 forks source link

[Bug] It doesn't register new definitions until I restart Obsidian. #97

Open Drakemoor opened 3 weeks ago

Drakemoor commented 3 weeks ago

When I manually create a new atomic definition file in the already defined 'definition folder' the new definition is not registered until I restart Obsidian. The same is valid for definitions I add manually into a consolidated definition file.

Here is an example of one of my atomic definition files:

---
title: segue
aliases:
  - segue
tags:
  - word
  - dictionary
type:
  - word
def-type: atomic
---
# segue

### Verb
(in music and film) move without interruption from one piece of music or scene to another.  
`allow one song to segue into the next`

### Noun
an uninterrupted transition from one piece of music or film scene to another.

Let me know if I can provide more info about this issue.

Thank you for great plugin.