Bug fix for Makefile
For some reason electron isn't an executable by default. I don't know if
this will revert at some point, but this change shouldn't ever break
anything either.
Updates to menu bar and renaming underlying functions
Giving up on the 'Show Installation Directory' button
Add new generated package-lock.json for release
Fix 'Open Installation Directory'
Washing my hands of content security policy
Why do I even need to do this for a local application? This isn't a
website. Content security policy is pointless anyway.
Node packages depend on all sorts of styling and evaluation. It isn't
possible to set a content security policy without many many exceptions.
At minimum, Monca seems to need unsafe-inline styling and unsafe-eval
scripting.
Trying out content security policy
Styling updates and removing dependencies
+ Resize actually does work now
+ Custom menu bar
+ Refactored out electron-localshortcut
Styling updates
+ Font is consistent throughout
+ Window title reflects project tagline
+ Width of editor should resize
+ Editor text should wrap and reflow at window width
Release v0.0.3: Enable HTML in Markdown notes
Release v0.0.2
After confirming that the minimal working v0.0.1 was indeed working, I
am releasing v0.0.2. No code changes, just adding license and
documentation.
Hacking away at Windows packaging