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

note-view.html 88B

1234
  1. <div class="note-container">
  2. <div class="note" ng-bind-html="html_data"></div>
  3. </div>