mb21 / panwriter

Markdown editor with pandoc integration and paginated preview.
https://PanWriter.com
GNU General Public License v3.0
1.01k stars 46 forks source link

add a Settings/Preferences window #64

Open jan-zajic opened 3 years ago

jan-zajic commented 3 years ago

add a Settings/Preferences window where you can:

mb21 commented 3 years ago

Thanks, I quickly tried it and got:

electron/main.ts(341,24): error TS2304: Cannot find name 'closeWindow'.

But anyway, looking at the screenshot of electron-preferences, I'm wondering whether we want to rely on this package. I was thinking of doing something similar to, or even reusing the MetaEditor component...