mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
Add import option to replace underscores with spaces in note names (#1064)
This commit is contained in:
@@ -300,7 +300,8 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
||||
shrinkImages: true,
|
||||
textImportedAsText: true,
|
||||
codeImportedAsCode: true,
|
||||
explodeArchives: true
|
||||
explodeArchives: true,
|
||||
replaceUnderscoresWithSpaces: true
|
||||
});
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user