Desktop markdown wiki app. Built with node, Electron Framework and AngularJS.

note-view.html 96B

    <div class="note-container"> <div class="note" ng-bind-html="marked(note.data)"></div> </div>