olrenso / obsidian-home-tab

A browser-like search tab for your local files in Obsidian.
MIT License
259 stars 9 forks source link

Font suggester does not work on MacOS #19

Open olrenso opened 1 year ago

olrenso commented 1 year ago

It'd seem related to this issue of electron with node-font-list.


Uncaught (in promise) Error: Invalid package /Applications/Obsidian.app/Contents/Resources/electron.asar
    at createError (node:electron/js2c/asar_bundle:5:1551)
    at t.<computed> (node:electron/js2c/asar_bundle:5:2385)
    at eval (plugin:home-tab:47:7)
    at new Promise (<anonymous>)
    at module2.exports (plugin:home-tab:46:29)
    at exports.getFonts (plugin:home-tab:217:25)
    at fontSuggester.getInstalledFonts (plugin:home-tab:8694:59)
    at new fontSuggester (plugin:home-tab:8690:10)
    at eval (plugin:home-tab:8940:47)
    at e.addSearch (app.js:1:1155308)```