You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
290 B

module.exports = {
defaultSettings: {
directory: "./",
defaultExtension: "txt",
autoSave: true, // if notes should save automatically
autoSaveDelay: 1000, // ms to wait after last key press to save
themes: [{ name: "default" }]
}
};