mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 11:10:41 +01:00
spell check support + small options tabs reorganization
This commit is contained in:
@@ -4,7 +4,7 @@ const build = require('./build');
|
||||
const packageJson = require('../../package');
|
||||
const {TRILIUM_DATA_DIR} = require('./data_dir');
|
||||
|
||||
const APP_DB_VERSION = 145;
|
||||
const APP_DB_VERSION = 146;
|
||||
const SYNC_VERSION = 10;
|
||||
const CLIPPER_PROTOCOL_VERSION = "1.0";
|
||||
|
||||
|
||||
@@ -79,6 +79,9 @@ async function initNotSyncedOptions(initialized, startNotePath = 'root', opts =
|
||||
await optionService.createOption('similarNotesWidget', '{"enabled":true,"expanded":true,"position":600}', false);
|
||||
|
||||
await optionService.createOption('initialized', initialized ? 'true' : 'false', false);
|
||||
|
||||
await optionService.createOption('spellCheckEnabled', 'true', false);
|
||||
await optionService.createOption('spellCheckLanguageCode', 'en-US', false);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user