~dricottone/noticable

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
Node module updates
Silence debug logging
Rename CSS file
Minimal working program
Remove test file
reorganized css
functional file reading
functional markdown rendering
configure for markdown syntax
Next