0.2 rewrite
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
Refactor JS
Minimal working program
reorganized css
reorganized js
functional file reading
functional markdown rendering
configure for markdown syntax
initial try with electron
initial try with webpack