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

preferences-window.html 718B

    <!DOCTYPE html> <html class="no-js"> <head> <title>Codex</title> <meta charset="UTF-8"> <!-- Stylesheets --> <link rel="stylesheet" href="../css/tomorrow-night-eighties.css"> <link rel="stylesheet" href="../css/photon.min.css"> <link rel="stylesheet" href="../css/codex.css"> <script> var remote = require('remote'); var ipc = require('ipc'); var dialog = remote.require('dialog'); </script> </head> <body> <header class="toolbar toolbar-header"> <h1 class="title">Preferences</h1> <div class="toolbar-actions"> <img src="content/imgs/prefs-icon.png" style="width: 32px; height: 32px;"> </div> </header> </body> </html>