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

markdown-note.html 150B

    <div class="note-container"> <div class="note" ng-bind-html="note.data" style="visibility: hidden;"></div> <div ui-ace>{{note.data}}</div> </div>