Skip to content

[I] HTML Style override #3372

@igorp74

Description

@igorp74

Expected behaviour

In custom note preview styling I can set up the styles I want.

I was able to override these settings with HTML style tag, but it is not working anymore.
However, there is a workaround; to add styles inside every tag, which is not that elegant and it is repetitive and redundant.

Expected behaviour is to be able to override table styles with style tag

Actual behaviour

Actual behaviour is that it simply won't work anymore. At least for table borders.

Steps to reproduce

<style>
    table {border:0;}
    th {border:0;}
    td {background-color: #DEEBF6; border:0;} 
</style>
<table >
   <tr><td> Put some context here...</td></tr>
</table>

And borders will be there...

Relevant log output in the Log panel

Expand

<details>
[13:52:13] [debug] setupNoteFolderTables - 'database version': 15
[13:52:13] [debug] cloudConnection: CloudConnection: <id>1 <name>"Default" <serverUrl>"https://wim.nl.tab.digital" <username>"igorp.mailbox@gmail.com" <accountId>"igorp.mailbox@gmail.com" <priority>1
[13:52:13] [debug] fetchShares - 'url': QUrl("https://wim.nl.tab.digital/ocs/v2.php/apps/files_sharing/api/v1/shares")
[13:52:13] [debug] loadNoteDirectoryList
[13:52:13] [debug] reloadTagTree
[13:52:13] [debug] reloadTagTree - 'noteSubFolderIds': QList()
[13:52:13] [debug] reloadNoteSubFolderTree
[13:52:13] [debug] reload
[13:52:14] [debug] reloadNoteSubFolderTree
[13:52:14] [debug] reload
[13:52:14] [debug] loadNoteDirectoryList
[13:52:14] [debug] reloadTagTree
[13:52:14] [debug] reloadTagTree - 'noteSubFolderIds': QList()
[13:52:14] [debug] reloadNoteSubFolderTree
[13:52:14] [debug] reload
[13:52:14] [debug] cloudConnection: CloudConnection: <id>1 <name>"Default" <serverUrl>"https://wim.nl.tab.digital" <username>"igorp.mailbox@gmail.com" <accountId>"igorp.mailbox@gmail.com" <priority>1
[13:52:14] [debug] Reply from "/ocs/v2.php/apps/files_sharing/api/v1/shares"
[13:52:14] [debug] Reply from share api
[13:52:14] [debug] updateNoteShareStatusFromShare - 'data': "<?xml version=\"1.0\"?>\n<ocs>\n <meta>\n <status>ok</status>\n <statuscode>200</statuscode>\n <message>OK</message>\n </meta>\n <data/>\n</ocs>\n"
[13:52:14] [debug] updateNoteShareStatusFromShare - 'status': "ok"
[13:52:14] [debug] updateNoteShareStatus - 'dataElements.count()': 1
[13:52:14] [debug] updateNoteShareStatus - 'shareType': ""
[13:52:14] [debug] updateNoteShareStatusFromFetchAll - 'data': "<?xml version=\"1.0\"?>\n<ocs>\n <meta>\n <status>ok</status>\n <statuscode>200</statuscode>\n <message>OK</message>\n </meta>\n <data/>\n</ocs>\n"
[13:52:14] [debug] updateNoteShareStatus - 'dataElements.count()': 1
[13:52:14] [debug] updateNoteShareStatus - 'shareType': ""

Information about the application, settings and environment

Expand

QOwnNotes Debug Information

General Info

Current Date: Sat Sep 27 13:52:39 2025
Version: 25.9.6
Build date: Sep 23 2025
Build number: 1221
Platform: linux (xcb)
Operating System: Manjaro Linux
Build architecture: x86_64
Current architecture: x86_64
Release: AUR
Qt Version (build): 6.9.1
Qt Version (runtime): 6.9.2
Portable mode: no
Settings path / key: /home/igorp/.config/PBE/QOwnNotes.conf
Application database path: /home/igorp/.local/share/PBE/QOwnNotes/QOwnNotes.sqlite
Application arguments: /usr/bin/QOwnNotes, /usr/bin/QOwnNotes, /usr/bin/QOwnNotes, --allow-multiple-instances
Qt Debug: no
System Botan: no
Libgit2: no
Locale (system): en_US
Locale (interface): empty
Primary screen resolution: 1920x1080
Screen resolution(s): 1920x1080, 1920x1080
Icon theme: breeze
Notes in current note folder: 215
Calendar items: 0
Enabled scripts: 13
Database drivers: QODBC, QIBASE, QSQLITE, QMARIADB, QMYSQL, QPSQL

Server Info

serverUrl: https://wim.nl.tab.digital
appIsValid: yes
notesPathExists: empty
serverVersion: empty
appVersion: empty

Spellchecking

Enabled: false
Selected language: auto
Language codes: en_US, en_US-large
Language names: American English (United States), American English (United States) [large]
Application dictionaries path: /home/igorp/.local/share/PBE/QOwnNotes/dicts

Note folders

currentNoteFolderId: 2

Note folder default

id: 2
isCurrent: yes
activeTagId: -1
localPath: /home/igorp/Documents/Knowledge
remotePath: Notes
cloudConnectionId: 1
isShowSubfolders: yes
isUseGit: no
allowDifferentNoteFileName: no
activeNoteSubFolder name: empty
database file: /home/igorp/Documents/Knowledge/notes.sqlite

Cloud connections

Cloud connection Default

id: 1
isCurrent: yes
serverUrl: https://wim.nl.tab.digital
username: igorp.mailbox@gmail.com
accountId: igorp.mailbox@gmail.com

Enabled scripts

Script Custom user interface styling

id: 2
path: /home/igorp/.local/share/PBE/QOwnNotes/scripts/custom-stylesheet/custom-stylesheet.qml
variablesJson:

{
    "customStylesheet": "QTreeWidget#noteTreeWidget \n{  background-color: #f3faff;\n    font-face: Serif;\n    font-size: 12px;\n}\nQTreeWidget#noteSubFolderTreeWidget \n{  background-color: #f3faff;\n    font-size: 12px;\n}\nQTreeWidget#tagTreeWidget \n{  background-color: #f2fff0;\n    font-size: 12px;\n}\nQTreeWidget#navigationWidget\n{  background-color: #f2fff0;\n    font-size: 12px;\n}"
}

identifier: custom-stylesheet
version: 0.0.2
minAppVersion: 17.05.7

Script Duplicate note

id: 3
path: /home/igorp/.local/share/PBE/QOwnNotes/scripts/duplicate-note/duplicate-note.qml
variablesJson:

{
}

identifier: duplicate-note
version: 0.0.1
minAppVersion: 20.10.7

Script Export notes as one HTML file

id: 5
path: /home/igorp/.local/share/PBE/QOwnNotes/scripts/export-notes-as-one-html/export-notes-as-one-html.qml
variablesJson:

{
}

identifier: export-notes-as-one-html
version: 1.0.0
minAppVersion: 18.03.7

Script Merge selected notes

id: 6
path: /home/igorp/.local/share/PBE/QOwnNotes/scripts/merge-notes/merge-notes.qml
variablesJson:

{
    "mergeToFirst": false,
    "pyCommand": "python3"
}

identifier: merge-notes
version: 0.0.3
minAppVersion: 17.08.5

Script Add Multiple tags

id: 7
path: /home/igorp/.local/share/PBE/QOwnNotes/scripts/add-multiple-tags/add-multiple-tags.qml
variablesJson:

{
}

identifier: add-multiple-tags
version: 0.0.1
minAppVersion: 17.06.2

Script Text Highlights

id: 8
path: /home/igorp/.local/share/PBE/QOwnNotes/scripts/text-highlights/text-highlights.qml
variablesJson:

{
    "backgroundColor": "#74fe35",
    "styleForEditor": "8",
    "styleInEditor": true
}

identifier: text-highlights
version: 0.0.6
minAppVersion: 22.4.1

Script Note link to clipboard

id: 9
path: /home/igorp/.local/share/PBE/QOwnNotes/scripts/note-link-to-clipboard/note-link-to-clipboard.qml
variablesJson:

{
}

identifier: note-link-to-clipboard
version: 0.0.2
minAppVersion: 17.02.4

Script ATX Headline

id: 10
path: /home/igorp/.local/share/PBE/QOwnNotes/scripts/atx-headline/atx-headline.qml
variablesJson:

{
}

identifier: atx-headline
version: 0.0.1
minAppVersion: 20.6.0

Script Sort lines

id: 12
path: /home/igorp/.local/share/PBE/QOwnNotes/scripts/sort-lines/sort-lines.qml
variablesJson:

{
}

identifier: sort-lines
version: 1.0.0
minAppVersion: 18.04.3

Script Toggle comment

id: 13
path: /home/igorp/.local/share/PBE/QOwnNotes/scripts/toggle-comment/toggle-comment.qml
variablesJson:

{
}

identifier: toggle-comment
version: 1.0
minAppVersion: 20.4.16

Script Insert Table of Contents (TOC)

id: 14
path: /home/igorp/.local/share/PBE/QOwnNotes/scripts/insert-toc/insert-toc.qml
variablesJson:

{
    "tocLinks": false,
    "tocTitle": "Table of Contents"
}

identifier: insert-toc
version: 0.0.3
minAppVersion: 17.06.2

Script Image preview

id: 15
path: /home/igorp/.local/share/PBE/QOwnNotes/scripts/image-preview/image-preview.qml
variablesJson:

{
    "maxWidth": 800
}

identifier: image-preview
version: 1.0.1
minAppVersion: 20.6.0

Script HTML Highlights

id: 18
path: /home/igorp/.local/share/PBE/QOwnNotes/scripts/html-highlight/html-highlight.qml
variablesJson:

{
    "styleForAttr": "11",
    "styleForAttrName": "7",
    "styleForMainColor": "3",
    "styleForTagName": "11"
}

identifier: html-highlight
version: 0.0.1
minAppVersion: 22.4.1

Settings

AboutDialog/geometry (QByteArray): <binary data>
ActiveNoteHistoryItem (NoteHistoryItem): <binary data>
AttachmentDialog/geometry (QByteArray): <binary data>
Debug/fakeOldVersionNumber (bool): false
Debug/fileLogging (bool): false
DistractionFreeMode/editorWidthCustom (QString): 80
DistractionFreeMode/editorWidthMode (QString): 5
DistractionFreeMode/isEnabled (QString): false
DistractionFreeMode/menuBarGeometry (QByteArray): <binary data>
DistractionFreeMode/menuBarHeight (QString): 34
DistractionFreeMode/menuBarVisible (QString): true
DistractionFreeMode/windowState (QByteArray): <binary data>
Editor/ColorSchemes (QString): EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7
Editor/CurrentSchemaKey (QString): EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7
Editor/autoBracketClosing (bool): true
Editor/autoBracketRemoval (bool): true
Editor/centerCursor (QString): false
Editor/disableCursorBlinking (bool): false
Editor/editorWidthInDFMOnly (bool): true
Editor/highlightCurrentLine (bool): true
Editor/indentSize (int): 4
Editor/removeTrailingSpaces (bool): false
Editor/showLineNumbers (bool): false
Editor/useTabIndent (bool): false
Editor/vimMode (bool): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_-1 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_0 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_1 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_1000 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_1001 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_1002 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_1003 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_1004 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_1005 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_1006 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_11 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_12 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_13 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_14 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_15 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_16 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_17 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_18 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_19 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_2 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_21 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_22 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_23 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_25 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_28 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_3 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_4 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColorEnabled_8 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_-1 (QColor): #fcfcfc
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_0 (QColor): #fcfeff
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_1 (QColor): #fff2e4
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_1000 (QColor): #f7f6ff
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_1001 (QColor): #eaffeb
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_1002 (QColor): #ffffe9
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_1003 (QColor): #f7f6ff
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_1004 (QColor): #f7f6ff
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_1005 (QColor): #f7f6ff
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_1006 (QColor): #f7f6ff
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_11 (QColor): #aaf7ff
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_12 (QColor): #f1f1f4
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_13 (QColor): #f1f1f4
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_14 (QColor): #f1f1f4
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_15 (QColor): #fafafa
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_16 (QColor): #fafafa
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_17 (QColor): #fafafa
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_18 (QColor): #fffae2
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_19 (QColor): #e2e7e2
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_2 (QColor): #fff2e4
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_21 (QColor): #ebebeb
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_22 (QColor): #ddefff
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_23 (QColor): #f8f8f8
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_25 (QColor): #fffae2
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_28 (QColor): #ebebeb
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_3 (QColor): #ffedff
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_4 (QColor): #f3faff
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/BackgroundColor_8 (QColor): #dbf9e5
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Bold_1000 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Bold_1001 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Bold_1004 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Bold_1006 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Bold_12 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Bold_13 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Bold_14 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Bold_15 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Bold_16 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Bold_17 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Bold_23 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Bold_8 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_0 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_1000 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_1001 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_1002 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_1003 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_1004 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_1005 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_1006 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_14 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_15 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_18 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_22 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_23 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_26 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_29 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_3 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_30 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_4 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontEnabled_9 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontSizeAdaption_1000 (QString): 100
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontSizeAdaption_1001 (QString): 95
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontSizeAdaption_1002 (QString): 100
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontSizeAdaption_1003 (QString): 100
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontSizeAdaption_1004 (QString): 100
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontSizeAdaption_1005 (QString): 100
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontSizeAdaption_1006 (QString): 100
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontSizeAdaption_12 (QString): 200
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontSizeAdaption_13 (QString): 160
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontSizeAdaption_14 (QString): 130
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontSizeAdaption_15 (QString): 100
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontSizeAdaption_16 (QString): 90
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontSizeAdaption_17 (QString): 90
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontSizeAdaption_18 (QString): 100
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontSizeAdaption_23 (QString): 100
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontSizeAdaption_4 (QString): 100
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/FontSizeAdaption_8 (QString): 100
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_0 (QFont): Noto Sans,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_1000 (QFont): DejaVu Sans Mono,15,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_1001 (QFont): DejaVu Sans Mono,15,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_1002 (QFont): DejaVu Sans Mono,15,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_1003 (QFont): DejaVu Sans Mono,15,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_1004 (QFont): DejaVu Sans Mono,15,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_1005 (QFont): DejaVu Sans Mono,15,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_1006 (QFont): DejaVu Sans Mono,15,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_14 (QFont): Noto Serif Light,13,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_18 (QFont): DejaVu Serif Condensed,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_22 (QFont): Ligconsolata,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_23 (QFont): Roboto Mono [GOOG],15,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_26 (QFont): Sans Serif,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_29 (QFont): Sans Serif,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_3 (QFont): Sans Serif,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_30 (QFont): Sans Serif,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_4 (QFont): DejaVu Sans Mono,15,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_9 (QFont): Sans Serif,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_-1 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_0 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_1 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_10 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_1000 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_1001 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_1002 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_1003 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_1004 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_1005 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_1006 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_11 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_12 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_13 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_14 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_15 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_16 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_17 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_18 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_19 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_2 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_20 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_21 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_22 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_23 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_24 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_26 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_29 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_3 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_30 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_31 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_4 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_5 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_6 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_7 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_8 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColorEnabled_9 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_-1 (QColor): #000000
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_0 (QColor): #0074aa
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_1 (QColor): #fc7e00
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_10 (QColor): #a3007b
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_1000 (QColor): #00aaff
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_1001 (QColor): #008800
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_1002 (QColor): #aaaaaa
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_1003 (QColor): #00aa7f
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_1004 (QColor): #78a9d4
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_1005 (QColor): #ff0000
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_1006 (QColor): #ff557f
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_11 (QColor): #888888
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_12 (QColor): #00557f
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_13 (QColor): #00557f
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_14 (QColor): #0074aa
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_15 (QColor): #e30000
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_16 (QColor): #008800
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_17 (QColor): #0055be
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_18 (QColor): #005074
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_19 (QColor): #008000
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_2 (QColor): #fc7e00
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_20 (QColor): #3d3d3d
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_21 (QColor): #393939
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_22 (QColor): #00557f
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_23 (QColor): #ee2d5a
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_24 (QColor): #cccccc
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_26 (QColor): #ff5500
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_29 (QColor): #bf0000
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_3 (QColor): #aa557f
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_30 (QColor): #007e00
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_31 (QColor): #282828
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_4 (QColor): #000000
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_5 (QColor): #3d3d3d
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_6 (QColor): #3d3d3d
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_7 (QColor): #00557f
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_8 (QColor): #282828
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/ForegroundColor_9 (QColor): #00aa7f
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Italic_0 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Italic_1002 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Italic_1006 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Italic_18 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Italic_24 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Italic_7 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Name (QString): IgorP_Light
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Underline_0 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Underline_12 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Underline_14 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Underline_24 (QString): false
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Underline_26 (QString): true
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Underline_31 (QString): true
FileDialog/LastPath (QString): /home/igorp/Pictures
FileDialog/LastPath-InsertAttachment (QString): /home/igorp/Downloads/Mikroprojekt
FileDialog/LastPath-InsertImage (QString): /home/igorp/Pictures
FileDialog/LastPath-NotePDFExport (QString): /home/igorp/Downloads
FileDialog/LastPath-PreviewHTMLFileExport (QString): /home/igorp/Documents
FileDialog/LastPath-SchemaExport (QString): /home/igorp/Documents/App_settings/QOwnNotes
ImageDialog/disableCopying (QString): false
ImageDialog/geometry (QByteArray): <binary data>
IssueAssistantDialog/geometry (QByteArray): <binary data>
LastUpdateCheck (QDateTime): 2025-09-27T13:22:39.553
LinkDialog/geometry (QByteArray): <binary data>
LinkDialog/lastSelectedFileUrl (QString): file:///home/igorp/Downloads/Word2016-zadaci.7z
LocalTrashDialog/geometry (QByteArray): <binary data>
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): <binary data>
MainWindow/mainToolBar.iconSize (int): 22
MainWindow/menuBarGeometry (QByteArray): <binary data>
MainWindow/noteSubFolderTreeWidgetExpandState-2 (QStringList): Database/Oracle, Business/Clients/Infokatedra/INA-2015, Business, 10_BUSINESS, 10_CAREER/Employers/Cenosco, 10_CAREER/Clients/Basler, 03_COMMUNICATION/Python, 03_COMMUNICATION/Database, 10_CAREER, 10_CAREER/Employers, 04_HOME_AND_FAMILY, 05_FUN, 05_FUN/Art Culture, 05_FUN/Art Culture/Poems
MainWindow/noteTextEdit.code.font (QString): Fira Code Retina,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular
MainWindow/noteTextEdit.font (QString): Serif,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
MainWindow/noteTextView.code.font (QString): Noto Mono,11,-1,0,400,0,0,0,0,0,0,0,0,0,0,1
MainWindow/noteTextView.font (QString): Noto Sans,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
MainWindow/noteTextView.ignoreCodeFontSize (bool): true
MainWindow/noteTextView.refreshDebounceTime (int): 300
MainWindow/noteTextView.rtl (bool): false
MainWindow/noteTextView.underline (bool): true
MainWindow/noteTextView.useEditorStyles (bool): true
MainWindow/noteTextView.useInternalExportStyling (bool): true
MainWindow/showNotesFromAllNoteSubFolders (QString): true
MainWindow/tagTreeWidgetExpandState-2 (QStringList): 5, 4
MessageBoxOverride/insert-media-use-existing-image (QString): 16384
MessageBoxOverride/local-trash-notes-removed (QString): 1024
MessageBoxOverride/local-trash-remove-notes (QString): 16384
MessageBoxOverride/move-notes (QString): 16384
MessageBoxOverride/note-replace-links (QString): 16384
MessageBoxOverride/remove-folders (QString): 16384
MessageBoxOverride/remove-note (QString): 16384
MessageBoxOverride/remove-notes (QString): 16384
MessageBoxOverride/remove-tags (QString): 16384
MessageBoxOverride/remove-workspace (QString): 16384
MessageBoxOverride/script-install-successful (QString): 1024
MessageBoxOverride/tag-notes (QString): 16384
NoteDialog/geometry (QByteArray): <binary data>
NoteDialog/tabWidgetIndex (QString): 1
NoteFolder-2/NoteTabNameList (QStringList): 2 - Bisnode - razgovor za posao
NoteFolder-2/NoteTabStickinessList (QStringList): empty
NoteFolder-2/NoteTabSubFolderPathDataList (QStringList):

