Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[I] Numbered list #3197

Open
igorp74 opened this issue Dec 31, 2024 · 15 comments
Open

[I] Numbered list #3197

igorp74 opened this issue Dec 31, 2024 · 15 comments

Comments

@igorp74
Copy link

igorp74 commented Dec 31, 2024

Expected behaviour

Creating a numbered list like this, with nested items

  1. One
    2. Two
    3. Three

Actual behaviour

I have got flatten line with list items

  1. One 2. Two 3. Three

Steps to reproduce

Type:

  1. One
    2. Two
    3. Three

Relevant log output in the Log panel

Expand
[15:23:12] [status] No script updates were found
[15:23:13] [warning] "QNetworkReply error 203 from url https://wim.nl.tab.digital/index.php/apps/qownnotesapi/api/v1/note/app_info?format=json&notes_path=/Notes/&version_test=1: " "Error transferring https://wim.nl.tab.digital/index.php/apps/qownnotesapi/api/v1/note/app_info?format=json&notes_path=/Notes/&version_test=1 - server replied: Not Found"
[15:24:01] [status] Stored 1 note(s) to disk
[15:24:11] [status] Stored 1 note(s) to disk
[15:24:21] [status] Stored 1 note(s) to disk
[15:24:31] [status] Stored 1 note(s) to disk
[15:24:41] [status] Stored 1 note(s) to disk

Information about the application, settings and environment

Expand

QOwnNotes Debug Information

General Info

Current Date: Tue Dec 31 15:29:53 2024
Version: 24.12.7
Build date: Dec 28 2024
Build number: 1149
Platform: linux (xcb)
Operating System: Manjaro Linux
Build architecture: x86_64
Current architecture: x86_64
Release: AUR
Qt Version (build): 5.15.16
Qt Version (runtime): 5.15.16
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
Qt Debug: 0
Locale (system): en_US
Locale (interface): empty
Primary screen resolution: 1920x1080
Screen resolution(s): 1920x1080, 1920x1080
Icon theme: breeze
Notes in current note folder: 214
Calendar items: 0
Enabled scripts: 14
Database drivers: QIBASE, QSQLITE, QMARIADB, QMYSQL, QMYSQL3, QODBC, QODBC3, QPSQL, QPSQL7, QTDS, QTDS7

Server Info

serverUrl: https://wim.nl.tab.digital
appIsValid: no
notesPathExists: unknown
connectionErrorMessage: Error transferring https://wim.nl.tab.digital/index.php/apps/qownnotesapi/api/v1/note/app_info?format=json&notes_path=/Notes/ - server replied: Not Found

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: [email protected]
accountId: [email protected]

Enabled scripts

Script Custom note preview styling

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

{
    "customStylesheet": "body {margin-left: 30px;margin-right: 30px;}\n\nh1 {margin-top: 30px;margin-bottom: 10px;}\nh2 {margin-top: 20px;margin-bottom: 5px;}\nh3 {margin-top: 15px;margin-bottom: 5px;}\n\ndiv {color: #005074; font-size: 21px; font-style: italic;}\nmono {font-family: Fira Code; font-size: 14px;}\n\npbb {color: #005074;font-weight:bold;}\npbr {color: #fc2000;font-weight:bold;}\npbg {color: #008800;font-weight:bold;}\n\npib {color: #005074; font-style: italic;}\npir {color: #fc2000; font-style: italic;}\npig {color: #008800; font-style: italic;}\n\nth {background-color: #DEEBF6;}\nth1 {background-color: #ecec88;}\nt1 {color: #00557f; font-size: 21px;font-weight:bold;}\nt2 {color: #0074aa; font-size: 16px;font-weight: bold;}\nt3 {color: #e30000; font-size: 14px;font-weight: bold;}\nt4 {color: #fcfcfc; background-color: #0284C0;font-weight: bold;}\nt5 {color: #fcfcfc; background-color: #00428A;font-weight: bold;}\n\ncode {color: #CC2B59; background-color: #F9F2F4;}"
}

