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

general.html 387B

123456789101112131415
  1. <p>Default View when opening the app:<br>
  2. <select class="form-control" style="width: 220px;">
  3. <option>All Notes</option>
  4. <option>All Files</option>
  5. <option>Index note</option>
  6. </select></p>
  7. <p>
  8. Default Notebook:
  9. <select class="form-control" style="width: 220px;">
  10. <option>Notebook 1</option>
  11. <option>Notebook 2</option>
  12. <option>Notebook 3</option>
  13. </select>
  14. </p>