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

markdown-note.html 150B

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