dendronhq / dendron

The personal knowledge management (PKM) tool that grows as you do!
https://wiki.dendron.so
Apache License 2.0
6.53k stars 247 forks source link

Dendron "goto note" navigation fails when offline #3921

Open DrPyser opened 1 year ago

DrPyser commented 1 year ago

Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.)

Describe the bug

When offline(no internet connection), Dendron fails to lookup note with shortcut(ctrl+return). This error pop up appears(with Source: dendron (Extension))

error while running command: Cannot read properties of undefined (reading 'filter')

To Reproduce

Steps to reproduce the behavior:

  1. Go to a note. Write a wikilink reference to another note, e.g. [[another-note]].
  2. Disable internet connection.
  3. Try and visit wikilink reference (e.g. ctrl+return shortcut)
  4. See error

Expected behavior

Local functionalities should not depend on internet connection.

Desktop (please complete the following information)

Dendron Log file

https://gist.github.com/DrPyser/1247c4077f8f694564f1510c406d015a

Note that the logs indicate telemetry is "enabled by config", but my user settings had telemetry disabled.