~dricottone/noticable

Flatten if/else blocks into one-liners
Bumping versions of this and dependencies
Starting on documentation for UI flow
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.
Added 'New' to menu
Updates to menu bar and renaming underlying functions
Giving up on the 'Show Installation Directory' button
Add new generated package-lock.json for release
Styling Updates
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.
Next