supermemo / SuperMemoAssistant.Plugins.PDF

Incremental PDF for SuperMemo
https://www.supermemo.wiki/sma/
MIT License
32 stars 5 forks source link

Alert user when PDF file is missing #111

Open lavedon opened 3 years ago

lavedon commented 3 years ago

Description

If a PDF is missing from the collection, the plugin simply does not load the PDF viewer. There is no alert given to the user that the file is missing. This can be confusing, as one might not know why the PDF viewer did not load.
image Only clicking the PDF link reveals that the PDF is gone.

alexis- commented 3 years ago

Good point. I'll add this into the next major release.

alexis- commented 3 years ago

Added a popup.

TODO: Use Windows notification (non-blocking) instead. Blocked by https://github.com/supermemo/SuperMemoAssistant/issues/140

alexis- commented 3 years ago

Done