identifier: preview-styling
version: 0.0.5
minAppVersion: 20.6.0

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 (QString): false
Debug/fileLogging: empty
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 (QString): true
Editor/autoBracketRemoval (QString): true
Editor/centerCursor (QString): false
Editor/disableCursorBlinking (QString): false
Editor/editorWidthInDFMOnly (QString): true
Editor/highlightCurrentLine (QString): true
Editor/indentSize (QString): 4
Editor/removeTrailingSpaces (QString): false
Editor/showLineNumbers (QString): false
Editor/useTabIndent (QString): false
Editor/vimMode (QString): 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,50,0,0,0,0,0
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_1000 (QFont): DejaVu Sans Mono,15,-1,5,50,0,0,0,0,0
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_1001 (QFont): DejaVu Sans Mono,15,-1,5,50,0,0,0,0,0
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_1002 (QFont): DejaVu Sans Mono,15,-1,5,50,0,0,0,0,0
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_1003 (QFont): DejaVu Sans Mono,15,-1,5,50,0,0,0,0,0
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_1004 (QFont): DejaVu Sans Mono,15,-1,5,50,0,0,0,0,0
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_1005 (QFont): DejaVu Sans Mono,15,-1,5,50,0,0,0,0,0
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_1006 (QFont): DejaVu Sans Mono,15,-1,5,50,0,0,0,0,0
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_14 (QFont): Noto Serif Light,13,-1,5,50,0,0,0,0,0
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_18 (QFont): DejaVu Serif Condensed,11,-1,5,50,0,0,0,0,0
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_22 (QFont): Ligconsolata,11,-1,5,50,0,0,0,0,0
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_23 (QFont): Roboto Mono [GOOG],15,-1,5,50,0,0,0,0,0
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_26 (QFont): Sans Serif,11,-1,5,50,0,0,0,0,0
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_29 (QFont): Sans Serif,11,-1,5,50,0,0,0,0,0
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_3 (QFont): Sans Serif,11,-1,5,50,0,0,0,0,0
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_30 (QFont): Sans Serif,11,-1,5,50,0,0,0,0,0
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_4 (QFont): DejaVu Sans Mono,15,-1,5,50,0,0,0,0,0
EditorColorSchema-97ffa6c9-bd44-4e1c-842e-2f72096037f7/Font_9 (QFont): Sans Serif,11,-1,5,50,0,0,0,0,0
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): 2024-12-31T15:23:11.962
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 (QString): 22
MainWindow/menuBarGeometry (QByteArray): <binary data>
MainWindow/noteSubFolderTreeWidgetExpandState-2 (QStringList): Database/Oracle, Business/Clients/Infokatedra/INA-2015, Business, 10_BUSINESS, 10_CAREER/Employers, 10_CAREER/Clients/Infokatedra, 10_CAREER/Employers/Bisnode
MainWindow/noteTextEdit.code.font (QString): Fira Code Retina,11,-1,5,53,0,0,0,0,0,Regular
MainWindow/noteTextEdit.font (QString): Serif,12,-1,5,50,0,0,0,0,0
MainWindow/noteTextView.code.font (QString): Noto Mono,11,-1,0,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): 300
MainWindow/noteTextView.rtl (QString): false
MainWindow/noteTextView.underline (QString): true
MainWindow/noteTextView.useEditorStyles (QString): true
MainWindow/noteTextView.useInternalExportStyling (QString): true
MainWindow/showNotesFromAllNoteSubFolders (QString): false
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 (QString): Heading 1
NoteFolder-2/NoteTabStickinessList: empty
NoteFolder-2/NoteTabSubFolderPathDataList (QString): empty
NoteHistory-2 (QVariantList): <variant list with 200 item(s)>
NoteHistoryCurrentIndex-2 (QString): 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 (QString): 2
SettingsDialog/geometry (QByteArray): <binary data>
SettingsDialog/mainSplitterState (QByteArray): <binary data>
ShareDialog/geometry (QByteArray): <binary data>
Shortcuts/MainWindow-actionInsert_current_time (QString): Ctrl+F5
Shortcuts/MainWindow-actionSwitch_to_previous_workspace (QString): Ctrl+Alt+P
Shortcuts/MainWindow-action_Find_text_in_note (QString): Ctrl+F
Shortcuts/MainWindow-action_Quit (QString): Ctrl+Alt+Q
Shortcuts/MainWindow-customAction_addHighlights (QString): Alt+=
Shortcuts/MainWindow-customAction_addMultipleTags (QString): Alt+T
Shortcuts/MainWindow-customAction_duplicateNote (QString): Alt+D
Shortcuts/MainWindow-customAction_exportHTML (QString): Alt+H
Shortcuts/MainWindow-customAction_insertText (QString): empty
Shortcuts/MainWindow-customAction_insertToc (QString): empty
Shortcuts/MainWindow-customAction_mergeNotes (QString): Alt+M
Shortcuts/MainWindow-customAction_noteLinkToClipboard (QString): Alt+L
Shortcuts/MainWindow-customAction_sortLinesAsc (QString): Ctrl+Alt+Up
Shortcuts/MainWindow-customAction_sortLinesDesc (QString): Ctrl+Alt+Down
Shortcuts/MainWindow-customAction_toggle-comment (QString): Ctrl+Q
Shortcuts/MainWindow-restoreWorkspace-0b4b36f7-44b6-4324-83a7-4c04f4e76d22 (QString): Alt+5
Shortcuts/MainWindow-restoreWorkspace-3bfb0457-c111-4fc2-80a3-4b07a3bd5a7b (QString): 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 (QString): Alt+3
ShowSystemTray (QString): false
StartHidden (QString): 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 (QString): false
ai/groq/apiKey (QString): <hidden>
ai/openai/apiKey (QString): <hidden>
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): <hidden>
currentNoteFolderId (QString): 2
currentWorkspace (QString): 3bfb0457-c111-4fc2-80a3-4b07a3bd5a7b
cursorWidth (QString): 1
darkMode (QString): false
darkModeColors (QString): false
darkModeIconTheme (QString): false
darkModeTrayIcon (QString): false
defaultNoteFileExtension (QString): md
demoNotesCreated (QString): true
disableAutomaticUpdateDialog (QString): true
disableSavedSearchesAutoCompletion (QString): false
dockWasInitializedOnce (QString): true
enableNoteTree (QString): false
enableSocketServer (QString): false
enableWebAppSupport (QString): false
externalEditorPath (QString): empty
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): 800
initialLayoutIdentifier (QString): full-vertical
insertTimeFormat (QString): ddd, dd.MM.yyyy. hh:mm:ss
interfaceFontSize (QString): 15
interfaceLanguage (QString): empty
internalIconTheme (QString): false
itemHeight (QString): 28
legacyLinking (QString): false
localTrash/autoCleanupDays (QString): 30
localTrash/autoCleanupEnabled (QString): true
localTrash/supportEnabled (QString): true
localTrashSplitterSizes (QByteArray): <binary data>
markdownHighlightingEnabled (QString): true
maxNoteFileSize (QString): 1048576
navigationPanelAutoSelect (QString): true
navigationPanelHideSearch (QString): false
networking/ignoreSSLErrors (QString): true
networking/proxyType (QString): 2
newNoteAskHeadline (QString): false
noteEditIsCentralWidget (QString): false
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/igorp/Documents/Knowledge
notifyAllExternalModifications (QString): false
overrideInterfaceFontSize (QString): true
ownCloud/supportEnabled (QString): true
ownCloud/todoCalendarBackend (QString): 3
ownCloud/todoCalendarCalDAVPassword (QString): <hidden>
ownCloud/todoCalendarCalDAVServerUrl (QString): empty
ownCloud/todoCalendarCalDAVUsername (QString): empty
ownCloud/todoCalendarCloudConnectionId (QString): 1
ownCloud/todoCalendarDisplayNameList: empty
ownCloud/todoCalendarEnabledList: empty
ownCloud/todoCalendarEnabledUrlList: empty
ownCloud/todoCalendarUrlList: empty
ownCloudInfo/appIsValid (QString): false
ownCloudInfo/connectionErrorMessage (QString): Error transferring https://wim.nl.tab.digital/index.php/apps/qownnotesapi/api/v1/note/app_info?format=json&notes_path=/Notes/ - server replied: Not Found
ownCloudInfo/notesPathExistsText (QString): unknown
ownCloudInfo/serverVersion (QString): empty
previousWorkspace (QString): 0b4b36f7-44b6-4324-83a7-4c04f4e76d22
restoreCursorPosition (QString): true
restoreLastNoteAtStartup (QString): true
restoreNoteTabs (QString): true
savedSearches/noteFolder-2 (QStringList): 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, Note 2023-10-29T13.05.38, Note 2023-10-29T13.03.42
showMatches (QString): true
showMenuBar (bool): true
showStatusBar (bool): true
showStatusBarNotePath (QString): true
showStatusBarRelativeNotePath (QString): false
spellCheckLanguage (QString): auto
startInReadOnlyMode (QString): false
systemIconTheme (QString): true
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): 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 (QString): false
useSoftWrapInNoteEditor (QString): true
useUNIXNewline (QString): 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 (QString): 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 (QString): true
workspace-3bfb0457-c111-4fc2-80a3-4b07a3bd5a7b/windowState (QByteArray): <binary data>
workspace-initial/name (QString): Overview
workspace-initial/noteSubFolderDockWidgetVisible (QString): true
workspace-initial/windowState (QByteArray): <binary data>
workspaces (QStringList): initial, 3bfb0457-c111-4fc2-80a3-4b07a3bd5a7b, 0b4b36f7-44b6-4324-83a7-4c04f4e76d22

