We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5922cc commit f8c7e1cCopy full SHA for f8c7e1c
app/scripts/editor.js
@@ -3,7 +3,8 @@ const writePath = require("os").homedir() + '/Documents/skribo.txt';
3
4
var quill = new Quill('#editor', {
5
modules: {
6
- syntax: false
+ syntax: false,
7
+ toolbar: null
8
},
9
formats: {
10
bold: true,
app/styles/index.css
@@ -30,7 +30,7 @@ body {
30
#titlebar {
31
-webkit-user-select: none;
32
-webkit-app-region: drag;
33
- height: 32px;
+ height: 16px;
34
padding: 0px;
35
margin: 0px;
36
overflow: hidden;
package.json
@@ -4,7 +4,8 @@
"description": "skribo",
"main": "main.js",
"scripts": {
- "start": "electron ."
+ "start": "electron .",
+ "package": "electron-packager ."
"build": {
11
"appId": "io.robch.skribo"
0 commit comments