Add import option to replace underscores with spaces in note names (#1064)

This commit is contained in:
Adam Coyne
2020-05-30 16:15:00 -05:00
committed by GitHub
parent c0cd321118
commit ac10701b55
9 changed files with 58 additions and 68 deletions

View File

@@ -300,7 +300,8 @@ export default class NoteTreeWidget extends TabAwareWidget {
shrinkImages: true,
textImportedAsText: true,
codeImportedAsCode: true,
explodeArchives: true
explodeArchives: true,
replaceUnderscoresWithSpaces: true
});
}
else {