System environment

HOME: /home/igorp
JAVA_FONTS: /usr/share/fonts/TTF
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
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
SHELL: /bin/zsh
USER: igorp
XDG_RUNTIME_DIR: /run/user/1000
_JAVA_OPTIONS: -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
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
ICEAUTHORITY: /run/user/1000/iceauth_cPaBWm
KDE_APPLICATIONS_AS_SCOPE: 1
KDE_FULL_SESSION: true
KDE_SESSION_UID: 1000
KDE_SESSION_VERSION: 6
MOTD_SHOWN: pam
OLDPWD: /home/igorp
PAM_KWALLET5_LOGIN: /run/user/1000/kwallet5.socket
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;
SESSION_MANAGER: local/laptop:@/tmp/.ICE-unix/1273,unix/laptop:/tmp/.ICE-unix/1273
XAUTHORITY: /tmp/xauth_zlaGVs
XDG_CONFIG_DIRS: /home/igorp/.config/kdedefaults:/etc/xdg:/usr/share/manjaro-kde-settings/xdg
XDG_CURRENT_DESKTOP: KDE
XDG_MENU_PREFIX: plasma-
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
MANAGERPID: 1172
INVOCATION_ID: 9fbf52a2e23d4324839b0e73fb2b70b7
JOURNAL_STREAM: 9:14496
SYSTEMD_EXEC_PID: 1308
MEMORY_PRESSURE_WATCH: /sys/fs/cgroup/user.slice/user-1000.slice/[email protected]/session.slice/plasma-plasmashell.service/memory.pressure
MEMORY_PRESSURE_WRITE: c29tZSAyMDAwMDAgMjAwMDAwMAA=
QT_WAYLAND_RECONNECT: 1
QV4_GC_TIMELIMIT: 0

