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.63k stars 411 forks source link

[I] A Wiki Link to a note under notes sub-folder gives pop up "Note was not found" even if it exists #2936

Closed nkahe closed 9 months ago

nkahe commented 9 months ago

Expected behaviour

When using "Wiki Links" script by @dohliam and having note in sub-folder, for example /foo/source.md and when making a Wiki link which points to note which is in that folder's sub-folder, for example /foo/bar/target.md like this: [[/bar/target]]

Clicking it should show the note without a pop up if the file already exists.

Actual behaviour

I see pop up telling

Note was not found, create new note foobar at path bar/

Even though the file is there. It shows it correctly if I select "Yes".

There is an option to "Don't ask again" but I think it's still an issue.

Steps to reproduce

  1. Enable Wiki Links -script.
  2. Make any sub-folder, for example /foo.
  3. Make any sub-folder to that, for example /foo/bar.
  4. Make a note in first sub-folder, for example /foo/source.md
  5. In that note make Wiki Link pointing to /foo/bar/target.md: [[/bar/target]]
  6. You can either A. Click the link in preview. Pop up asks

    Note was not found, create new note foobar at path bar/ ? Select "Yes". B. or manually create the note /foo/bar/target

  7. Note is created and you can write any content to it to confirm it shows the right note later.
  8. Click the link in /foo/source.md again.
  9. You see again a pop up telling:

    Note was not found, create new note foobar at path bar/ ? You can select "Yes" and confirm correct note is opened and content you wrote is still there.

This can be repeated with same result.

Relevant log output in the Log panel

Expand ``` [15:45:23] [status] No script updates were found [15:45:37] [status] Stored current note to disk [15:45:52] [status] Stored 1 note(s) to disk [15:46:01] [status] Stored current note to disk [15:46:02] [status] Stored 1 note(s) to disk [15:46:12] [status] Stored 1 note(s) to disk [15:46:40] [warning] Wayland does not support QWindow::requestActivate() ```

Information about the application, settings and environment

Expand QOwnNotes Debug Information =========================== ## General Info **Current Date**: `su jouluk. 31 15:48:00 2023` **Version**: `23.12.4` **Build date**: `Dec 26 2023` **Build number**: `1069` **Platform**: `linux` **Operating System**: `Fedora Linux 39 (Thirty Nine)` **Build architecture**: `x86_64` **Current architecture**: `x86_64` **Release**: `OBS` **Qt Version (build)**: `5.15.10` **Qt Version (runtime)**: `5.15.11` **Portable mode**: `no` **Settings path / key**: `/home/henri/.config/PBE/QOwnNotes.conf` **Application database path**: `/home/henri/.local/share/PBE/QOwnNotes/QOwnNotes.sqlite` **Application arguments**: `/usr/bin/QOwnNotes` **Qt Debug**: `0` **Locale (system)**: `en_US` **Locale (interface)**: *empty* **Primary screen resolution**: `2560x1440` **Screen resolution(s)**: `2560x1440, 2560x1440` **Icon theme**: `breeze-dark-qownnotes` **Notes in current note folder**: `228` **Calendar items**: `11` **Enabled scripts**: `10` ## Server Info **serverUrl**: *empty* **appIsValid**: `no` **notesPathExists**: *empty* **connectionErrorMessage**: *empty* ## Spellchecking **Enabled**: `false` **Selected language**: `auto` **Language codes**: `en_AG, en_AU, en_BS, en_BW, en_BZ, en_CA, en_DK, en_GB, en_GH, en_HK, en_IE, en_IN, en_JM, en_MW, en_NA, en_NG, en_NZ, en_PH, en_SG, en_TT, en_US, en_ZA, en_ZM, en_ZW` **Language names**: `English (Antigua & Barbuda), Australian English (Australia), English (Bahamas), English (Botswana), English (Belize), Canadian English (Canada), English (Denmark), British English (United Kingdom), English (Ghana), English (Hong Kong SAR China), English (Ireland), English (India), English (Jamaica), English (Malawi), English (Namibia), English (Nigeria), English (New Zealand), English (Philippines), English (Singapore), English (Trinidad & Tobago), American English (United States), English (South Africa), English (Zambia), English (Zimbabwe)` **Application dictionaries path**: `/home/henri/.local/share/PBE/QOwnNotes/dicts` ## Note folders **currentNoteFolderId**: `2` ### Note folder `Local notes` **id**: `2` **isCurrent**: `yes` **activeTagId**: `-1` **localPath**: `/home/henri/Documents/notes` **remotePath**: `Notes` **cloudConnectionId**: `1` **isShowSubfolders**: `yes` **isUseGit**: `yes` **allowDifferentNoteFileName**: `no` **activeNoteSubFolder name**: `bar` **database file**: `/home/henri/Documents/notes/notes.sqlite` ## Cloud connections ### Cloud connection `RaspberryPi` **id**: `1` **isCurrent**: `yes` **serverUrl**: *empty* **username**: *empty* **accountId**: *empty* ## Enabled scripts ### Script `Custom note preview styling` **id**: `1` **path**: `/home/henri/.local/share/PBE/QOwnNotes/scripts/preview-styling/preview-styling.qml` **variablesJson**: ``` { "customStylesheet": "body.preview {\n margin: 1em;\n margin-top: 50px;\npadding-top: 30px;\n}\n\nh1 {\n margin-top: 0.4em;\n}\n\nh2 {\nmargin-top: 0.7em;\n}\n\nli {\n line-height: 1.2;\n}\n\np {\n line-height: 1.1;\n margin-right: 1em;\n}" } ``` **identifier**: `preview-styling` **version**: `0.0.5` **minAppVersion**: `20.6.0` ### Script `Checkbox preview and export` **id**: `8` **path**: `/home/henri/.local/share/PBE/QOwnNotes/scripts/export-checkboxes/export-checkboxes.qml` **variablesJson**: *empty* **identifier**: `export-checkboxes` **version**: `0.0.4` **minAppVersion**: `20.6.0` ### Script `Favorite note` **id**: `9` **path**: `/home/henri/.local/share/PBE/QOwnNotes/scripts/favorite-note/favorite-note.qml` **variablesJson**: *empty* **identifier**: `favorite-note` **version**: `0.0.1` **minAppVersion**: `17.05.6` ### Script `Fix list numbers` **id**: `10` **path**: `/home/henri/.local/share/PBE/QOwnNotes/scripts/fix-list-numbers/fix-list-numbers.qml` **variablesJson**: *empty* **identifier**: `fix-list-numbers` **version**: `1.0.0` **minAppVersion**: `18.04.3` ### Script `Custom user interface styling` **id**: `2` **path**: `/home/henri/.local/share/PBE/QOwnNotes/scripts/custom-stylesheet/custom-stylesheet.qml` **variablesJson**: ``` { "customStylesheet": "QListView::item:selected:hover, QListView::item:selected:hover, QTreeView::item:selected:hover, QTableView::item:selected:active, QTreeView::item:selected:active, QListView::item:selected:active, QWidget:item:selected {\n background: #1b5b55;\n color: white;\n selection-color: white;\n}\n\nQWidget {\n selection-background-color: #1b5b55;\n selection-color: white;\n}" } ``` **identifier**: `custom-stylesheet` **version**: `0.0.2` **minAppVersion**: `17.05.7` ### Script `Backlinks Script` **id**: `3` **path**: `/home/henri/.local/share/PBE/QOwnNotes/scripts/backlinks/backlinks.qml` **variablesJson**: ``` { "triggerOnPreview": true } ``` **identifier**: `backlinks` **version**: `0.0.1` **minAppVersion**: `20.4.18` ### Script `Wiki Links` **id**: `4` **path**: `/home/henri/.local/share/PBE/QOwnNotes/scripts/wiki-links/wiki-links.qml` **variablesJson**: ``` { "wikilinksBackgroundColor": "#FFFF00", "wikilinksForegroundColor": "#ff832b", "wikilinksHideSubfolder": true, "wikilinksLowerCase": false, "wikilinksRemoveSpaces": true, "wikilinksReplaceSpacesSymbol": "-", "wikilinksSanitizeFilename": true } ``` **identifier**: `wiki-links` **version**: `0.0.1` **minAppVersion**: `20.6.0` ### Script `External note open` **id**: `5` **path**: `/home/henri/.local/share/PBE/QOwnNotes/scripts/external-note-open/external-note-open.qml` **variablesJson**: ``` { "executablePath": "kate" } ``` **identifier**: `external-note-open` **version**: `1.0.0` **minAppVersion**: `18.05.4` ### Script `List maker` **id**: `6` **path**: `/home/henri/.local/share/PBE/QOwnNotes/scripts/list-maker/list-maker.qml` **variablesJson**: ``` { "setLetters": "abcdefghijklmnopqrstuvwxyz", "setMarkers": "- • ‣" } ``` **identifier**: `list-maker` **version**: `0.1.2` **minAppVersion**: `17.07.8` ### Script `Headline depth buttons` **id**: `7` **path**: `/home/henri/.local/share/PBE/QOwnNotes/scripts/headline-depth/headline-depth.qml` **variablesJson**: *empty* **identifier**: `headline-depth` **version**: `0.0.2` **minAppVersion**: `17.07.8` ## Settings **AboutDialog/geometry** (QByteArray): `` **ActiveNoteHistoryItem** (NoteHistoryItem): `` **Debug/fakeOldVersionNumber** (QString): `false` **Debug/fileLogging** (QString): `false` **DistractionFreeMode/editorWidthCustom** (QString): `80` **DistractionFreeMode/editorWidthMode** (QString): `2` **DistractionFreeMode/isEnabled** (QString): `false` **DistractionFreeMode/menuBarGeometry** (QByteArray): `` **DistractionFreeMode/menuBarHeight** (QString): `34` **DistractionFreeMode/menuBarVisible** (QString): `true` **DistractionFreeMode/windowState** (QByteArray): `` **Editor/ColorSchemes** (QString): `EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673` **Editor/CurrentSchemaKey** (QString): `EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673` **Editor/autoBracketClosing** (QString): `true` **Editor/autoBracketRemoval** (QString): `true` **Editor/centerCursor** (QString): `false` **Editor/disableCursorBlinking** (QString): `false` **Editor/editorWidthInDFMOnly** (QString): `false` **Editor/highlightCurrentLine** (QString): `true` **Editor/indentSize** (QString): `4` **Editor/removeTrailingSpaces** (QString): `true` **Editor/showLineNumbers** (QString): `false` **Editor/useTabIndent** (QString): `false` **Editor/vimMode** (QString): `false` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_-1** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_0** (QString): `false` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_1** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_1000** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_1001** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_1002** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_1003** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_1004** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_1005** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_1006** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_12** (QString): `false` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_13** (QString): `false` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_14** (QString): `false` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_15** (QString): `false` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_16** (QString): `false` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_17** (QString): `false` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_18** (QString): `false` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_19** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_2** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_21** (QString): `false` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_22** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_23** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_25** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_28** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_3** (QString): `false` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_4** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_7** (QString): `false` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColorEnabled_8** (QString): `false` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_-1** (QColor): `#201f1f` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_0** (QColor): `#272727` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_1** (QColor): `#333333` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_1000** (QColor): `#272727` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_1001** (QColor): `#272727` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_1002** (QColor): `#272727` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_1003** (QColor): `#272727` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_1004** (QColor): `#272727` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_1005** (QColor): `#272727` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_1006** (QColor): `#272727` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_12** (QColor): `#ebebf0` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_13** (QColor): `#ebebf0` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_14** (QColor): `#ebebf0` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_15** (QColor): `#ebebf0` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_16** (QColor): `#ebebf0` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_17** (QColor): `#ebebf0` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_18** (QColor): `#f5f9d8` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_19** (QColor): `#333333` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_2** (QColor): `#333333` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_21** (QColor): `#b8e3ff` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_22** (QColor): `#242424` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_23** (QColor): `#272727` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_25** (QColor): `#242424` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_28** (QColor): `#383631` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_3** (QColor): `#e4ffe4` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_4** (QColor): `#272727` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_7** (QColor): `#9eb6ff` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/BackgroundColor_8** (QColor): `#dbf9e5` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/Bold_12** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/Bold_13** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/Bold_14** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/Bold_15** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/Bold_16** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/Bold_17** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/Bold_8** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/FallbackSchema** (QString): `EditorColorSchema-cdbf28fc-1ddc-4d13-bb21-6a4043316a2f` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/FontSizeAdaption_12** (QString): `200` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/FontSizeAdaption_13** (QString): `160` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/FontSizeAdaption_14** (QString): `130` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/FontSizeAdaption_16** (QString): `90` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/FontSizeAdaption_17** (QString): `90` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_-1** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_-1000** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_0** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_1** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_10** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_1000** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_1001** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_1002** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_1003** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_1004** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_1005** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_11** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_12** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_13** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_14** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_15** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_16** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_17** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_18** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_19** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_2** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_20** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_21** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_22** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_23** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_24** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_26** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_3** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_4** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_5** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_6** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_7** (QString): `false` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_8** (QString): `false` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColorEnabled_9** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_-1** (QColor): `#e1e1e1` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_0** (QColor): `#569cd6` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_1** (QColor): `#fc7e00` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_10** (QColor): `#ffff00` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_1000** (QColor): `#569cd6` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_1001** (QColor): `#ce9178` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_1002** (QColor): `#6a9955` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_1003** (QColor): `#ffcb6b` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_1004** (QColor): `#9cdcfe` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_1005** (QColor): `#ce9178` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_1006** (QColor): `#4ec9b0` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_11** (QColor): `#686868` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_12** (QColor): `#d2d7db` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_13** (QColor): `#d2d7db` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_14** (QColor): `#d2d7db` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_15** (QColor): `#d2d7db` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_16** (QColor): `#d2d7db` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_17** (QColor): `#d2d7db` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_18** (QColor): `#bec3c6` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_19** (QColor): `#00aa00` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_2** (QColor): `#fc7e00` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_20** (QColor): `#e1e1e1` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_21** (QColor): `#ffcb6b` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_22** (QColor): `#9cdcfe` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_23** (QColor): `#d5dcde` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_24** (QColor): `#4ec9b0` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_26** (QColor): `#da4453` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_29** (QColor): `#ce9178` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_3** (QColor): `#00bf00` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_30** (QColor): `#4ec9b0` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_4** (QColor): `#d5dcde` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_5** (QColor): `#e1e1e1` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_6** (QColor): `#e1e1e1` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_7** (QColor): `#b8b8b8` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_8** (QColor): `#b8b8b8` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/ForegroundColor_9** (QColor): `#ff742e` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/Italic_7** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/Name** (QString): `Oma` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/Underline_0** (QString): `true` **EditorColorSchema-6a55025f-222a-40aa-a473-507a0f89a673/Underline_26** (QString): `true` **IssueAssistantDialog/geometry** (QByteArray): `` **LastUpdateCheck** (QDateTime): `2023-12-31T15:45:12.918` **LinkDialog/geometry** (QByteArray): `` **LogWidget/criticalLog** (bool): `true` **LogWidget/debugLog** (bool): `true` **LogWidget/fatalLog** (bool): `true` **LogWidget/infoLog** (bool): `true` **LogWidget/scriptingLog** (bool): `true` **LogWidget/statusLog** (bool): `true` **LogWidget/warningLog** (bool): `true` **MainWindow/geometry** (QByteArray): `` **MainWindow/mainToolBar.iconSize** (QString): `24` **MainWindow/menuBarGeometry** (QByteArray): `` **MainWindow/noteTextEdit.code.font** (QString): `Fira Code,12,-1,5,50,0,0,0,0,0,Regular` **MainWindow/noteTextEdit.font** (QString): `Noto Sans,13,-1,5,50,0,0,0,0,0,Regular` **MainWindow/noteTextView.code.font** (QString): `Fira Code,10,-1,5,50,0,0,0,0,0` **MainWindow/noteTextView.font** (QString): `Noto Sans,11,-1,5,50,0,0,0,0,0` **MainWindow/noteTextView.ignoreCodeFontSize** (QString): `true` **MainWindow/noteTextView.refreshDebounceTime** (QString): `600` **MainWindow/noteTextView.rtl** (QString): `false` **MainWindow/noteTextView.underline** (QString): `true` **MainWindow/noteTextView.useEditorStyles** (QString): `true` **MainWindow/noteTextView.useInternalExportStyling** (QString): `true` **MainWindow/showNotesFromAllNoteSubFolders** (bool): `false` **MessageBoxOverride/linux-dark-mode** (QString): `16384` **MessageBoxOverride/move-notes** (QString): `16384` **MessageBoxOverride/remove-todo-items** (QString): `16384` **NoteDialog/geometry** (QByteArray): `` **NoteDialog/tabWidgetIndex** (QString): `0` **NoteDiffDialog/geometry** (QByteArray): `` **NoteFolder-2/NoteTabNameList** (QString): `Troubleshooting` **NoteFolder-2/NoteTabStickinessList**: *empty* **NoteFolder-2/NoteTabSubFolderPathDataList** (QString): `Linux` **NoteHistory-2** (QVariantList): `` **NoteHistoryCurrentIndex-2** (QString): `39` **PasswordDialog/geometry** (QByteArray): `` **PiwikClientId** (QString): `` **ScriptRepositoryDialog/geometry** (QByteArray): `` **ScriptRepositoryDialog/mainSplitterState** (QByteArray): `` **SearchEngineId** (QString): `2` **SettingsDialog/geometry** (QByteArray): `` **SettingsDialog/mainSplitterState** (QByteArray): `` **ShareDialog/geometry** (QByteArray): `` **Shortcuts/MainWindow-actionDelete_line** (QString): `Ctrl+Shift+K` **Shortcuts/MainWindow-actionFind_action** (QString): `Ctrl+Shift+P` **Shortcuts/MainWindow-actionFind_notes_in_all_subfolders** (QString): `Ctrl+Shift+F` **Shortcuts/MainWindow-action_Find_note** (QString): `Alt+F` **Shortcuts/MainWindow-action_Print_note_markdown** (QString): *empty* **ShowSystemTray** (QString): `true` **StartHidden** (QString): `false` **TodoDialog/geometry** (QByteArray): `` **TodoDialog/mainSplitterState** (QByteArray): `` **TodoDialog/showCompletedItems** (QString): `0` **TodoDialog/showDueTodayItemsOnly** (QString): `0` **TodoDialog/todoListSelectorSelectedItem** (QString): `Standardkalender` **UpdateDialog/geometry** (QByteArray): `` **WelcomeDialog/geometry** (QByteArray): `` **acceptAllExternalModifications** (QString): `false` **allowNoteEditing** (bool): `true` **allowOnlyOneAppInstance** (QString): `true` **appMetrics/disableAppHeartbeat** (QString): `false` **appMetrics/disableTracking** (QString): `false` **appMetrics/notificationShown** (QString): `true` **autoReadOnlyMode** (QString): `false` **autoReadOnlyModeTimeout** (QString): `30` **automaticNoteFolderDatabaseClosing** (QString): `false` **checkSpelling** (QString): `false` **closeTodoListAfterSave** (QString): `false` **cryptoKey** (QString): `` **currentNoteFolderId** (QString): `2` **currentWorkspace** (QString): `c7097365-3e18-4697-a9aa-af04043ddf00` **cursorWidth** (QString): `1` **darkMode** (QString): `true` **darkModeColors** (QString): `true` **darkModeIconTheme** (QString): `true` **darkModeTrayIcon** (QString): `true` **defaultNoteFileExtension** (QString): `md` **demoNotesCreated** (QString): `true` **disableAutomaticUpdateDialog** (QString): `true` **disableSavedSearchesAutoCompletion** (QString): `true` **dockWasInitializedOnce** (QString): `true` **enableNoteTree** (QString): `false` **enableSocketServer** (QString): `true` **enableWebAppSupport** (QString): `false` **externalEditorPath** (QString): `kate` **fullyHighlightedBlockquotes** (QString): `true` **gitCommitInterval** (QString): `30` **gitExecutablePath** (QString): *empty* **gitLogCommand** (QString): *empty* **guiFirstRunInit** (bool): `true` **ignoreAllExternalModifications** (QString): `false` **ignoreAllExternalNoteFolderChanges** (QString): `false` **ignoreNoteSubFolders** (QString): `^\.` **ignoredNoteFiles** (QString): *empty* **imageScaleDown** (QString): `false` **imageScaleDownMaximumHeight** (QString): `1024` **imageScaleDownMaximumWidth** (QString): `1024` **initialLayoutIdentifier** (QString): `full` **insertTimeFormat** (QString): *empty* **interfaceFontSize** (QString): `11` **interfaceLanguage** (QString): *empty* **interfaceStyle** (QString): `Breeze` **internalIconTheme** (QString): `false` **itemHeight** (QString): `28` **legacyLinking** (QString): `false` **localTrash/autoCleanupDays** (QString): `30` **localTrash/autoCleanupEnabled** (QString): `true` **localTrash/supportEnabled** (QString): `true` **markdownHighlightingEnabled** (QString): `true` **navigationPanelAutoSelect** (QString): `true` **navigationPanelHideSearch** (QString): `false` **networking/ignoreSSLErrors** (QString): `true` **networking/proxyType** (QString): `2` **newNoteAskHeadline** (QString): `true` **noteEditIsCentralWidget** (QString): `true` **noteFileExtensionList** (QStringList): `md, txt` **noteListPreview** (QString): `false` **noteSaveIntervalTime** (QString): `10` **noteSubfoldersPanelDisplayAsFullTree** (QString): `true` **noteSubfoldersPanelHideSearch** (QString): `false` **noteSubfoldersPanelOrder** (QString): `0` **noteSubfoldersPanelShowFullPath** (QString): `false` **noteSubfoldersPanelShowNotesRecursively** (QString): `false` **noteSubfoldersPanelShowRootFolderName** (QString): `true` **noteSubfoldersPanelSort** (QString): `0` **noteSubfoldersPanelTabsUnsetAllNotesSelection** (QString): `false` **notesPanelOrder** (QString): `0` **notesPanelSort** (QString): `0` **notesPath** (QString): `/home/henri/Documents/notes` **notifyAllExternalModifications** (QString): `true` **overrideInterfaceFontSize** (QString): `false` **ownCloud/supportEnabled** (QString): `false` **ownCloud/todoCalendarBackend** (QString): `2` **previousWorkspace** (QString): `fcd8648e-a551-4c2d-972d-938835d76d71` **recentNoteFolders** (QString): `/home/henri/Documents/local-notes` **restoreCursorPosition** (QString): `true` **restoreLastNoteAtStartup** (QString): `true` **restoreNoteTabs** (QString): `true` **showMatches** (QString): `true` **showMenuBar** (bool): `true` **showStatusBar** (bool): `true` **spellCheckLanguage** (QString): `auto` **startInReadOnlyMode** (QString): `false` **systemIconTheme** (QString): `false` **tagWasAddedToNote** (QString): `true` **taggingShowNotesRecursively** (QString): `false` **tagsPanelHideNoteCount** (QString): `false` **tagsPanelHideSearch** (QString): `false` **tagsPanelOrder** (QString): `0` **tagsPanelSort** (QString): `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, , actionShow_Todo_List, actionScript_settings, ` **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_text_link, 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** (QString): `action_Quit` **toolbar/6/name** (QString): `quitToolbar` **toolbar/6/title** (QString): `quit toolbar` **toolbar/size** (QString): `6` **useNoteFolderButtons** (QString): `true` **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/commandSnippetsNoteName** (QString): `Commands` **webSocketServerService/commandSnippetsTag** (QString): `commands` **webSocketServerService/port** (QString): `22222` **workspace-c7097365-3e18-4697-a9aa-af04043ddf00/name** (QString): `uusi` **workspace-c7097365-3e18-4697-a9aa-af04043ddf00/noteSubFolderDockWidgetVisible** (QString): `true` **workspace-c7097365-3e18-4697-a9aa-af04043ddf00/windowState** (QByteArray): `` **workspace-fcd8648e-a551-4c2d-972d-938835d76d71/noteSubFolderDockWidgetVisible** (QString): `true` **workspace-fcd8648e-a551-4c2d-972d-938835d76d71/windowState** (QByteArray): `` **workspace-initial/name** (QString): `Full` **workspace-initial/noteSubFolderDockWidgetVisible** (QString): `true` **workspace-initial/windowState** (QByteArray): `` **workspaces** (QStringList): `initial, c7097365-3e18-4697-a9aa-af04043ddf00` ## System environment **DBUS_SESSION_BUS_ADDRESS**: `unix:path=/run/user/1000/bus` **DEBUGINFOD_URLS**: `https://debuginfod.fedoraproject.org/` **DESKTOP_SESSION**: `plasma` **DISPLAY**: `:1` **FZF_DEFAULT_OPTS**: `--height 40%` **GDK_CORE_DEVICE_EVENTS**: `1` **GTK2_RC_FILES**: `/home/henri/.gtkrc-2.0-kde4` **GTK_RC_FILES**: `/etc/gtk/gtkrc:/home/henri/.gtkrc:/home/henri/.config/gtkrc` **IMSETTINGS_INTEGRATE_DESKTOP**: `yes` **IMSETTINGS_MODULE**: `X compose table` **JOURNAL_STREAM**: `8:19020251` **KDEDIRS**: `/usr` **KDE_APPLICATIONS_AS_SCOPE**: `1` **KDE_FULL_SESSION**: `true` **KDE_SESSION_UID**: `1000` **KDE_SESSION_VERSION**: `5` **LANG**: `fi_FI.UTF-8` **LANGUAGE**: `en_US` **LC_CTYPE**: `fi_FI.UTF-8` **LC_MESSAGES**: `en_US.UTF-8` **MANAGERPID**: `979730` **MEMORY_PRESSURE_WATCH**: `/sys/fs/cgroup/user.slice/user-1000.slice/user@1000.service/background.slice/plasma-krunner.service/memory.pressure` **MEMORY_PRESSURE_WRITE**: `c29tZSAyMDAwMDAgMjAwMDAwMAA=` **PAM_KWALLET5_LOGIN**: `/run/user/1000/kwallet5.socket` **PATH**: `/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/henri/.local/rubygems/bin:/home/henri/bin:/home/henri/.local/bin` **PLASMA_USE_QT_SCALING**: `1` **QT_AUTO_SCREEN_SCALE_FACTOR**: `0` **QT_IM_MODULE**: `xim` **QT_WAYLAND_DECORATION**: `adwaita` **QT_WAYLAND_FORCE_DPI**: `96` **SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS**: `0` **SESSION_MANAGER**: `local/unix:@/tmp/.ICE-unix/1176173,unix/unix:/tmp/.ICE-unix/1176173` **SHELL**: `/usr/bin/zsh` **SSH_AUTH_SOCK**: `/run/user/1000/ssh-agent.socket` **STEAM_FRAME_FORCE_CLOSE**: `1` **SYSTEMD_EXEC_PID**: `1178959` **TERM**: `dumb` **USER**: `henri` **WAYLAND_DISPLAY**: `wayland-0` **XAUTHORITY**: `/run/user/1000/xauth_pdGWka` **XCURSOR_SIZE**: `24` **XCURSOR_THEME**: `breeze_cursors` **XDG_ACTIVATION_TOKEN**: `kwin-37` **XDG_CONFIG_DIRS**: `/home/henri/.config/kdedefaults:/etc/xdg:/usr/share/kde-settings/kde-profile/default/xdg` **XDG_CURRENT_DESKTOP**: `KDE` **XDG_DATA_DIRS**: `/home/henri/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share` **XDG_MENU_PREFIX**: `kf5-` **XDG_RUNTIME_DIR**: `/run/user/1000` **XDG_SEAT**: `seat0` **XDG_SEAT_PATH**: `/org/freedesktop/DisplayManager/Seat0` **XDG_SESSION_CLASS**: `user` **XDG_SESSION_DESKTOP**: `KDE` **XDG_SESSION_ID**: `21` **XDG_SESSION_PATH**: `/org/freedesktop/DisplayManager/Session9` **XDG_SESSION_TYPE**: `wayland` **XDG_VTNR**: `1` **XKB_DEFAULT_LAYOUT**: `fi` **XMODIFIERS**: `@im=none`
pbek commented 9 months ago

Like I said, please best open an issue on https://github.com/qownnotes/scripts/issues and mention the maintainers of the script there 😉

nkahe commented 9 months ago

Like I said, please best open an issue on https://github.com/qownnotes/scripts/issues and mention the maintainers of the script there 😉

Ok, I'll close this one.