pbek / QOwnNotes

QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration.
https://www.qownnotes.org/
GNU General Public License v2.0
4.68k stars 414 forks source link

[F] Prevent note list panel from collapsing after file name change #2181

Closed peterschussheim closed 3 years ago

peterschussheim commented 3 years ago

Expected behaviour

Ideally, this wouldn't show to the user. I'd be happy to fix this provided you are OK with the changes and also with a bit of guidance from yourself on the source files relevant.

Actual behaviour

The left note list panel collapses when I update the file name of an open document (note that there is a timeout before QOwnNotes saves the file).

1tD258GyQz

Steps to reproduce

1) enable "Note List" under Window->Panels 2) expand a folder 3) create new note 4) change default note title

Relevant log output in the Log panel

Expand ``` ```

Information about the application, settings and environment

Expand QOwnNotes Debug Information =========================== ## General Info **Current Date**: `Tue Jul 6 15:17:20 2021` **Version**: `21.7.3` **Build date**: `Jul 5 2021` **Build number**: `852` **Platform**: `windows` **Operating System**: `Windows 10 Version 2009` **Build architecture**: `x86_64` **Current architecture**: `x86_64` **Release**: `GitHub Actions` **Qt Version (build)**: `5.15.2` **Qt Version (runtime)**: `5.15.2` **Portable mode**: `no` **Settings path / key**: `\HKEY_CURRENT_USER\Software\PBE\QOwnNotes` **Application database path**: `C:\Users\peter\AppData\Roaming\PBE\QOwnNotes\QOwnNotes.sqlite` **Application arguments**: `C:\Users\peter\QOwnNotes\QOwnNotes.exe`, `--after-update`, `C:\Users\peter\AppData\Local\Temp\QOwnNotes-KKHDDe-updater.bat` **Qt Debug**: `0` **Locale (system)**: `en_US` **Locale (interface)**: *empty* **Primary screen resolution**: `1920x1080` **Icon theme**: `breeze-qownnotes` **Notes in current note folder**: `79` **Calendar items**: `0` **Enabled scripts**: `5` ## Server Info **serverUrl**: *empty* **appIsValid**: `yes` **notesPathExists**: *empty* **serverVersion**: *empty* **appVersion**: *empty* ## Spellchecking **Enabled**: `true` **Selected language**: `en_US` **Language codes**: `en_US` **Language names**: `American English (United States)` **Application dictionaries path**: `C:\Users\peter\AppData\Roaming\PBE\QOwnNotes\dicts` ## Note folders **currentNoteFolderId**: `1` ### Note folder `Text_local` **id**: `1` **isCurrent**: `yes` **activeTagId**: `-1` **localPath**: `C:\Users\peter\Documents\Text` **remotePath**: `Notes` **cloudConnectionId**: `1` **isShowSubfolders**: `yes` **isUseGit**: `yes` **activeNoteSubFolder name**: `issue_drafts` **database file**: `C:\Users\peter\Documents\Text\notes.sqlite` ### Note folder `Markdown_iCloud` **id**: `2` **isCurrent**: `no` **activeTagId**: `0` **localPath**: `C:\Users\peter\iCloudDrive\Documents\Markdown` **remotePath**: `Notes` **cloudConnectionId**: `1` **isShowSubfolders**: `yes` **isUseGit**: `yes` **activeNoteSubFolder name**: *empty* **database file**: `C:\Users\peter\iCloudDrive\Documents\Markdown\notes.sqlite` ## Cloud connections ### Cloud connection `` **id**: `1` **isCurrent**: `yes` **serverUrl**: *empty* **username**: *empty* ## Enabled scripts ### Script `Journal entry` **id**: `3` **path**: `C:\Users\peter\AppData\Roaming\PBE\QOwnNotes\scripts\journal-entry\journal-entry.qml` **variablesJson**: ``` { "defaultTags": "journal", "noteBodyTemplate": "", "singleJournalPerDay": true } ``` **identifier**: `journal-entry` **version**: `1.5.1` **minAppVersion**: `17.11.6` ### Script `Custom note preview styling` **id**: `4` **path**: `C:\Users\peter\AppData\Roaming\PBE\QOwnNotes\scripts\preview-styling\preview-styling.qml` **variablesJson**: ``` { "customStylesheet": "body {\n font-family: Helvetica, arial, sans-serif;\n font-size: 14px;\n line-height: 1;\n padding-top: 10px;\n padding-bottom: 10px;\n background-color: white;\n padding: 30px; }\n\nbody > *:first-child {\n margin-top: 0 !important; }\nbody > *:last-child {\n margin-bottom: 0 !important; }\n\na {\n color: #4183C4; }\na.absent {\n color: #cc0000; }\na.anchor {\n display: block;\n padding-left: 30px;\n margin-left: -30px;\n cursor: pointer;\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0; }\n\nh1, h2, h3, h4, h5, h6 {\n margin: 20px 0 10px;\n padding: 0;\n font-weight: bold;\n -webkit-font-smoothing: antialiased;\n cursor: text;\n position: relative; }\n\nh1 tt, h1 code {\n font-size: inherit; }\n\nh2 tt, h2 code {\n font-size: inherit; }\n\nh3 tt, h3 code {\n font-size: inherit; }\n\nh4 tt, h4 code {\n font-size: inherit; }\n\nh5 tt, h5 code {\n font-size: inherit; }\n\nh6 tt, h6 code {\n font-size: inherit; }\n\nh1 {\n font-size: 28px;\n color: black; }\n\nh2 {\n font-size: 24px;\n border-bottom: 1px solid #cccccc;\n color: black; }\n\nh3 {\n font-size: 18px; }\n\nh4 {\n font-size: 16px; }\n\nh5 {\n font-size: 14px; }\n\nh6 {\n color: #777777;\n font-size: 14px; }\n\np, blockquote, ul, ol, dl, li, table, pre {\n margin: 15px 0; }\n\nhr {\n background: transparent url(\"../../images/modules/pulls/dirty-shade.png\") repeat-x 0 0;\n border: 0 none;\n color: #cccccc;\n height: 4px;\n padding: 0; }\n\nbody > h2:first-child {\n margin-top: 0;\n padding-top: 0; }\nbody > h1:first-child {\n margin-top: 0;\n padding-top: 0; }\n body > h1:first-child + h2 {\n margin-top: 0;\n padding-top: 0; }\nbody > h3:first-child, body > h4:first-child, body > h5:first-child, body > h6:first-child {\n margin-top: 0;\n padding-top: 0; }\n\na:first-child h1, a:first-child h2, a:first-child h3, a:first-child h4, a:first-child h5, a:first-child h6 {\n margin-top: 0;\n padding-top: 0; }\n\nh1 p, h2 p, h3 p, h4 p, h5 p, h6 p {\n margin-top: 0; }\n\nli p.first {\n display: inline-block; }\n\nul, ol {\n padding-left: 30px; }\n\nul :first-child, ol :first-child {\n margin-top: 0; }\n\nul :last-child, ol :last-child {\n margin-bottom: 0; }\n\ndl {\n padding: 0; }\n dl dt {\n font-size: 14px;\n font-weight: bold;\n font-style: italic;\n padding: 0;\n margin: 15px 0 5px; }\n dl dt:first-child {\n padding: 0; }\n dl dt > :first-child {\n margin-top: 0; }\n dl dt > :last-child {\n margin-bottom: 0; }\n dl dd {\n margin: 0 0 15px;\n padding: 0 15px; }\n dl dd > :first-child {\n margin-top: 0; }\n dl dd > :last-child {\n margin-bottom: 0; }\n\nblockquote {\n border-left: 4px solid #dddddd;\n padding: 0 15px;\n color: #777777; }\n blockquote > :first-child {\n margin-top: 0; }\n blockquote > :last-child {\n margin-bottom: 0; }\n\ntable {\n padding: 0; }\n table tr {\n border-top: 1px solid #cccccc;\n background-color: white;\n margin: 0;\n padding: 0; }\n table tr:nth-child(2n) {\n background-color: #f8f8f8; }\n table tr th {\n font-weight: bold;\n border: 1px solid #cccccc;\n text-align: left;\n margin: 0;\n padding: 6px 13px; }\n table tr td {\n border: 1px solid #cccccc;\n text-align: left;\n margin: 0;\n padding: 6px 13px; }\n table tr th :first-child, table tr td :first-child {\n margin-top: 0; }\n table tr th :last-child, table tr td :last-child {\n margin-bottom: 0; }\n\nimg {\n max-width: 100%; }\n\nspan.frame {\n display: block;\n overflow: hidden; }\n span.frame > span {\n border: 1px solid #dddddd;\n display: block;\n float: left;\n overflow: hidden;\n margin: 13px 0 0;\n padding: 7px;\n width: auto; }\n span.frame span img {\n display: block;\n float: left; }\n span.frame span span {\n clear: both;\n color: #333333;\n display: block;\n padding: 5px 0 0; }\nspan.align-center {\n display: block;\n overflow: hidden;\n clear: both; }\n span.align-center > span {\n display: block;\n overflow: hidden;\n margin: 13px auto 0;\n text-align: center; }\n span.align-center span img {\n margin: 0 auto;\n text-align: center; }\nspan.align-right {\n display: block;\n overflow: hidden;\n clear: both; }\n span.align-right > span {\n display: block;\n overflow: hidden;\n margin: 13px 0 0;\n text-align: right; }\n span.align-right span img {\n margin: 0;\n text-align: right; }\nspan.float-left {\n display: block;\n margin-right: 13px;\n overflow: hidden;\n float: left; }\n span.float-left span {\n margin: 13px 0 0; }\nspan.float-right {\n display: block;\n margin-left: 13px;\n overflow: hidden;\n float: right; }\n span.float-right > span {\n display: block;\n overflow: hidden;\n margin: 13px auto 0;\n text-align: right; }\n\ncode, tt {\n margin: 0 2px;\n padding: 0 5px;\n white-space: nowrap;\n border: 1px solid #eaeaea;\n background-color: #f8f8f8;\n border-radius: 3px; }\n\npre code {\n margin: 0;\n padding: 0;\n white-space: pre;\n border: none;\n background: transparent; }\n\n.highlight pre {\n background-color: #f8f8f8;\n border: 1px solid #cccccc;\n font-size: 13px;\n line-height: 19px;\n overflow: auto;\n padding: 6px 10px;\n border-radius: 3px; }\n\npre {\n background-color: #f8f8f8;\n border: 1px solid #cccccc;\n font-size: 13px;\n line-height: 19px;\n overflow: auto;\n padding: 6px 10px;\n border-radius: 3px; }\n pre code, pre tt {\n background-color: transparent;\n border: none; }" } ``` **identifier**: `preview-styling` **version**: `0.0.5` **minAppVersion**: `20.6.0` ### Script `Export notes as one HTML file` **id**: `5` **path**: `C:\Users\peter\AppData\Roaming\PBE\QOwnNotes\scripts\export-notes-as-one-html\export-notes-as-one-html.qml` **variablesJson**: *empty* **identifier**: `export-notes-as-one-html` **version**: `1.0.0` **minAppVersion**: `18.03.7` ### Script `custom_toc` **id**: `6` **path**: `C:\Users\peter\Documents\qownnotes_scripts_local\custom_toc.qml` **variablesJson**: ``` { "tocLinks": true, "tocTitle": "" } ``` ### Script `Dictionary Autocomplete` **id**: `7` **path**: `C:\Users\peter\AppData\Roaming\PBE\QOwnNotes\scripts\dictionary-autocomplete\dictionary-autocomplete.qml` **variablesJson**: ``` { "codec": "iso-8859-1", "dictFile": "C:\\Users\\peter\\AppData\\Roaming\\PBE\\QOwnNotes\\dicts\\en_US.dic", "maxResults": 40 } ``` **identifier**: `dictionary-autocomplete` **version**: `0.0.3` **minAppVersion**: `20.8.6` ## Settings **ActionDialog/geometry** (QByteArray): `` **ActiveNoteHistoryItem** (NoteHistoryItem): `` **AttachmentDialog/geometry** (QByteArray): `` **Debug/fakeOldVersionNumber** (QString): `false` **Debug/fileLogging** (QString): `false` **DictionaryManagerDialog/geometry** (QByteArray): `` **DictionaryManagerDialog/mainSplitterState** (QByteArray): `` **DistractionFreeMode/isEnabled** (QString): `false` **DistractionFreeMode/menuBarGeometry** (QByteArray): `` **DistractionFreeMode/menuBarHeight** (int): `21` **DistractionFreeMode/menuBarVisible** (QString): `true` **DistractionFreeMode/windowState** (QByteArray): `` **Editor/ColorSchemes** (QStringList): `EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81` **Editor/CurrentSchemaKey** (QString): `EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81` **Editor/autoBracketClosing** (QString): `true` **Editor/autoBracketRemoval** (QString): `true` **Editor/centerCursor** (QString): `true` **Editor/disableCursorBlinking** (QString): `false` **Editor/editorWidthInDFMOnly** (QString): `true` **Editor/highlightCurrentLine** (QString): `true` **Editor/indentSize** (int): `2` **Editor/removeTrailingSpaces** (QString): `false` **Editor/useTabIndent** (QString): `false` **Editor/vimMode** (QString): `false` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_-1** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_0** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_1** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_1000** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_1001** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_1002** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_1003** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_1004** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_1005** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_1006** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_11** (QString): `false` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_12** (QString): `false` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_13** (QString): `false` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_14** (QString): `false` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_15** (QString): `false` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_16** (QString): `false` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_17** (QString): `false` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_18** (QString): `false` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_19** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_2** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_21** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_22** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_23** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_25** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_28** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_3** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_4** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColorEnabled_8** (QString): `false` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_-1** (QColor): `#ffffff` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_0** (QColor): `#fff8ef` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_1** (QColor): `#fff2e4` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_1000** (QColor): `#f0f0f0` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_1001** (QColor): `#f0f0f0` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_1002** (QColor): `#f0f0f0` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_1003** (QColor): `#f0f0f0` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_1004** (QColor): `#f0f0f0` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_1005** (QColor): `#f0f0f0` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_1006** (QColor): `#f0f0f0` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_11** (QColor): `#aaf7ff` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_12** (QColor): `#f1f1f4` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_13** (QColor): `#f1f1f4` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_14** (QColor): `#f1f1f4` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_15** (QColor): `#f1f1f4` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_16** (QColor): `#f1f1f4` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_17** (QColor): `#f1f1f4` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_18** (QColor): `#f5f9d8` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_19** (QColor): `#e2e7e2` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_2** (QColor): `#fff2e4` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_21** (QColor): `#ebebeb` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_22** (QColor): `#f7f6ff` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_23** (QColor): `#f1f1f1` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_25** (QColor): `#deffac` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_28** (QColor): `#ebebeb` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_3** (QColor): `#edffed` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_4** (QColor): `#f1f1f1` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/BackgroundColor_8** (QColor): `#dbf9e5` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/Bold_12** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/Bold_13** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/Bold_14** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/Bold_15** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/Bold_16** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/Bold_17** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/Bold_8** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/FontSizeAdaption_-1** (int): `130` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/FontSizeAdaption_12** (QString): `200` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/FontSizeAdaption_13** (QString): `160` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/FontSizeAdaption_14** (QString): `130` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/FontSizeAdaption_15** (QString): `100` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/FontSizeAdaption_16** (QString): `90` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/FontSizeAdaption_17** (QString): `90` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/FontSizeAdaption_8** (QString): `100` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_-1** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_0** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_1** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_10** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_1000** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_1001** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_1002** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_1003** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_1004** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_1005** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_1006** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_11** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_12** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_13** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_14** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_15** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_16** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_17** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_18** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_19** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_2** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_20** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_21** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_22** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_23** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_24** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_26** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_29** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_3** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_30** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_4** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_5** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_6** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_7** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_8** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColorEnabled_9** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_-1** (QColor): `#000000` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_0** (QColor): `#fc7e00` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_1** (QColor): `#fc7e00` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_10** (QColor): `#a3007b` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_1000** (QColor): `#f92672` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_1001** (QColor): `#3ba23f` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_1002** (QColor): `#908b74` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_1003** (QColor): `#636def` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_1004** (QColor): `#b57c50` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_1005** (QColor): `#ae81ff` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_1006** (QColor): `#f92672` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_11** (QColor): `#ababab` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_12** (QColor): `#00316e` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_13** (QColor): `#003a82` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_14** (QColor): `#004396` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_15** (QColor): `#0051b4` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_16** (QColor): `#0055be` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_17** (QColor): `#0055be` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_18** (QColor): `#aa0000` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_19** (QColor): `#008000` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_2** (QColor): `#fc7e00` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_20** (QColor): `#3d3d3d` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_21** (QColor): `#393939` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_22** (QColor): `#4e18b9` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_23** (QColor): `#006c00` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_24** (QColor): `#cccccc` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_26** (QColor): `#ff5500` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_29** (QColor): `#bf0000` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_3** (QColor): `#00bf00` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_30** (QColor): `#007e00` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_4** (QColor): `#3a3a3a` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_5** (QColor): `#3d3d3d` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_6** (QColor): `#3d3d3d` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_7** (QColor): `#0057ae` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_8** (QColor): `#00428a` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/ForegroundColor_9** (QColor): `#a3007b` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/Italic_18** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/Italic_7** (QString): `true` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/Name** (QString): `Light (Copy)` **EditorColorSchema-a717c2c5-47d7-4274-9a82-00965b051b81/Underline_26** (QString): `true` **FileDialog/LastPath** (QString): `C:/Users/peter/AppData/Roaming/PBE/QOwnNotes/dicts` **FileDialog/LastPath-GitExecutable** (QString): `C:/Program Files/Git/bin` **FileDialog/LastPath-NoteHTMLExport** (QString): `C:/Users/peter/Downloads` **FileDialog/LastPath-NotePDFExport** (QString): `C:/Users/peter/Downloads` **FileDialog/LastPath-ScriptPath** (QString): `C:/Users/peter/Documents/qownnotes_scripts_local` **FileDialog/LastPath-ScriptSettingsFile-dictionary-autocomplete-dictFile** (QString): `C:/Users/peter/AppData/Roaming/PBE/QOwnNotes/dicts` **IssueAssistantDialog/geometry** (QByteArray): `` **LastUpdateCheck** (QDateTime): `2021-07-06T14:37:23.008` **LinkDialog/geometry** (QByteArray): `` **LogWidget/criticalLog** (QString): `true` **LogWidget/debugLog** (QString): `true` **LogWidget/fatalLog** (QString): `true` **LogWidget/infoLog** (QString): `true` **LogWidget/scriptingLog** (QString): `true` **LogWidget/statusLog** (QString): `true` **LogWidget/warningLog** (QString): `true` **MainWindow/geometry** (QByteArray): `` **MainWindow/mainToolBar.iconSize** (int): `24` **MainWindow/menuBarGeometry** (QByteArray): `` **MainWindow/noteSubFolderTreeWidgetExpandState-2** (QStringList): *empty* **MainWindow/noteTextEdit.code.font** (QString): `Courier New,13,-1,5,50,0,0,0,0,0,Regular` **MainWindow/noteTextEdit.font** (QString): `Consolas,13,-1,5,50,0,0,0,0,0,Regular` **MainWindow/noteTextView.code.font** (QString): `Courier New,9,-1,2,50,0,0,0,0,0` **MainWindow/noteTextView.font** (QString): `MS Shell Dlg 2,7.875,-1,5,50,0,0,0,0,0` **MainWindow/noteTextView.ignoreCodeFontSize** (QString): `true` **MainWindow/noteTextView.rtl** (QString): `false` **MainWindow/noteTextView.underline** (QString): `true` **MainWindow/noteTextView.useEditorStyles** (QString): `false` **MainWindow/noteTextView.useInternalExportStyling** (QString): `false` **MainWindow/showNotesFromAllNoteSubFolders** (QString): `false` **MessageBoxOverride/move-notes** (int): `16384` **MessageBoxOverride/remove-notes** (int): `16384` **MessageBoxOverride/remove-workspace** (int): `16384` **MessageBoxOverride/script-install-successful** (int): `1024` **MessageBoxOverride/update-and-restart** (int): `16384` **NoteDiffDialog/geometry** (QByteArray): `` **NoteFolder-1/NoteTabNameList** (QStringList): `Note 2021-07-06T15.01.51` **NoteFolder-1/NoteTabStickinessList** (QStringList): *empty* **NoteFolder-1/NoteTabSubFolderPathDataList** (QStringList): `issue_drafts` **NoteFolder-2/NoteTabNameList** (QStringList): *empty* **NoteFolder-2/NoteTabStickinessList** (QStringList): *empty* **NoteFolder-2/NoteTabSubFolderPathDataList** (QStringList): *empty* **NoteHistory-1** (QVariantList): `` **NoteHistory-2** (QVariantList): `` **NoteHistoryCurrentIndex-1** (int): `199` **NoteHistoryCurrentIndex-2** (int): `46` **PiwikClientId** (QString): `` **Printer/NotePDFExportOrientation** (int): `0` **Printer/NotePDFExportPageSize** (int): `10` **Printer/NotePrinting** (QByteArray): `` **ScriptRepositoryDialog/geometry** (QByteArray): `` **ScriptRepositoryDialog/mainSplitterState** (QByteArray): `` **SearchEngineId** (int): `0` **SettingsDialog/geometry** (QByteArray): `` **SettingsDialog/mainSplitterState** (QByteArray): `` **ShowSystemTray** (QString): `false` **StartHidden** (QString): `false` **TableDialog/geometry** (QByteArray): `` **UpdateDialog/geometry** (QByteArray): `` **WelcomeDialog/geometry** (QByteArray): `` **acceptAllExternalModifications** (QString): `false` **allowNoteEditing** (QString): `true` **allowOnlyOneAppInstance** (QString): `false` **appMetrics/disableAppHeartbeat** (QString): `false` **appMetrics/disableTracking** (QString): `true` **appMetrics/notificationShown** (QString): `true` **automaticNoteFolderDatabaseClosing** (QString): `false` **checkSpelling** (QString): `true` **closeTodoListAfterSave** (QString): `false` **cryptoKey** (qlonglong): `` **currentNoteFolderId** (int): `1` **currentWorkspace** (QString): `initial` **cursorWidth** (int): `1` **customNoteFileExtensionList** (QStringList): *empty* **darkMode** (QString): `false` **darkModeColors** (QString): `false` **darkModeIconTheme** (QString): `false` **darkModeTrayIcon** (QString): `false` **defaultNoteFileExtension** (QString): `md` **disableAutomaticUpdateDialog** (QString): `true` **disableSavedSearchesAutoCompletion** (QString): `false` **dockWasInitializedOnce** (QString): `true` **enableNoteTree** (QString): `true` **enableSocketServer** (QString): `true` **enableWebAppSupport** (QString): `false` **externalEditorPath** (QString): *empty* **fullyHighlightedBlockquotes** (QString): `true` **gitCommitInterval** (int): `30` **gitExecutablePath** (QString): `C:/Program Files/Git/bin/git.exe` **gitLogCommand** (QString): *empty* **guiFirstRunInit** (QString): `true` **ignoreAllExternalModifications** (QString): `false` **ignoreAllExternalNoteFolderChanges** (QString): `false` **ignoreNoteSubFolders** (QString): `^\.` **imageScaleDown** (QString): `false` **imageScaleDownMaximumHeight** (int): `1024` **imageScaleDownMaximumWidth** (int): `1024` **initialLayoutIdentifier** (QString): `full` **insertTimeFormat** (QString): `MM/dd/yyyy hh:mm:ss A` **interfaceFontSize** (int): `11` **interfaceLanguage** (QString): *empty* **interfaceStyle** (QString): `Windows` **internalIconTheme** (QString): `false` **itemHeight** (int): `15` **legacyLinking** (QString): `false` **localTrash/autoCleanupDays** (int): `30` **localTrash/autoCleanupEnabled** (QString): `true` **localTrash/supportEnabled** (QString): `true` **markdownHighlightingEnabled** (QString): `true` **navigationPanelHideSearch** (QString): `true` **networking/ignoreSSLErrors** (QString): `true` **networking/proxyType** (int): `2` **newNoteAskHeadline** (QString): `false` **noteEditIsCentralWidget** (QString): `true` **noteListPreview** (QString): `false` **noteSaveIntervalTime** (int): `10` **noteSubfoldersPanelDisplayAsFullTree** (QString): `true` **noteSubfoldersPanelHideSearch** (QString): `false` **noteSubfoldersPanelOrder** (int): `0` **noteSubfoldersPanelShowFullPath** (QString): `true` **noteSubfoldersPanelShowNotesRecursively** (QString): `true` **noteSubfoldersPanelShowRootFolderName** (QString): `true` **noteSubfoldersPanelSort** (int): `0` **notesPanelOrder** (int): `0` **notesPanelSort** (int): `1` **notesPath** (QString): `C:/Users/peter/Documents/Text` **notifyAllExternalModifications** (QString): `false` **overrideInterfaceFontSize** (QString): `false` **ownCloud/supportEnabled** (QString): `false` **ownCloud/todoCalendarBackend** (int): `3` **ownCloud/todoCalendarCalDAVPassword** (QString): `` **ownCloud/todoCalendarCalDAVServerUrl** (QString): *empty* **ownCloud/todoCalendarCalDAVUsername** (QString): *empty* **ownCloud/todoCalendarCloudConnectionId** (int): `0` **ownCloud/todoCalendarDisplayNameList** (QStringList): *empty* **ownCloud/todoCalendarEnabledList** (QStringList): *empty* **ownCloud/todoCalendarEnabledUrlList** (QStringList): *empty* **ownCloud/todoCalendarUrlList** (QStringList): *empty* **ownCloudInfo/appIsValid** (QString): `true` **ownCloudInfo/connectionErrorMessage** (QString): *empty* **ownCloudInfo/notesPathExistsText** (QString): *empty* **ownCloudInfo/serverVersion** (QString): *empty* **previousWorkspace** (QString): `initial` **recentNoteFolders** (QStringList): `C:/Users/peter/iCloudDrive/Documents/Markdown` **restoreCursorPosition** (QString): `true` **restoreLastNoteAtStartup** (QString): `false` **restoreNoteTabs** (QString): `true` **savedSearches/noteFolder-1** (QStringList): `Note 2021-07-06T15.01.51, Note 2021-07-06T14.54.37, Note 2021-07-05T11.44.33, Note 2021-07-05T11.39.40, Note 2021-07-05T11.34.27, Note 2021-07-05T11.28.40, Note 2021-07-05T11.26.27, dry, Note 2021-07-01T15.25.35, prettier, Note 2021-07-01T14.56.23, Note 2021-06-30T15.21.59, Note 2021-06-30T15.09.08, Note 2021-06-30T15.07.08, Note 2021-06-30T15.04.11, Note 2021-06-29T11.09.30, Note 2021-06-28T14.37.46, Note 2021-06-28T14.29.19, Note 2021-06-25T15.19.35, Note 2021-06-25T14.42.46, Note 2021-06-25T10.53.13, Note 2021-06-25T10.43.43, Note 2021-06-25T10.31.41, Note 2021-06-22T17.17.49, Note 2021-06-22T17.03.10, Note 2021-06-22T16.58.48, Note 2021-06-22T14.48.19, Note 2021-06-22T14.35.39, Note 2021-06-22T14.25.33, Note 2021-06-19T15.05.40, Note 2021-06-18T16.15.05, Note 2021-06-18T15.53.18, Note 2021-06-18T15.11.32, Note 2021-06-17T14.26.16, Note 2021-06-17T14.10.01, Note 2021-06-17T13.58.42, Note 2021-06-16T13.47.02, Note 2021-06-14T14.09.42, Note 2021-06-14T14.07.04, Note 2021-06-14T12.18.02, Note 2021-06-14T11.51.22, Note 2021-06-10T14.29.15, Note 2021-06-10T14.12.41, Note 2021-06-09T16.12.57, Note 2021-06-08T11.25.26, Note 2021-06-08T10.42.47, Note 2021-06-07T15.18.32, Note 2021-06-07T15.09.06, Note 2021-06-07T14.59.05, Note 2021-06-05T16.10.06, Note 2021-06-05T15.43.51, Note 2021-06-05T15.30.26, Note 2021-06-05T15.04.51, Note 2021-06-01T12.29.26, Note 2021-06-01T10.59.41, Note 2021-05-31T13.01.02, Note 2021-05-31T12.47.53, Note 2021-05-31T12.41.46, Note 2021-05-31T11.40.43, Note 2021-05-31T11.00.45, Note 2021-05-28T14.36.05, Note 2021-05-27T10.55.17, Note 2021-05-27T10.44.53, Note 2021-05-15T17.10.48, Note 2021-05-14T10.27.36, Note 2021-05-10T13.32.38, Note 2021-05-08T15.08.35, Note 2021-05-07T14.20.14, Note 2021-05-07T14.17.16, Note 2021-04-16T11.53.39, Note 2021-04-06T15.53.31, Note 2021-03-08T17.26.19, Note 2021-03-05T15.29.53, Note 2021-01-16T16.20.17, Note 2021-01-13T16.03.26, Note b947af5e-0c4e-45af-8785-275e5d366c6c, Note 2021-01-11T15.55.25` **savedSearches/noteFolder-2** (QStringList): `Note 2021-07-06T14.53.56, fizz, Note 2021-02-23T16.45.26, Note 2021-02-16T17.07.19` **showMatches** (QString): `true` **showMenuBar** (QString): `true` **showStatusBar** (QString): `true` **spellCheckLanguage** (QString): `en_US` **systemIconTheme** (QString): `false` **taggingShowNotesRecursively** (QString): `false` **tagsPanelHideNoteCount** (QString): `false` **tagsPanelHideSearch** (QString): `false` **tagsPanelOrder** (int): `0` **tagsPanelSort** (int): `0` **todoCalendarSupport** (QString): `true` **toolbar/1/items** (QStringList): `action_New_note, action_Find_note, action_Remove_note, action_Open_note_in_external_editor, actionShow_local_trash, actionAllow_note_editing, , action_Back_in_note_history, action_Forward_in_note_history, , action_Find_text_in_note, actionReplace_in_current_note, , actionShow_versions, actionShow_trash, actionShare_note, ` **toolbar/1/name** (QString): `mainToolBar` **toolbar/1/title** (QString): `main toolbar` **toolbar/2/items** (QStringList): `actionFormat_text_bold, actionFormat_text_italic, actionStrike_out_text, actionInsert_code_block, actionInsert_block_quote` **toolbar/2/name** (QString): `formattingToolbar` **toolbar/2/title** (QString): `formatting toolbar` **toolbar/3/items** (QStringList): `actionInsert_image, actionInsert_current_time` **toolbar/3/name** (QString): `insertingToolbar` **toolbar/3/title** (QString): `inserting toolbar` **toolbar/4/items** (QStringList): `action_Encrypt_note, actionEdit_encrypted_note, actionDecrypt_note` **toolbar/4/name** (QString): `encryptionToolbar` **toolbar/4/title** (QString): `encryption toolbar` **toolbar/5/items** (QStringList): `actionWorkspaceComboBox, actionStore_as_new_workspace, actionRemove_current_workspace, actionRename_current_workspace, actionSwitch_to_previous_workspace, actionUnlock_panels, , actionToggle_distraction_free_mode, action_Increase_note_text_size, action_Decrease_note_text_size, action_Reset_note_text_size` **toolbar/5/name** (QString): `windowToolbar` **toolbar/5/title** (QString): `window toolbar` **toolbar/6/items** (QStringList): `action_Quit` **toolbar/6/name** (QString): `quitToolbar` **toolbar/6/title** (QString): `quit toolbar` **toolbar/size** (int): `6` **useNoteFolderButtons** (QString): `false` **useSoftWrapInNoteEditor** (QString): `true` **useUNIXNewline** (QString): `false` **webAppClientService/serverUrl** (QString): `wss://app.qownnotes.org` **webAppClientService/token** (QString): `` **webSocketServerService/bookmarksNoteName** (QString): `Bookmarks` **webSocketServerService/bookmarksTag** (QString): `bookmarks` **webSocketServerService/port** (int): `22222` **workspace-3950c0d1-7b8f-4921-ab20-e0436d972e59/name** (QString): `Markdown-icloud` **workspace-3950c0d1-7b8f-4921-ab20-e0436d972e59/noteSubFolderDockWidgetVisible** (QString): `true` **workspace-3950c0d1-7b8f-4921-ab20-e0436d972e59/windowState** (QByteArray): `` **workspace-fd3fc97a-ebec-4b75-9536-ce461c2ee6a5/name** (QString): `Text` **workspace-fd3fc97a-ebec-4b75-9536-ce461c2ee6a5/noteSubFolderDockWidgetVisible** (QString): `true` **workspace-fd3fc97a-ebec-4b75-9536-ce461c2ee6a5/windowState** (QByteArray): `` **workspace-initial/name** (QString): `Full` **workspace-initial/noteSubFolderDockWidgetVisible** (QString): `true` **workspace-initial/windowState** (QByteArray): `` **workspaces** (QStringList): `initial, fd3fc97a-ebec-4b75-9536-ce461c2ee6a5, 3950c0d1-7b8f-4921-ab20-e0436d972e59` ## System environment **ALLUSERSPROFILE**: `C:\ProgramData` **APPDATA**: `C:\Users\peter\AppData\Roaming` **ChocolateyInstall**: `C:\ProgramData\chocolatey` **ChocolateyLastPathUpdate**: `132229026064247296` **CommonProgramFiles**: `C:\Program Files\Common Files` **CommonProgramFiles(x86)**: `C:\Program Files (x86)\Common Files` **CommonProgramW6432**: `C:\Program Files\Common Files` **COMPUTERNAME**: `PETER-WORKSTATI` **ComSpec**: `C:\WINDOWS\system32\cmd.exe` **destination**: `C:\Users\peter\QOwnNotes` **DriverData**: `C:\Windows\System32\Drivers\DriverData` **HOMEDRIVE**: `C:` **HOMEPATH**: `\Users\peter` **LOCALAPPDATA**: `C:\Users\peter\AppData\Local` **LOGONSERVER**: `\\PETER-WORKSTATI` **NUMBER_OF_PROCESSORS**: `16` **NVM_HOME**: `C:\Users\peter\AppData\Roaming\nvm` **NVM_SYMLINK**: `C:\nodejs` **OneDrive**: `C:\Users\peter\Documents\OneDrive-schussheim@outlook.com\OneDrive` **OneDriveConsumer**: `C:\Users\peter\Documents\OneDrive-schussheim@outlook.com\OneDrive` **OS**: `Windows_NT` **Path**: `C:\Program Files\Python39\Scripts\;C:\Program Files\Python39\;C:\Windows\System32;C:\Windows;C:\Windows\System32\wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE;C:\Program Files\Microsoft VS Code Insiders\bin;C:\Program Files (x86)\GnuPG\bin;C:\Users\peter\source\repos\vcpkg;C:\Users\peter\AppData\Roaming\nvm;C:\nodejs;C:\Program Files (x86)\Yarn\bin\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Program Files\PuTTY\;C:\Program Files\ISC BIND 9\bin;C:\Program Files (x86)\dotnet\;C:\Program Files (x86)\VDesk;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files (x86)\Plantronics\Spokes3G\;C:\Program Files\CMake\bin;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Users\peter\AppData\Local\Microsoft\WindowsApps;C:\Users\peter\AppData\Roaming\nvm;C:\nodejs;C:\Users\peter\AppData\Local\Yarn\bin;C:\Users\peter\AppData\Local\Programs\MiKTeX 2.9\miktex\bin\x64\;C:\Program Files (x86)\GnuPG\bin;C:\Program Files (x86)\Nmap;C:\Users\peter\.dotnet\tools` **PATHEXT**: `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW` **PROCESSOR_ARCHITECTURE**: `AMD64` **PROCESSOR_IDENTIFIER**: `Intel64 Family 6 Model 158 Stepping 13, GenuineIntel` **PROCESSOR_LEVEL**: `6` **PROCESSOR_REVISION**: `9e0d` **ProgramData**: `C:\ProgramData` **ProgramFiles**: `C:\Program Files` **ProgramFiles(x86)**: `C:\Program Files (x86)` **ProgramW6432**: `C:\Program Files` **PROMPT**: `$P$G` **PSModulePath**: `C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules` **PUBLIC**: `C:\Users\Public` **qownnotesCommand**: `C:\Users\peter\QOwnNotes\QOwnNotes.exe --after-update C:\Users\peter\AppData\Local\Temp\QOwnNotes-KKHDDe-updater.bat ` **SESSIONNAME**: `Console` **source**: `C:\Users\peter\AppData\Local\Temp\QOwnNotes-KKHDDe.zip` **SystemDrive**: `C:` **SystemRoot**: `C:\WINDOWS` **TEMP**: `C:\Users\peter\AppData\Local\Temp` **TMP**: `C:\Users\peter\AppData\Local\Temp` **unzipCommand**: `C:\Users\peter\AppData\Local\Temp\QOwnNotes-KKHDDe-unzip.exe -o C:\Users\peter\AppData\Local\Temp\QOwnNotes-KKHDDe.zip -d C:\Users\peter\QOwnNotes` **unzipExecutable**: `C:\Users\peter\AppData\Local\Temp\QOwnNotes-KKHDDe-unzip.exe` **USERDOMAIN**: `PETER-WORKSTATI` **USERDOMAIN_ROAMINGPROFILE**: `PETER-WORKSTATI` **USERNAME**: `peter` **USERPROFILE**: `C:\Users\peter` **windir**: `C:\WINDOWS` **ZES_ENABLE_SYSMAN**: `1`
pbek commented 3 years ago

Looks like you are talking about the work in progress feature https://github.com/pbek/QOwnNotes/issues/790, right? If yes, then best deposit your request there...

github-actions[bot] commented 3 years ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 3 years ago

This issue was closed because it has been inactive for 14 days since being marked as stale.