@igorp74
Copy link
Author

igorp74 commented Dec 31, 2024

Also, note that distance between 1st and 2nd bullets is larger than one between 2nd and 3rd.
For comparison, I added HTML code for the exact the same thing and it works as expected.

Screenshot_20241231-200352

@igorp74
Copy link
Author

igorp74 commented Dec 31, 2024

Minor sub-issue... Combined style Bold Underline works only with underline marks first, then bold ones. Vice versa is incomplete. I do not know if this is something it should be that way, but I can live with that :)

@pbek
Copy link
Owner

pbek commented Dec 31, 2024

It looks like that's not a valid ordered list syntax.
You are supposed to start with 1.
Try:

1. number
2. number
3. number
    1. number
    2. number
        1. number
        2. number
        3. number

image

@pbek
Copy link
Owner

pbek commented Dec 31, 2024

Combined style Bold Underline works only with underline marks first, then bold ones.

I guess the styles are overriding each others, depending on your settings for bold and underline.

@igorp74
Copy link
Author

igorp74 commented Dec 31, 2024

Regarding list... yes, If I type

  1. One
    then hit return for entering the new line, I would automatically get 2. as a number offered by application.
    Then when I hit the tab, I suppose to have sub-item with changed 2. to 1.

Now, if I skip tab to the left, I need to change 2. to 1. manually in order to work as expected, which is a lot of unnecessary typing for the nested item. Also, what's with the larger row height between first two rows ? HTML version works as expected. Markdown one is weird.

Screenshot_20241231-205206

@pbek
Copy link
Owner

pbek commented Dec 31, 2024

Also, what's with the larger row height between first two rows ?

Yeah. That's how the QTextBrowser renders it (also discussed in other issues). I don't think Qt will ever fix that.

@igorp74
Copy link
Author

igorp74 commented Dec 31, 2024

Can you adjust the code when you hit the TAB in numbered list to start with nested 1., not with continuous numbering ?
For Markdown is irrelevant to have 1, 2, 3. It is quite OK with all ones... Although, it is visually better to see where you at in the raw MD, but all nested things need manual intervention.

Screenshot_20241231-210329

@pbek
Copy link
Owner

pbek commented Dec 31, 2024

You can open a feature request, but I don't know if I want to mess with the numbering of existing lists. It's one thing to create a new number when you hit Enter, but it's a different thing when you are overwriting an existing number just because you press tab. That can go very wrong.

@igorp74
Copy link
Author

igorp74 commented Dec 31, 2024

You know that I have got 1, 2, 3 incremental numbers by default, so I need to delete them after enter if I would like to have nested item properly. It is not show-stopper, however, but it is annoying at times :)

@pbek
Copy link
Owner

pbek commented Dec 31, 2024

You know that I have got 1, 2, 3 incremental numbers by default

That's something you know, not the application.

Maybe the script Fix list numbers can help you.

@igorp74
Copy link
Author

igorp74 commented Dec 31, 2024

That's something you know, not the application.

I did not tell the application to do that :) More so, I would like to tell application how to do what I want, so I might resolve this.

Maybe the script Fix list numbers can help you.

Nah, tried.

@pbek
Copy link
Owner

pbek commented Dec 31, 2024

More so, I would like to tell application how to do what I want, so I might resolve this.

Time to write a script...

@igorp74
Copy link
Author

igorp74 commented Dec 31, 2024

Time to write a script...

It is time for New Years resolution, indeed :)

Happy New Year!

@pbek
Copy link
Owner

pbek commented Dec 31, 2024

Happy New Year and https://www.qownnotes.org/scripting/. 😁

@pbek
Copy link
Owner

pbek commented Dec 31, 2024

I'm looking forward to your contribution to https://github.com/qownnotes/scripts. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants