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

codex.css 440B

    .pane { height: 100%; } .note-container { background-color: #F6F6F6; padding-top: 5px; height: 100%; overflow-y: overlay; } .note-container .note { padding: 20px; padding-top: 15px; border-radius: 10px; background-color: white; margin: 25px; } .ace_editor { height: 100%; } .editor-container { background-color: #F6F6F6; padding-top: 0px; height: 100%; overflow-y: overlay; } .ace_content { cursor: text; }