~dricottone/noticable

ref: 0a6377c125879214ce5190763e811a8d6f6f75f4 noticable/index.html -rw-r--r-- 872 bytes
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

 + Font is consistent throughout
 + Window title reflects project tagline
 + Width of editor should resize
 + Editor text should wrap and reflow at window width
Minimal working program
reorganized css
functional file reading
functional markdown rendering
configure for markdown syntax
initial try with electron
initial try with webpack