10_CAREER
Employers
Bisnode

NoteHistory-2 (QVariantList): <variant list with 200 item(s)>
NoteHistoryCurrentIndex-2 (int): 199
PasswordDialog/geometry (QByteArray): <binary data>
PersistentScripting/MdNT/pyCommand (QString): python3
PiwikClientId (QString): <hidden>
Printer/NotePDFExport (QByteArray): <binary data>
ScriptRepositoryDialog/geometry (QByteArray): <binary data>
ScriptRepositoryDialog/mainSplitterState (QByteArray): <binary data>
SearchEngineId (int): 0
SettingsDialog/geometry (QByteArray): <binary data>
SettingsDialog/mainSplitterState (QByteArray): <binary data>
ShareDialog/geometry (QByteArray): <binary data>
Shortcuts/MainWindow-actionInsert_current_time (QKeySequence): Ctrl+F5
Shortcuts/MainWindow-actionSwitch_to_previous_workspace (QKeySequence): Ctrl+Alt+P
Shortcuts/MainWindow-action_Find_text_in_note (QKeySequence): Ctrl+F
Shortcuts/MainWindow-action_Quit (QKeySequence): Ctrl+Alt+Q
Shortcuts/MainWindow-customAction_addHighlights (QKeySequence): Alt+=
Shortcuts/MainWindow-customAction_addMultipleTags (QKeySequence): Alt+T
Shortcuts/MainWindow-customAction_duplicateNote (QKeySequence): Alt+D
Shortcuts/MainWindow-customAction_exportHTML (QKeySequence): Alt+H
Shortcuts/MainWindow-customAction_fixListNumbers (QString): empty
Shortcuts/MainWindow-customAction_insertText (QString): empty
Shortcuts/MainWindow-customAction_insertToc (QKeySequence): empty
Shortcuts/MainWindow-customAction_mergeNotes (QKeySequence): Alt+M
Shortcuts/MainWindow-customAction_noteLinkToClipboard (QKeySequence): Alt+L
Shortcuts/MainWindow-customAction_sortLinesAsc (QKeySequence): Ctrl+Alt+Up
Shortcuts/MainWindow-customAction_sortLinesDesc (QKeySequence): Ctrl+Alt+Down
Shortcuts/MainWindow-customAction_toggle-comment (QKeySequence): Ctrl+Q
Shortcuts/MainWindow-restoreWorkspace-0b4b36f7-44b6-4324-83a7-4c04f4e76d22 (QKeySequence): Alt+5
Shortcuts/MainWindow-restoreWorkspace-3bfb0457-c111-4fc2-80a3-4b07a3bd5a7b (QKeySequence): Alt+2
Shortcuts/MainWindow-restoreWorkspace-54a4391b-1026-492e-93f0-704e9a4474af (QString): Alt+4
Shortcuts/MainWindow-restoreWorkspace-cd9bd7b7-42b1-47cd-8bd3-e0bf3c5973eb (QString): Alt+3
Shortcuts/MainWindow-restoreWorkspace-initial (QKeySequence): Alt+3
ShowSystemTray (bool): false
StartHidden (bool): false
StoredAttachmentsDialog/geometry (QByteArray): <binary data>
TableDialog/geometry (QByteArray): <binary data>
TagAddDialog/geometry (QByteArray): <binary data>
TrashDialog/geometry (QByteArray): <binary data>
UpdateDialog/geometry (QByteArray): <binary data>
WelcomeDialog/geometry (QByteArray): <binary data>
acceptAllExternalModifications (bool): false
ai/groq/apiKey (QString): <hidden>
ai/openai/apiKey (QString): <hidden>
ai/responseTimeout (int): 15
allowNoteEditing (bool): true
allowOnlyOneAppInstance (bool): true
appMetrics/disableAppHeartbeat (bool): false
appMetrics/disableTracking (bool): false
appMetrics/notificationShown (QString): true
autoReadOnlyMode (bool): false
autoReadOnlyModeTimeout (int): 30
automaticNoteFolderDatabaseClosing (bool): false
checkSpelling (QString): false
closeTodoListAfterSave (bool): false
cryptoKey (QString): <hidden>
currentNoteFolderId (QString): 2
currentWorkspace (QString): 3bfb0457-c111-4fc2-80a3-4b07a3bd5a7b
cursorWidth (int): 1
darkMode (bool): false
darkModeColors (bool): false
darkModeIconTheme (bool): false
darkModeTrayIcon (bool): false
defaultNoteFileExtension (QString): md
demoNotesCreated (QString): true
disableAutomaticUpdateDialog (bool): true
disableSavedSearchesAutoCompletion (bool): false
dockWasInitializedOnce (QString): true
enableNoteTree (bool): false
enableSocketServer (bool): false
enableWebAppSupport (bool): false
externalEditorPath (QString): empty
fullyHighlightedBlockquotes (bool): true
gitCommitInterval (int): 30
gitExecutablePath (QString): empty
gitLogCommand (QString): empty
guiFirstRunInit (bool): true
hideIconsInMenus (bool): false
hideTabCloseButton (bool): false
ignoreAllExternalModifications (bool): false
ignoreAllExternalNoteFolderChanges (bool): false
ignoreNoteSubFolders (QString): ^\.
ignoredNoteFiles (QString): empty
imageScaleDown (bool): false
imageScaleDownMaximumHeight (int): 1024
imageScaleDownMaximumWidth (int): 800
initialLayoutIdentifier (QString): full-vertical
insertTimeFormat (QString): ddd, dd.MM.yyyy. hh:mm:ss
interfaceFontSize (int): 15
interfaceLanguage (QString): empty
interfaceScalingFactor (int): 100
internalIconTheme (bool): false
itemHeight (int): 28
legacyLinking (bool): false
localTrash/autoCleanupDays (int): 30
localTrash/autoCleanupEnabled (bool): true
localTrash/supportEnabled (bool): true
localTrashSplitterSizes (QByteArray): <binary data>
markdownHighlightingEnabled (bool): true
maxNoteFileSize (int): 1048576
navigationPanelAutoSelect (bool): true
navigationPanelHideSearch (bool): false
networking/ignoreSSLErrors (bool): true
networking/proxyType (int): 2
newNoteAskHeadline (bool): false
noteEditIsCentralWidget (bool): false
noteFileExtensionList (QStringList): md, txt
noteListPreview (bool): false
noteSaveIntervalTime (int): 10
noteSubfoldersPanelDisplayAsFullTree (bool): true
noteSubfoldersPanelHideSearch (bool): false
noteSubfoldersPanelOrder (int): 0
noteSubfoldersPanelShowFullPath (bool): false
noteSubfoldersPanelShowNotesRecursively (bool): false
noteSubfoldersPanelShowRootFolderName (bool): true
noteSubfoldersPanelSort (int): 0
noteSubfoldersPanelTabsUnsetAllNotesSelection (bool): false
notesPanelOrder (int): 0
notesPanelSort (int): 0
notesPath (QString): /home/igorp/Documents/Knowledge
notifyAllExternalModifications (bool): false
overrideInterfaceFontSize (bool): true
overrideInterfaceScalingFactor (bool): false
ownCloud/supportEnabled (bool): true
ownCloud/todoCalendarBackend (int): 3
ownCloud/todoCalendarCalDAVPassword (QString): <hidden>
ownCloud/todoCalendarCalDAVServerUrl (QString): empty
ownCloud/todoCalendarCalDAVUsername (QString): empty
ownCloud/todoCalendarCloudConnectionId (int): 1
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
restoreCursorPosition (bool): true
restoreLastNoteAtStartup (bool): true
restoreNoteTabs (bool): true
savedSearches/noteFolder-2 (QStringList): Note 2025-08-27 21h04s45, python, 1 - Bisnode - oglas, Note 2024-12-26T18.57.29, Note 2024-12-26T18.53.38, Note 2024-12-26T18.52.42, Note 2024-12-26T18.46.26, Note 2024-12-26T18.40.35, Note 2024-12-26T18.37.10, Note 2024-12-26T15.40.34, Note 2024-12-26T15.28.12, Note 2024-12-26T15.23.47, Note 2024-12-26T14.41.12, Note 2024-12-26T14.39.16, Note 2024-12-26T14.38.18, Note 2024-12-26T14.24.22, Note 2024-12-26T14.02.00, Note 2024-12-24T11.33.08, Note 2024-12-21T23.45.07, Note 2024-12-21T23.03.08, Note 2024-12-21T22.54.38, Note 2024-12-21T22.52.50, Note 2024-12-21T21.32.26, Note 2024-12-21T21.27.35, Note 2024-12-21T21.25.39, Note 2024-12-21T21.24.20, Note 2024-12-21T21.23.23, Note 2024-12-21T21.22.31, Note 2024-12-21T21.21.46, Note 2024-12-21T21.20.25, Note 2024-12-21T21.18.23, Note 2024-12-21T21.14.17, Note 2024-12-21T21.07.15, Note 2024-12-21T20.51.56, Note 2024-12-21T20.44.24, Note 2024-12-21T17.39.15, Note 2024-12-21T17.15.59, Note 2024-12-21T17.14.23, Note 2024-12-21T17.13.53, Note 2024-12-21T17.13.17, Note 2024-12-21T17.08.38, Note 2024-12-21T17.07.47, Note 2024-12-21T17.02.22, Note 2024-08-14T23.52.08, Note 2024-08-14T23.51.13, Note 2024-08-14T21.03.09, Syllabus - MS Project, KDE Kate as Python IDE, Note 2024-06-09T11.36.40, sqlpars, Note 2024-05-11T13.33.32, Note 2024-03-05T20.07.26, Note 2024-03-05T20.05.06, Note 2024-03-02T18.37.36, Note 2024-03-02T17.41.04, Note 2024-03-02T17.40.12, Note 2024-02-04T19.15.21, Note 2024-02-04T19.13.53, Note 2024-02-04T19.11.35, Note 2024-02-04T18.47.29, Note 2024-02-04T18.21.53, Note 2024-02-04T16.09.08, Note 2024-02-04T12.26.17, Note 2024-02-04T12.13.13, Note 2024-02-04T12.09.26, Note 2024-02-03T20.28.32, Note 2024-02-03T20.19.49, Note 2024-02-03T20.13.18, Note 2024-02-01T23.22.10, Note 2024-02-01T23.20.06, Note 2024-02-01T23.18.32, Note 2024-02-01T22.06.56, atip, Note 2023-12-24T14.16.18, Note 2023-12-03T14.20.59, Note 2023-12-03T14.10.59, Note 2023-12-03T14.08.18, Note 2023-12-03T13.25.15, Note 2023-12-03T13.09.55, Note 2023-12-02T21.42.24, Note 2023-12-02T20.35.35, Note 2023-12-02T20.15.34, Note 2023-12-02T20.04.49, Note 2023-12-02T20.04.19, Note 2023-11-26T16.15.21, Note 2023-11-26T16.00.07, Note 2023-11-26T15.56.01, Note 2023-11-26T15.53.06, Note 2023-11-26T15.50.46, Note 2023-10-29T22.06.58, Note 2023-10-29T19.38.30, Note 2023-10-29T19.36.20, Note 2023-10-29T19.33.04, Note 2023-10-29T19.30.58, Note 2023-10-29T13.44.31, Note 2023-10-29T13.36.17, Note 2023-10-29T13.35.18, Note 2023-10-29T13.32.56, Note 2023-10-29T13.27.16, Note 2023-10-29T13.13.57
showMatches (bool): true
showMenuBar (bool): true
showStatusBar (bool): true
showStatusBarNotePath (bool): true
showStatusBarRelativeNotePath (bool): false
spellCheckLanguage (QString): auto
startInReadOnlyMode (bool): false
systemIconTheme (bool): true
tagWasAddedToNote (QString): true
taggingShowNotesRecursively (bool): false
tagsPanelHideNoteCount (bool): false
tagsPanelHideSearch (bool): false
tagsPanelOrder (int): 0
tagsPanelSort (int): 0
todoCalendarSupport (bool): true
toolbar/1/items (QStringList): actionFormat_text_bold, actionFormat_text_italic, actionStrike_out_text, actionInsert_code_block, actionInsert_block_quote
toolbar/1/name (QString): formattingToolbar
toolbar/1/title (QString): formatting toolbar
toolbar/2/items (QStringList): actionInsert_text_link, actionInsert_image, actionInsert_current_time
toolbar/2/name (QString): insertingToolbar
toolbar/2/title (QString): inserting toolbar
toolbar/3/items (QStringList): action_Encrypt_note, actionEdit_encrypted_note, actionDecrypt_note
toolbar/3/name (QString): encryptionToolbar
toolbar/3/title (QString): encryption toolbar
toolbar/4/items: empty
toolbar/4/name (QString): aiToolbar
toolbar/4/title (QString): AI 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/7/items (QString): action_Quit
toolbar/7/name (QString): quitToolbar
toolbar/7/title (QString): quit toolbar
toolbar/size (QString): 7
trashSplitterSizes (QByteArray): <binary data>
useNoteFolderButtons (bool): false
useSoftWrapInNoteEditor (QString): true
useUNIXNewline (bool): false
webAppClientService/serverUrl (QString): wss://app.qownnotes.org
webAppClientService/token (QString): <hidden>
webSocketServerService/bookmarksNoteName (QString): Bookmarks
webSocketServerService/bookmarksTag (QString): bookmarks
webSocketServerService/commandSnippetsNoteName (QString): Commands
webSocketServerService/commandSnippetsTag (QString): commands
webSocketServerService/port (int): 22222
workspace-0b4b36f7-44b6-4324-83a7-4c04f4e76d22/name (QString): Display
workspace-0b4b36f7-44b6-4324-83a7-4c04f4e76d22/noteSubFolderDockWidgetVisible (QString): true
workspace-0b4b36f7-44b6-4324-83a7-4c04f4e76d22/windowState (QByteArray): <binary data>
workspace-3bfb0457-c111-4fc2-80a3-4b07a3bd5a7b/name (QString): Work
workspace-3bfb0457-c111-4fc2-80a3-4b07a3bd5a7b/noteSubFolderDockWidgetVisible (bool): true
workspace-3bfb0457-c111-4fc2-80a3-4b07a3bd5a7b/windowState (QByteArray): <binary data>
workspace-initial/name (QString): Overview
workspace-initial/noteSubFolderDockWidgetVisible (bool): true
workspace-initial/windowState (QByteArray): <binary data>
workspaces (QStringList): initial, 3bfb0457-c111-4fc2-80a3-4b07a3bd5a7b, 0b4b36f7-44b6-4324-83a7-4c04f4e76d22

System environment

DBUS_SESSION_BUS_ADDRESS: unix:path=/run/user/1000/bus
DEBUGINFOD_URLS: https://debuginfod.archlinux.org
DESKTOP_SESSION: plasma
DISPLAY: :0
GTK2_RC_FILES: /etc/gtk-2.0/gtkrc:/home/igorp/.gtkrc-2.0:/home/igorp/.config/gtkrc-2.0
GTK3_MODULES: xapp-gtk3-module
GTK_MODULES: canberra-gtk-module
GTK_RC_FILES: /etc/gtk/gtkrc:/home/igorp/.gtkrc:/home/igorp/.config/gtkrc
HG: /usr/bin/hg
HOME: /home/igorp
ICEAUTHORITY: /run/user/1000/iceauth_fntNri
INVOCATION_ID: 5680ca8e257d4b92bbd7a1e5213ba779
JAVA_FONTS: /usr/share/fonts/TTF
JOURNAL_STREAM: 9:9975
KDE_APPLICATIONS_AS_SCOPE: 1
KDE_FULL_SESSION: true
KDE_SESSION_UID: 1000
KDE_SESSION_VERSION: 6
LANG: en_US.UTF-8
LC_ADDRESS: hr_HR.UTF-8
LC_IDENTIFICATION: hr_HR.UTF-8
LC_MEASUREMENT: hr_HR.UTF-8
LC_MONETARY: en_IE.UTF-8
LC_NAME: hr_HR.UTF-8
LC_NUMERIC: hr_HR.UTF-8
LC_PAPER: hr_HR.UTF-8
LC_TELEPHONE: hr_HR.UTF-8
LC_TIME: en_IE.UTF-8
LOGNAME: igorp
MAIL: /var/spool/mail/igorp
MANAGERPID: 1191
MEMORY_PRESSURE_WATCH: /sys/fs/cgroup/user.slice/user-1000.slice/user@1000.service/session.slice/plasma-plasmashell.service/memory.pressure
MEMORY_PRESSURE_WRITE: c29tZSAyMDAwMDAgMjAwMDAwMAA=
MOTD_SHOWN: pam
OLDPWD: /home/igorp
PAM_KWALLET5_LOGIN: /run/user/1000/kwallet5.socket
PATH: /home/igorp/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
PWD: /home/igorp
QT_AUTO_SCREEN_SCALE_FACTOR: 0
QT_LINUX_ACCESSIBILITY_ALWAYS_ON: 1
QT_SCREEN_SCALE_FACTORS: eDP-1=1;HDMI-1=1;
QT_WAYLAND_RECONNECT: 1
SESSION_MANAGER: local/laptop:@/tmp/.ICE-unix/1290,unix/laptop:/tmp/.ICE-unix/1290
SHELL: /bin/zsh
SYSTEMD_EXEC_PID: 1324
USER: igorp
XAUTHORITY: /tmp/xauth_NFuRWG
XDG_CONFIG_DIRS: /home/igorp/.config/kdedefaults:/etc/xdg:/usr/share/manjaro-kde-settings/xdg
XDG_CURRENT_DESKTOP: KDE
XDG_MENU_PREFIX: plasma-
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: 2
XDG_SESSION_PATH: /org/freedesktop/DisplayManager/Session1
XDG_SESSION_TYPE: x11
XDG_VTNR: 2
_JAVA_OPTIONS: -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions