qownnotes / scripts

QOwnNotes script repository
http://www.qownnotes.org
GNU General Public License v3.0
101 stars 78 forks source link

Latex Math plugin is not working in QOwnNotes #126

Closed siran closed 3 years ago

siran commented 3 years ago

question

is this plugin being maintained?

Script name

Latex Math for QOwnNotes

Script authors

r00tr4v3n

Expected behaviour

render math latex formulas when enclosed with $ $

Actual behaviour

nothing happens

Steps to reproduce

write $x^2$ in QOwnNotes

pbek commented 3 years ago

@r00tr4v3n?

pbek commented 3 years ago

@siran, can you please post the output from the debug settings (see issue template). And is there any useful log output if you enable the log panel (see Window / Panels)? Please make sure you also enable debug logging in the log panel (by right-clicking on the panel and and selecting Debug in Options).

siran commented 3 years ago

I removed the logs because it was a lot of personal info I preferred not to share (paths, environment variables, etc...).

This seems related to this issue: https://github.com/qownnotes/scripts/pull/93, in which the $ sign seems to be changed by something else.

The HTML export is:

<html><head><meta charset="utf-8"/><style>h1 { margin: 5px 0 20px 0; }h2, h3 { margin: 10px 0 15px 0; }img { max-width: 100%; }pre { background-color: #f1f1f1; border-radius: 5px; padding: 10px; }pre > code { padding: 0; }table {border-spacing: 0; border-style: solid; border-width: 1px; border-collapse: collapse; margin-top: 0.5em;}th, td {padding: 2px 5px;}a { color: #FF9137; text-decoration: none; } pre, code { font-family: Consolas;  }pre { display: block; background-color: #f1f1f1; white-space: pre-wrap } code { padding: 3px; overflow: auto; line-height: 1.45em; background-color: #f1f1f1; border-radius: 5px; color: #000000; } .code-comment { color: #75715E; font-style: italic;} .code-string { color: #E6DB74;} .code-literal { color: #AE81FF;} .code-type { color: #66D9EF;} .code-builtin { color: #A6E22E;} .code-keyword { color: #F92672;} .code-other { color: #F92672;} body { font-family: "MS Shell Dlg 2"; font-size: 12pt; } </style></head><body class="export"><h1>latex math</h1>
<p><x-equation>x^2=1</x-equation></p>
</body></html>

Markdown export is:

latex math
==========

$x^2=1$

The plugin does not seem triggered because AFAIK the equation should be replaced by an image file.

Is the plugin working for you @pbek ?

pbek commented 3 years ago

It's hard to help you without any config and debug log output from the script... So we are talking about https://github.com/qownnotes/scripts/tree/master/latex-math? Do you have /usr/bin/klatexformula installed?

siran commented 3 years ago

I realized this extension might be only for Linux? I just installed the windows version for klatexformula and QON's LatexFormula extension doesn't seem to be working.

On Tue, Feb 16, 2021 at 12:36 AM Patrizio Bekerle notifications@github.com wrote:

It's hard to help you without any config and debug log output... So we are talking about https://github.com/qownnotes/scripts/tree/master/latex-math? Do you have /usr/bin/klatexformula installed?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/qownnotes/scripts/issues/126#issuecomment-779593892, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABL7IIJUA32OJENZCK5M3DS7H74ZANCNFSM4XTXV7FA .

pbek commented 3 years ago

Is there no log output? Did you set the correct path in the settings of the script?

r00tr4v3n commented 3 years ago

It should work regardless of the system as long as the path and the jar are correct. Edit: But I didn't test it on Windows.

siran commented 3 years ago

I see no place to configure any options [1]. But in fact in general I don't see options for script as I used to [2]. So It might be the plugin is not configured.

The script log says (Win), after 'reloading the scripting engine' [3]

[1] image

[2] image

[3]

[09:22:33] [scripting] loading script file: C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/preview-styling/preview-styling.qml
[09:22:33] [warning] QQmlComponent: Component is not ready
[09:22:33] [warning] script errors: (file:///C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/preview-styling/preview-styling.qml:1:1: module "QtQml" is not installed import QtQml 2.0 ^)
[09:22:33] [scripting] loading script file: C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/latex-math/latex-math.qml
[09:22:33] [warning] QQmlComponent: Component is not ready
[09:22:33] [warning] script errors: (file:///C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/latex-math/latex-math.qml:1:1: module "QtQml" is not installed import QtQml 2.13 ^)
[09:22:33] [scripting] loading script file: C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/in-note-text-tagging/in-note-text-tagging.qml
[09:22:33] [warning] QQmlComponent: Component is not ready
[09:22:33] [warning] script errors: (file:///C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/in-note-text-tagging/in-note-text-tagging.qml:1:1: module "QtQml" is not installed import QtQml 2.0 ^)
[09:22:33] [status] The scripting engine was reloaded
pbek commented 3 years ago

That's why the issue template ask for log output, etc... 😅 It seems like your QML library is damaged. It would be best to download QOwnNotes again from https://github.com/pbek/QOwnNotes/releases.

siran commented 3 years ago

Got it. Will do. Thanks. Please don't close the ticket, I'll update once I reinstall QON.

On Wed, Feb 17, 2021 at 9:36 AM Patrizio Bekerle notifications@github.com wrote:

That's why the issue template ask for log output, etc... 😅 It seems like your QML library is damaged. It would be best to download QOwnNotes again from https://github.com/pbek/QOwnNotes/releases.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/qownnotes/scripts/issues/126#issuecomment-780598030, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABL7IPR4O6CSDE7APTPJX3S7PH53ANCNFSM4XTXV7FA .

siran commented 3 years ago

Downloaded the new version. Latex Math still not working. Here's the log afer reinstalling, and below the QOwnNotes Debug Information. If you need the PATH plz let me know.

[22:15:18] [debug] filterNotesByTag - 'tags': QVector()
[22:15:18] [debug] filterNotesByTag - 'noteIdList': QVector()
[22:15:18] [debug] reloadTagTree
[22:15:18] [debug] handleScriptingNotesTagUpdating
[22:15:18] [debug] on_noteTreeWidget_itemSelectionChanged
[22:15:18] [warning] QTextCursor::setPosition: Position '79' out of range
[22:15:18] [debug] filterNotesByTag - 'tags': QVector()
[22:15:18] [debug] filterNotesByTag - 'noteIdList': QVector()
[22:15:18] [debug] updatePanelMenu - 'updatePanelMenu'
[22:15:18] [debug] updatePanelMenu - 'updatePanelMenu'
[22:15:18] [debug] updatePanelMenu - 'updatePanelMenu'
[22:15:18] [debug] updatePanelMenu - 'updatePanelMenu'
[22:15:18] [debug] updatePanelMenu - 'updatePanelMenu'
[22:15:18] [debug] updatePanelMenu - 'updatePanelMenu'
[22:15:18] [debug] updatePanelMenu - 'updatePanelMenu'
[22:15:18] [debug] updatePanelMenu - 'updatePanelMenu'
[22:15:18] [debug] updatePanelMenu - 'updatePanelMenu'
[22:15:18] [debug] updatePanelMenu - 'updatePanelMenu'
[22:15:18] [debug] updatePanelMenu - 'updatePanelMenu'
[22:15:18] [debug] updatePanelMenu - 'updatePanelMenu'
[22:15:18] [debug] updatePanelMenu - 'updatePanelMenu'
[22:15:18] [debug] updatePanelMenu - 'updatePanelMenu'
[22:15:18] [debug] updatePanelMenu - 'updatePanelMenu'
[22:15:18] [debug] reloadTagTree - 'noteSubFolderIds': QVector()
[22:15:18] [debug] Reply from "/qownnotes/scripts/master/in-note-text-tagging/info.json"
[22:15:18] [debug] Reply from info.qml request
[22:15:18] [debug] Reply from "/qownnotes/scripts/master/latex-math/info.json"
[22:15:18] [debug] Reply from info.qml request
[22:15:18] [debug] Reply from "/qownnotes/scripts/master/preview-styling/info.json"
[22:15:18] [debug] Reply from info.qml request
[22:15:20] [debug] Reply from "/index.php/apps/qownnotesapi/api/v1/note/app_info"
[22:15:20] [debug] Reply from app version test
[22:15:26] [warning] OpenType support missing for "MS Shell Dlg 2", script 12
[22:15:26] [warning] OpenType support missing for "Arial", script 12
[22:15:26] [warning] OpenType support missing for "MS UI Gothic", script 12
[22:15:26] [warning] OpenType support missing for "SimSun", script 12
[22:15:26] [warning] OpenType support missing for "MS Shell Dlg 2", script 11
[22:15:26] [warning] OpenType support missing for "Arial", script 11
[22:15:26] [warning] OpenType support missing for "MS UI Gothic", script 11
[22:15:26] [warning] OpenType support missing for "SimSun", script 11
[22:15:26] [warning] OpenType support missing for "MS Shell Dlg 2", script 32
[22:15:26] [warning] OpenType support missing for "Arial", script 32
[22:15:26] [warning] OpenType support missing for "MS UI Gothic", script 32
[22:15:26] [warning] OpenType support missing for "SimSun", script 32
[22:15:26] [warning] OpenType support missing for "MS Shell Dlg 2", script 13
[22:15:26] [warning] OpenType support missing for "Arial", script 13
[22:15:26] [warning] OpenType support missing for "MS UI Gothic", script 13
[22:15:26] [warning] OpenType support missing for "SimSun", script 13
[22:15:26] [warning] OpenType support missing for "MS Shell Dlg 2", script 20
[22:15:26] [warning] OpenType support missing for "Arial", script 20
[22:15:26] [warning] OpenType support missing for "MS UI Gothic", script 20
[22:15:26] [warning] OpenType support missing for "SimSun", script 20
[22:15:26] [warning] OpenType support missing for "Segoe UI", script 20
[22:15:26] [warning] OpenType support missing for "MS Shell Dlg 2", script 20
[22:15:26] [warning] OpenType support missing for "Arial", script 20
[22:15:26] [warning] OpenType support missing for "MS UI Gothic", script 20
[22:15:26] [warning] OpenType support missing for "SimSun", script 20
[22:15:27] [debug] cloudConnection: CloudConnection: <id>1 <name>"TabDigital" <serverUrl>"https://nd.nl.tab.digital" <username>"anmichel@gmail.com" <priority>1
[22:15:28] [status] No script updates were found
[22:15:28] [debug] Reply from "/search/code"
[22:15:28] [debug] Reply from code search
[22:15:28] [debug] parseCodeSearchReply - 'path': "custom-stylesheet/info.json"
[22:15:28] [debug] "Found script: custom-stylesheet"
[22:15:28] [debug] parseCodeSearchReply - 'path': "markdown-it/info.json"
[22:15:28] [debug] "Found script: markdown-it"
[22:15:28] [debug] parseCodeSearchReply - 'path': "preview-styling/info.json"
[22:15:28] [debug] "Found script: preview-styling"
[22:15:28] [debug] parseCodeSearchReply - 'path': "solar-calendar-integration/info.json"
[22:15:28] [debug] "Found script: solar-calendar-integration"
[22:15:28] [debug] parseCodeSearchReply - 'path': "dynamic-workspace/info.json"
[22:15:28] [debug] "Found script: dynamic-workspace"
[22:15:28] [debug] parseCodeSearchReply - 'path': "chinese-space-preview/info.json"
[22:15:28] [debug] "Found script: chinese-space-preview"
[22:15:28] [debug] parseCodeSearchReply - 'path': "critic-markup/info.json"
[22:15:28] [debug] "Found script: critic-markup"
[22:15:28] [debug] parseCodeSearchReply - 'path': "companion-select-text-insert/info.json"
[22:15:28] [debug] "Found script: companion-select-text-insert"
[22:15:28] [debug] parseCodeSearchReply - 'path': "vivaldi-notes/info.json"
[22:15:28] [debug] "Found script: vivaldi-notes"
[22:15:28] [debug] parseCodeSearchReply - 'path': "qownnotes-blog-post/info.json"
[22:15:28] [debug] "Found script: qownnotes-blog-post"
[22:15:28] [debug] parseCodeSearchReply - 'path': "duplicate-note/info.json"
[22:15:28] [debug] "Found script: duplicate-note"
[22:15:28] [debug] parseCodeSearchReply - 'path': "add-multiple-tags/info.json"
[22:15:28] [debug] "Found script: add-multiple-tags"
[22:15:28] [debug] parseCodeSearchReply - 'path': "export-checkboxes/info.json"
[22:15:28] [debug] "Found script: export-checkboxes"
[22:15:28] [debug] parseCodeSearchReply - 'path': "inbox/info.json"
[22:15:28] [debug] "Found script: inbox"
[22:15:28] [debug] parseCodeSearchReply - 'path': "fix-list-numbers/info.json"
[22:15:28] [debug] "Found script: fix-list-numbers"
[22:15:28] [debug] parseCodeSearchReply - 'path': "favorite-note/info.json"
[22:15:28] [debug] "Found script: favorite-note"
[22:15:28] [debug] parseCodeSearchReply - 'path': "note-from-jira-issue/info.json"
[22:15:28] [debug] "Found script: note-from-jira-issue"
[22:15:28] [debug] parseCodeSearchReply - 'path': "note-link-to-clipboard/info.json"
[22:15:28] [debug] "Found script: note-link-to-clipboard"
[22:15:28] [debug] parseCodeSearchReply - 'path': "toggle-checkbox/info.json"
[22:15:28] [debug] "Found script: toggle-checkbox"
[22:15:28] [debug] parseCodeSearchReply - 'path': "unwrap/info.json"
[22:15:28] [debug] "Found script: unwrap"
[22:15:28] [debug] parseCodeSearchReply - 'path': "outline-numbering/info.json"
[22:15:28] [debug] "Found script: outline-numbering"
[22:15:28] [debug] parseCodeSearchReply - 'path': "scribble/info.json"
[22:15:28] [debug] "Found script: scribble"
[22:15:28] [debug] parseCodeSearchReply - 'path': "external-note-open/info.json"
[22:15:28] [debug] "Found script: external-note-open"
[22:15:28] [debug] parseCodeSearchReply - 'path': "unique-note-id/info.json"
[22:15:28] [debug] "Found script: unique-note-id"
[22:15:28] [debug] parseCodeSearchReply - 'path': "github-headline/info.json"
[22:15:28] [debug] "Found script: github-headline"
[22:15:28] [debug] parseCodeSearchReply - 'path': "meeting-note/info.json"
[22:15:28] [debug] "Found script: meeting-note"
[22:15:28] [debug] parseCodeSearchReply - 'path': "disable-readonly-mode/info.json"
[22:15:28] [debug] "Found script: disable-readonly-mode"
[22:15:28] [debug] parseCodeSearchReply - 'path': "crowdin-translation-contributions/info.json"
[22:15:28] [debug] "Found script: crowdin-translation-contributions"
[22:15:28] [debug] parseCodeSearchReply - 'path': "html-export-table-sort/info.json"
[22:15:28] [debug] "Found script: html-export-table-sort"
[22:15:28] [debug] parseCodeSearchReply - 'path': "in-note-text-tagging/info.json"
[22:15:28] [debug] "Found script: in-note-text-tagging"
[22:15:28] [debug] Reply from "/qownnotes/scripts/master/preview-styling/info.json"
[22:15:28] [debug] Reply from info.qml request
[22:15:28] [debug] Reply from "/qownnotes/scripts/master/custom-stylesheet/info.json"
[22:15:28] [debug] Reply from info.qml request
[22:15:28] [debug] Reply from "/qownnotes/scripts/master/solar-calendar-integration/info.json"
[22:15:28] [debug] Reply from info.qml request
[22:15:28] [debug] Reply from "/qownnotes/scripts/master/markdown-it/info.json"
[22:15:28] [debug] Reply from info.qml request
[22:15:28] [debug] Reply from "/qownnotes/scripts/master/critic-markup/info.json"
[22:15:28] [debug] Reply from info.qml request
[22:15:28] [debug] Reply from "/qownnotes/scripts/master/dynamic-workspace/info.json"
[22:15:28] [debug] Reply from info.qml request
[22:15:28] [debug] Reply from "/qownnotes/scripts/master/chinese-space-preview/info.json"
[22:15:28] [debug] Reply from info.qml request
[22:15:28] [debug] Reply from "/qownnotes/scripts/master/companion-select-text-insert/info.json"
[22:15:28] [debug] Reply from info.qml request
[22:15:28] [debug] Reply from "/qownnotes/scripts/master/qownnotes-blog-post/info.json"
[22:15:28] [debug] Reply from info.qml request
[22:15:28] [debug] Reply from "/qownnotes/scripts/master/duplicate-note/info.json"
[22:15:28] [debug] Reply from info.qml request
[22:15:28] [debug] Reply from "/qownnotes/scripts/master/vivaldi-notes/info.json"
[22:15:28] [debug] Reply from info.qml request
[22:15:28] [debug] Reply from "/qownnotes/scripts/master/inbox/info.json"
[22:15:28] [debug] Reply from info.qml request
[22:15:28] [debug] Reply from "/qownnotes/scripts/master/export-checkboxes/info.json"
[22:15:28] [debug] Reply from info.qml request
[22:15:28] [debug] Reply from "/qownnotes/scripts/master/add-multiple-tags/info.json"
[22:15:28] [debug] Reply from info.qml request
[22:15:28] [debug] Reply from "/qownnotes/scripts/master/fix-list-numbers/info.json"
[22:15:28] [debug] Reply from info.qml request
[22:15:28] [debug] Reply from "/qownnotes/scripts/master/note-from-jira-issue/info.json"
[22:15:28] [debug] Reply from info.qml request
[22:15:28] [debug] Reply from "/qownnotes/scripts/master/favorite-note/info.json"
[22:15:28] [debug] Reply from info.qml request
[22:15:29] [debug] Reply from "/qownnotes/scripts/master/toggle-checkbox/info.json"
[22:15:29] [debug] Reply from info.qml request
[22:15:29] [debug] Reply from "/qownnotes/scripts/master/note-link-to-clipboard/info.json"
[22:15:29] [debug] Reply from info.qml request
[22:15:29] [debug] Reply from "/qownnotes/scripts/master/outline-numbering/info.json"
[22:15:29] [debug] Reply from info.qml request
[22:15:29] [debug] Reply from "/qownnotes/scripts/master/scribble/info.json"
[22:15:29] [debug] Reply from info.qml request
[22:15:29] [debug] Reply from "/qownnotes/scripts/master/external-note-open/info.json"
[22:15:29] [debug] Reply from info.qml request
[22:15:29] [debug] Reply from "/qownnotes/scripts/master/unwrap/info.json"
[22:15:29] [debug] Reply from info.qml request
[22:15:29] [debug] Reply from "/qownnotes/scripts/master/unique-note-id/info.json"
[22:15:29] [debug] Reply from info.qml request
[22:15:29] [debug] Reply from "/qownnotes/scripts/master/github-headline/info.json"
[22:15:29] [debug] Reply from info.qml request
[22:15:29] [debug] Reply from "/qownnotes/scripts/master/meeting-note/info.json"
[22:15:29] [debug] Reply from info.qml request
[22:15:29] [debug] Reply from "/qownnotes/scripts/master/crowdin-translation-contributions/info.json"
[22:15:29] [debug] Reply from info.qml request
[22:15:29] [debug] Reply from "/qownnotes/scripts/master/in-note-text-tagging/info.json"
[22:15:29] [debug] Reply from info.qml request
[22:15:29] [debug] Reply from "/qownnotes/scripts/master/disable-readonly-mode/info.json"
[22:15:29] [debug] Reply from info.qml request
[22:15:29] [debug] Reply from "/qownnotes/scripts/master/html-export-table-sort/info.json"
[22:15:29] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/search/code"
[22:15:46] [debug] Reply from code search
[22:15:46] [debug] parseCodeSearchReply - 'path': "epsilon-notes-tags/info.json"
[22:15:46] [debug] "Found script: epsilon-notes-tags"
[22:15:46] [debug] parseCodeSearchReply - 'path': "headline-depth/info.json"
[22:15:46] [debug] "Found script: headline-depth"
[22:15:46] [debug] parseCodeSearchReply - 'path': "selected-markdown-to-bbcode/info.json"
[22:15:46] [debug] "Found script: selected-markdown-to-bbcode"
[22:15:46] [debug] parseCodeSearchReply - 'path': "selected-markdown-to-slack/info.json"
[22:15:46] [debug] "Found script: selected-markdown-to-slack"
[22:15:46] [debug] parseCodeSearchReply - 'path': "external-note-diff/info.json"
[22:15:46] [debug] "Found script: external-note-diff"
[22:15:46] [debug] parseCodeSearchReply - 'path': "render-plantuml/info.json"
[22:15:46] [debug] "Found script: render-plantuml"
[22:15:46] [debug] parseCodeSearchReply - 'path': "taskwarrior/info.json"
[22:15:46] [debug] "Found script: taskwarrior"
[22:15:46] [debug] parseCodeSearchReply - 'path': "note-from-bitrix-task/info.json"
[22:15:46] [debug] "Found script: note-from-bitrix-task"
[22:15:46] [debug] parseCodeSearchReply - 'path': "encryption-keybase/info.json"
[22:15:46] [debug] "Found script: encryption-keybase"
[22:15:46] [debug] parseCodeSearchReply - 'path': "note-stats/info.json"
[22:15:46] [debug] "Found script: note-stats"
[22:15:46] [debug] parseCodeSearchReply - 'path': "combine-webpage-notes/info.json"
[22:15:46] [debug] "Found script: combine-webpage-notes"
[22:15:46] [debug] parseCodeSearchReply - 'path': "weather-stats/info.json"
[22:15:46] [debug] "Found script: weather-stats"
[22:15:46] [debug] parseCodeSearchReply - 'path': "text-highlights/info.json"
[22:15:46] [debug] "Found script: text-highlights"
[22:15:46] [debug] parseCodeSearchReply - 'path': "sort-lines/info.json"
[22:15:46] [debug] "Found script: sort-lines"
[22:15:46] [debug] parseCodeSearchReply - 'path': "indent-line/info.json"
[22:15:46] [debug] "Found script: indent-line"
[22:15:46] [debug] parseCodeSearchReply - 'path': "list-maker/info.json"
[22:15:46] [debug] "Found script: list-maker"
[22:15:46] [debug] parseCodeSearchReply - 'path': "paste-from-skype-history/info.json"
[22:15:46] [debug] "Found script: paste-from-skype-history"
[22:15:46] [debug] parseCodeSearchReply - 'path': "journal-entry/info.json"
[22:15:46] [debug] "Found script: journal-entry"
[22:15:46] [debug] parseCodeSearchReply - 'path': "file-export/info.json"
[22:15:46] [debug] "Found script: file-export"
[22:15:46] [debug] parseCodeSearchReply - 'path': "paste-latex-image/info.json"
[22:15:46] [debug] "Found script: paste-latex-image"
[22:15:46] [debug] parseCodeSearchReply - 'path': "merge-notes/info.json"
[22:15:46] [debug] "Found script: merge-notes"
[22:15:46] [debug] parseCodeSearchReply - 'path': "dictionary-autocomplete/info.json"
[22:15:46] [debug] "Found script: dictionary-autocomplete"
[22:15:46] [debug] parseCodeSearchReply - 'path': "insert-toc/info.json"
[22:15:46] [debug] "Found script: insert-toc"
[22:15:46] [debug] parseCodeSearchReply - 'path': "categorized-notes/info.json"
[22:15:46] [debug] "Found script: categorized-notes"
[22:15:46] [debug] parseCodeSearchReply - 'path': "symbol-buttons/info.json"
[22:15:46] [debug] "Found script: symbol-buttons"
[22:15:46] [debug] parseCodeSearchReply - 'path': "encryption-pgp/info.json"
[22:15:46] [debug] "Found script: encryption-pgp"
[22:15:46] [debug] parseCodeSearchReply - 'path': "selected-markdown-to-jira/info.json"
[22:15:46] [debug] "Found script: selected-markdown-to-jira"
[22:15:46] [debug] parseCodeSearchReply - 'path': "export-notes-as-one-html/info.json"
[22:15:46] [debug] "Found script: export-notes-as-one-html"
[22:15:46] [debug] parseCodeSearchReply - 'path': "paste-html-as-github-markdown/info.json"
[22:15:46] [debug] "Found script: paste-html-as-github-markdown"
[22:15:46] [debug] parseCodeSearchReply - 'path': "image-preview/info.json"
[22:15:46] [debug] "Found script: image-preview"
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/epsilon-notes-tags/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/external-note-diff/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/selected-markdown-to-slack/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/render-plantuml/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/selected-markdown-to-bbcode/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/headline-depth/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/note-from-bitrix-task/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/taskwarrior/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/encryption-keybase/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/combine-webpage-notes/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/weather-stats/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/note-stats/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/text-highlights/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/indent-line/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/list-maker/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/paste-from-skype-history/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/sort-lines/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/journal-entry/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/file-export/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/merge-notes/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/paste-latex-image/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/insert-toc/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/dictionary-autocomplete/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/categorized-notes/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/encryption-pgp/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/export-notes-as-one-html/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/symbol-buttons/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/selected-markdown-to-jira/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/paste-html-as-github-markdown/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:46] [debug] Reply from "/qownnotes/scripts/master/image-preview/info.json"
[22:15:46] [debug] Reply from info.qml request
[22:15:49] [debug] Reply from "/search/code"
[22:15:49] [debug] Reply from code search
[22:15:49] [debug] parseCodeSearchReply - 'path': "example-script/info.json"
[22:15:49] [debug] "Found script: example-script"
[22:15:49] [debug] parseCodeSearchReply - 'path': "latex-math/info.json"
[22:15:49] [debug] "Found script: latex-math"
[22:15:49] [debug] parseCodeSearchReply - 'path': "insert-text/info.json"
[22:15:49] [debug] "Found script: insert-text"
[22:15:49] [debug] parseCodeSearchReply - 'path': "yaml-nested-tags/info.json"
[22:15:49] [debug] "Found script: yaml-nested-tags"
[22:15:49] [debug] Reply from "/qownnotes/scripts/master/latex-math/info.json"
[22:15:49] [debug] Reply from info.qml request
[22:15:49] [debug] Reply from "/qownnotes/scripts/master/insert-text/info.json"
[22:15:49] [debug] Reply from info.qml request
[22:15:49] [debug] Reply from "/qownnotes/scripts/master/yaml-nested-tags/info.json"
[22:15:49] [debug] Reply from info.qml request
[22:15:54] [debug] Downloading: QUrl("https://raw.githubusercontent.com/qownnotes/scripts/master/latex-math/latex-math.qml")
[22:16:01] [warning] QQmlComponent: Component is not ready
[22:16:03] [scripting] loading script file: C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/preview-styling/preview-styling.qml
[22:16:03] [scripting] loading script file: C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/latex-math/latex-math.qml
[22:16:03] [warning] QQmlComponent: Component is not ready
[22:16:03] [warning] script errors: (file:///C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/latex-math/latex-math.qml:3:1: module "QtQuick" is not installed import QtQuick 2.0 ^)
[22:16:03] [scripting] loading script file: C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/in-note-text-tagging/in-note-text-tagging.qml
[22:16:03] [warning] QQmlComponent: Component is not ready
[22:16:12] [warning] QQmlComponent: Component is not ready
[22:16:14] [debug] initShortcuts - 'menuBarIsVisible': true
[22:16:14] [debug] cloudConnection: CloudConnection: <id>1 <name>"TabDigital" <serverUrl>"https://nd.nl.tab.digital" <username>"anmichel@gmail.com" <priority>1
[22:16:14] [debug] buildNotesIndex - 'noteSubFolderId': 0
[22:16:14] [debug] setupNoteFolderTables - 'database version': 14
[22:16:14] [debug] cloudConnection: CloudConnection: <id>1 <name>"TabDigital" <serverUrl>"https://nd.nl.tab.digital" <username>"anmichel@gmail.com" <priority>1
[22:16:14] [debug] loadNoteDirectoryList
[22:16:14] [debug] reloadTagTree
[22:16:14] [debug] handleScriptingNotesTagUpdating
[22:16:15] [debug] reloadTagTree - 'noteSubFolderIds': QVector()
[22:16:15] [debug] filterNotesByTag - 'tags': QVector()
[22:16:15] [debug] filterNotesByTag - 'noteIdList': QVector()
[22:16:15] [debug] reloadNoteSubFolderTree
[22:16:15] [debug] filterNotesByTag - 'tags': QVector()
[22:16:15] [debug] filterNotesByTag - 'noteIdList': QVector()
[22:16:15] [debug] reloadNoteSubFolderTree
[22:16:15] [debug] loadNoteDirectoryList
[22:16:15] [debug] reloadTagTree
[22:16:15] [debug] handleScriptingNotesTagUpdating
[22:16:15] [debug] filterNotesByTag - 'tags': QVector()
[22:16:15] [debug] filterNotesByTag - 'noteIdList': QVector()
[22:16:15] [debug] reloadTagTree
[22:16:15] [debug] handleScriptingNotesTagUpdating
[22:16:15] [debug] reloadTagTree - 'noteSubFolderIds': QVector()
[22:16:15] [debug] reloadTagTree - 'noteSubFolderIds': QVector()
[22:16:16] [debug] filterNotesByTag - 'tags': QVector()
[22:16:16] [debug] filterNotesByTag - 'noteIdList': QVector()
[22:16:16] [debug] reloadNoteSubFolderTree
[22:16:16] [debug] filterNotesByTag - 'tags': QVector()
[22:16:16] [debug] filterNotesByTag - 'noteIdList': QVector()
[22:16:16] [debug] filterNotesByTag - 'tags': QVector()
[22:16:16] [debug] filterNotesByTag - 'noteIdList': QVector()
[22:16:16] [debug] reloadTagTree
[22:16:16] [debug] handleScriptingNotesTagUpdating
[22:16:16] [debug] reloadTagTree - 'noteSubFolderIds': QVector()
[22:16:30] [status] Decreased font size to 11 pt
[22:16:36] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(0)
[22:16:36] [debug] filterNotesByTag - 'tags': QVector()
[22:16:36] [debug] filterNotesByTag - 'noteIdList': QVector()
[22:16:36] [debug] reloadTagTree
[22:16:36] [debug] handleScriptingNotesTagUpdating
[22:16:36] [debug] reloadTagTree - 'noteSubFolderIds': QVector()
[22:16:37] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(11)
[22:16:37] [debug] filterNotesByTag - 'tags': QVector()
[22:16:37] [debug] filterNotesByTag - 'noteIdList': QVector()
[22:16:37] [debug] reloadTagTree
[22:16:37] [debug] handleScriptingNotesTagUpdating
[22:16:37] [debug] reloadTagTree - 'noteSubFolderIds': QVector(11)
[22:16:38] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(0)
[22:16:38] [debug] filterNotesByTag - 'tags': QVector()
[22:16:38] [debug] filterNotesByTag - 'noteIdList': QVector()
[22:16:38] [debug] reloadTagTree
[22:16:38] [debug] handleScriptingNotesTagUpdating
[22:16:38] [debug] reloadTagTree - 'noteSubFolderIds': QVector(0)
[22:16:48] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(0)
[22:16:52] [debug] reloadTagTree
[22:16:52] [debug] handleScriptingNotesTagUpdating
[22:16:53] [debug] reloadTagTree - 'noteSubFolderIds': QVector(-1)
[22:17:06] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(0)
[22:17:06] [debug] reloadTagTree
[22:17:06] [debug] handleScriptingNotesTagUpdating
[22:17:06] [debug] reloadTagTree - 'noteSubFolderIds': QVector()
[22:17:08] [debug] on_noteTreeWidget_itemSelectionChanged
[22:17:08] [debug] setCurrentNote - 'note': Note: <id>1 <name>"latex math" <fileName>"latex math.md" <noteSubFolderId>0 <relativePath>"" <hasDirtyData>false - 'updateNoteText': true - 'updateSelectedNote': false
[22:17:08] [debug] added to history: NoteHistoryItem: <noteName>"latex math" <noteSubFolderPathData>"" <cursorPosition>0 <relativeScrollBarPosition>0
[22:17:15] [debug] storing note file: "latex math.md"
[22:17:15] [debug] stored note: Note: <id>1 <name>"latex math" <fileName>"latex math.md" <noteSubFolderId>0 <relativePath>"" <hasDirtyData>false
[22:17:15] [debug] storeUpdatedNotesToDisk - 'count': 1
[22:17:15] [status] Stored 1 note(s) to disk
QOwnNotes Debug Information
===========================

## General Info

**Current Date**: `Wed Feb 17 22:19:49 2021`
**Version**: `21.2.2`
**Build date**: `Feb 16 2021`
**Build number**: `812`
**Platform**: `windows`
**Operating System**: `Windows 10 Version 2009`
**Build architecture**: `x86_64`
**Current architecture**: `x86_64`
**Release**: `GitHub Actions`
**Qt Version (build)**: `5.15.2`
**Qt Version (runtime)**: `5.15.2`
**Portable mode**: `no`
**Settings path / key**: `\HKEY_CURRENT_USER\Software\PBE\QOwnNotes`
**Application database path**: `C:\Users\an\AppData\Roaming\PBE\QOwnNotes\QOwnNotes.sqlite`
**Application arguments**: `D:\Users\an\_bin\QOwnNotes\QOwnNotes.exe`
**Qt Debug**: `0`
**Locale (system)**: `en_US`
**Locale (interface)**: *empty*
**Primary screen resolution**: `1768x992`
**Icon theme**: `breeze-qownnotes`
**Notes in current note folder**: `81`
**Calendar items**: `0`
**Enabled scripts**: `3`

## Server Info

**serverUrl**: `https://nd.nl.tab.digital`
**appIsValid**: `no`
**notesPathExists**: `unknown`
**connectionErrorMessage**: `Unknown error`

## Spellchecking

**Enabled**: `false`
**Selected language**: `auto`
**Language codes**: `en_US, es_ANY`
**Language names**: `American English (United States), español de España (España)`
**Application dictionaries path**: `C:\Users\an\AppData\Roaming\PBE\QOwnNotes\dicts`

## Note folders

**currentNoteFolderId**: `1`

### Note folder `default`

**id**: `1`
**isCurrent**: `yes`
**activeTagId**: `-1`
**localPath**: `D:\Users\an\Nextcloud\Notes`
**remotePath**: `Notes`
**cloudConnectionId**: `1`
**isShowSubfolders**: `yes`
**isUseGit**: `no`
**activeNoteSubFolder name**: *empty*
**database file**: `D:\Users\an\Nextcloud\Notes\notes.sqlite`

## Cloud connections

### Cloud connection `TabDigital`

**id**: `1`
**isCurrent**: `yes`
**serverUrl**: `https://nd.nl.tab.digital`
**username**: `anmichel@gmail.com`

## Enabled scripts

### Script `Custom note preview styling`

**id**: `1`
**path**: `C:\Users\an\AppData\Roaming\PBE\QOwnNotes\scripts\preview-styling\preview-styling.qml`
**variablesJson**: 

{ "customStylesheet": "h2 {margin-left: 20px;}\nh3 {margin-left: 40px;}\nh4 {margin-left: 60px;}\npre {display:block !important; background-color:#edfced; width:100% !important;}\ncode {display:block !important; background-color:#edfced; width:100% !important;}\n\n" }

**identifier**: `preview-styling`
**version**: `0.0.5`
**minAppVersion**: `20.6.0`

### Script `Latex Math`

**id**: `2`
**path**: `C:\Users\an\AppData\Roaming\PBE\QOwnNotes\scripts\latex-math\latex-math.qml`
**variablesJson**: *empty*
**identifier**: `latex-math`
**version**: `0.0.5`
**minAppVersion**: `20.8.0`

### Script `@tag tagging in note text (experimental)`

**id**: `3`
**path**: `C:\Users\an\AppData\Roaming\PBE\QOwnNotes\scripts\in-note-text-tagging\in-note-text-tagging.qml`
**variablesJson**: 

{ "tagHighlightColor": "purple", "tagMarker": "@" }

**identifier**: `in-note-text-tagging`
**version**: `0.0.9`
**minAppVersion**: `20.6.0`

## Settings

**AboutDialog/geometry** (QByteArray): `<binary data>`
**ActionDialog/geometry** (QByteArray): `<binary data>`
**ActiveNoteHistoryItem** (NoteHistoryItem): `<binary data>`
**Debug/fakeOldVersionNumber** (QString): `false`
**Debug/fileLogging** (QString): `false`
**DictionaryManagerDialog/geometry** (QByteArray): `<binary data>`
**DictionaryManagerDialog/mainSplitterState** (QByteArray): `<binary data>`
**DistractionFreeMode/isEnabled** (QString): `false`
**DistractionFreeMode/menuBarGeometry** (QByteArray): `<binary data>`
**DistractionFreeMode/menuBarHeight** (int): `21`
**DistractionFreeMode/menuBarVisible** (QString): `true`
**DistractionFreeMode/windowState** (QByteArray): `<binary data>`
**Editor/ColorSchemes** (QStringList): `EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85`
**Editor/CurrentSchemaKey** (QString): `EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85`
**Editor/autoBracketClosing** (QString): `false`
**Editor/autoBracketRemoval** (QString): `false`
**Editor/centerCursor** (QString): `false`
**Editor/disableCursorBlinking** (QString): `false`
**Editor/editorWidthInDFMOnly** (QString): `true`
**Editor/highlightCurrentLine** (QString): `true`
**Editor/indentSize** (int): `4`
**Editor/removeTrailingSpaces** (QString): `false`
**Editor/useTabIndent** (QString): `false`
**Editor/vimMode** (QString): `false`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_-1** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_0** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_1** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_1000** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_1001** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_1002** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_1003** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_1004** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_1005** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_1006** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_11** (QString): `false`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_12** (QString): `false`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_13** (QString): `false`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_14** (QString): `false`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_15** (QString): `false`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_16** (QString): `false`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_17** (QString): `false`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_18** (QString): `false`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_19** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_2** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_21** (QString): `false`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_22** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_23** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_25** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_28** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_3** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_4** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_8** (QString): `false`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_-1** (QColor): `#ffffff`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_0** (QColor): `#fff8ef`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_1** (QColor): `#fff2e4`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_1000** (QColor): `#edfced`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_1001** (QColor): `#edfced`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_1002** (QColor): `#edfced`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_1003** (QColor): `#edfced`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_1004** (QColor): `#edfced`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_1005** (QColor): `#edfced`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_1006** (QColor): `#edfced`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_11** (QColor): `#aaf7ff`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_12** (QColor): `#f1f1f4`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_13** (QColor): `#f1f1f4`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_14** (QColor): `#f1f1f4`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_15** (QColor): `#f1f1f4`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_16** (QColor): `#f1f1f4`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_17** (QColor): `#f1f1f4`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_18** (QColor): `#f5f9d8`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_19** (QColor): `#e2e7e2`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_2** (QColor): `#fff2e4`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_21** (QColor): `#ebebeb`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_22** (QColor): `#f7f6ff`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_23** (QColor): `#edfced`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_25** (QColor): `#fffae2`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_28** (QColor): `#ebebeb`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_3** (QColor): `#edffed`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_4** (QColor): `#edfced`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_8** (QColor): `#dbf9e5`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Bold_12** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Bold_13** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Bold_14** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Bold_15** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Bold_16** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Bold_17** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Bold_8** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/FontSizeAdaption_12** (int): `110`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/FontSizeAdaption_13** (int): `108`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/FontSizeAdaption_14** (int): `106`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/FontSizeAdaption_15** (int): `104`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/FontSizeAdaption_16** (int): `102`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/FontSizeAdaption_17** (int): `100`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/FontSizeAdaption_8** (QString): `100`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_-1** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_0** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_1** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_10** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_1000** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_1001** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_1002** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_1003** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_1004** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_1005** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_1006** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_11** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_12** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_13** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_14** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_15** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_16** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_17** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_18** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_19** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_2** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_20** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_21** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_22** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_23** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_24** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_26** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_29** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_3** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_30** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_4** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_5** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_6** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_7** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_8** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_9** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_-1** (QColor): `#000000`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_0** (QColor): `#fc7e00`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_1** (QColor): `#fc7e00`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_10** (QColor): `#a3007b`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_1000** (QColor): `#f92672`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_1001** (QColor): `#3ba23f`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_1002** (QColor): `#908b74`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_1003** (QColor): `#636def`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_1004** (QColor): `#b57c50`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_1005** (QColor): `#ae81ff`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_1006** (QColor): `#f92672`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_11** (QColor): `#ababab`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_12** (QColor): `#00316e`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_13** (QColor): `#00316e`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_14** (QColor): `#00316e`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_15** (QColor): `#00316e`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_16** (QColor): `#00316e`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_17** (QColor): `#00316e`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_18** (QColor): `#aa0000`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_19** (QColor): `#008000`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_2** (QColor): `#fc7e00`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_20** (QColor): `#3d3d3d`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_21** (QColor): `#393939`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_22** (QColor): `#4e18b9`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_23** (QColor): `#006c00`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_24** (QColor): `#cccccc`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_26** (QColor): `#ff5500`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_29** (QColor): `#bf0000`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_3** (QColor): `#00bf00`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_30** (QColor): `#007e00`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_4** (QColor): `#006c00`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_5** (QColor): `#3d3d3d`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_6** (QColor): `#3d3d3d`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_7** (QColor): `#0057ae`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_8** (QColor): `#00428a`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_9** (QColor): `#a3007b`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Italic_7** (QString): `true`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Name** (QString): `Light (anm)`
**EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Underline_26** (QString): `true`
**FileDialog/LastPath** (QString): `C:/Users/an/Desktop`
**FileDialog/LastPath-InsertImage** (QString): `D:/Users/an/Nextcloud/Notes/media`
**FileDialog/LastPath-NoteHTMLExport** (QString): `C:/Users/an/Desktop`
**FileDialog/LastPath-NoteMarkdownExport** (QString): `C:/Users/an/Desktop`
**FileDialog/LastPath-NotePDFExport** (QString): `D:/Users/an/Downloads/tmp/basura`
**FileDialog/LastPath-PreviewHTMLFileExport** (QString): `D:/Users/an/Downloads/tmp/basura`
**ImageDialog/disableCopying** (QString): `true`
**ImageDialog/geometry** (QByteArray): `<binary data>`
**IssueAssistantDialog/geometry** (QByteArray): `<binary data>`
**LastUpdateCheck** (QDateTime): `2021-02-17T22:15:17.701`
**LinkDialog/geometry** (QByteArray): `<binary data>`
**LocalTrashDialog/geometry** (QByteArray): `<binary data>`
**LogWidget/criticalLog** (QString): `true`
**LogWidget/debugLog** (QString): `true`
**LogWidget/fatalLog** (QString): `true`
**LogWidget/infoLog** (QString): `true`
**LogWidget/scriptingLog** (QString): `true`
**LogWidget/statusLog** (QString): `true`
**LogWidget/warningLog** (QString): `true`
**MainWindow/geometry** (QByteArray): `<binary data>`
**MainWindow/mainToolBar.iconSize** (int): `24`
**MainWindow/menuBarGeometry** (QByteArray): `<binary data>`
**MainWindow/noteSubFolderTreeWidgetExpandState-1** (QStringList): `annalect, CineMestizo, CineMestizo/do, _CineMestizo, __personal, knowledge`
**MainWindow/noteTextEdit.code.font** (QString): `Consolas,11,-1,5,50,0,0,0,0,0,Regular`
**MainWindow/noteTextEdit.font** (QString): `MS Shell Dlg 2,11,-1,5,50,0,0,0,0,0,Regular`
**MainWindow/noteTextView.code.font** (QString): `Courier New,9,-1,2,50,0,0,0,0,0`
**MainWindow/noteTextView.font** (QString): `MS Shell Dlg 2,8.25,-1,5,50,0,0,0,0,0`
**MainWindow/noteTextView.ignoreCodeFontSize** (QString): `true`
**MainWindow/noteTextView.rtl** (QString): `false`
**MainWindow/noteTextView.underline** (QString): `true`
**MainWindow/noteTextView.useEditorStyles** (QString): `true`
**MainWindow/noteTextView.useInternalExportStyling** (QString): `true`
**MainWindow/showNotesFromAllNoteSubFolders** (QString): `false`
**MessageBoxOverride/move-notes** (int): `16384`
**MessageBoxOverride/note-replace-links** (int): `16384`
**MessageBoxOverride/tag-notes** (int): `16384`
**MessageBoxOverride/update-and-restart** (int): `16384`
**NoteDialog/geometry** (QByteArray): `<binary data>`
**NoteFolder-1/NoteTabNameList** (QStringList): *empty*
**NoteFolder-1/NoteTabStickinessList** (QStringList): *empty*
**NoteFolder-1/NoteTabSubFolderPathDataList** (QStringList): *empty*
**NoteFolder-1/allowDifferentNoteFileName** (QString): `false`
**NoteHistory-1** (QVariantList): `<variant list with 200 item(s)>`
**NoteHistoryCurrentIndex-1** (int): `199`
**OrphanedAttachmentsDialog/geometry** (QByteArray): `<binary data>`
**OrphanedImagesDialog/geometry** (QByteArray): `<binary data>`
**PiwikClientId** (QString): `<hidden>`
**Printer/NotePDFExportOrientation** (int): `0`
**Printer/NotePDFExportPageSize** (int): `10`
**Printer/NotePrinting** (QByteArray): `<binary data>`
**ScriptRepositoryDialog/geometry** (QByteArray): `<binary data>`
**ScriptRepositoryDialog/mainSplitterState** (QByteArray): `<binary data>`
**SearchEngineId** (int): `2`
**SettingsDialog/geometry** (QByteArray): `<binary data>`
**SettingsDialog/mainSplitterState** (QByteArray): `<binary data>`
**ShareDialog/geometry** (QByteArray): `<binary data>`
**ShowSystemTray** (QString): `true`
**StartHidden** (QString): `true`
**TagAddDialog/geometry** (QByteArray): `<binary data>`
**TodoDialog/geometry** (QByteArray): `<binary data>`
**TodoDialog/mainSplitterState** (QByteArray): `<binary data>`
**TodoDialog/showCompletedItems** (int): `0`
**TodoDialog/todoListSelectorSelectedItem** (QString): `Personal`
**UpdateDialog/geometry** (QByteArray): `<binary data>`
**WelcomeDialog/geometry** (QByteArray): `<binary data>`
**acceptAllExternalModifications** (QString): `true`
**allowNoteEditing** (QString): `true`
**allowOnlyOneAppInstance** (QString): `true`
**appMetrics/disableAppHeartbeat** (QString): `false`
**appMetrics/disableTracking** (QString): `false`
**appMetrics/notificationShown** (QString): `true`
**automaticNoteFolderDatabaseClosing** (QString): `true`
**checkSpelling** (QString): `false`
**closeTodoListAfterSave** (QString): `false`
**cryptoKey** (qlonglong): `<hidden>`
**currentNoteFolderId** (int): `1`
**currentWorkspace** (QString): `90ad17eb-ded6-423c-a886-856cd6dfc8e8`
**cursorWidth** (int): `1`
**customNoteFileExtensionList** (QStringList): *empty*
**darkMode** (QString): `false`
**darkModeColors** (QString): `false`
**darkModeIconTheme** (QString): `false`
**darkModeTrayIcon** (QString): `false`
**defaultNoteFileExtension** (QString): `md`
**demoNotesCreated** (QString): `true`
**disableAutomaticUpdateDialog** (QString): `false`
**disableSavedSearchesAutoCompletion** (QString): `false`
**dockWasInitializedOnce** (QString): `true`
**enableNoteTree** (QString): `false`
**enableSocketServer** (QString): `false`
**externalEditorPath** (QString): *empty*
**fullyHighlightedBlockquotes** (QString): `false`
**gitCommitInterval** (int): `30`
**gitExecutablePath** (QString): *empty*
**gitLogCommand** (QString): *empty*
**guiFirstRunInit** (QString): `true`
**ignoreAllExternalModifications** (QString): `false`
**ignoreAllExternalNoteFolderChanges** (QString): `false`
**ignoreNoteSubFolders** (QString): `^\.`
**imageScaleDown** (QString): `false`
**imageScaleDownMaximumHeight** (int): `1024`
**imageScaleDownMaximumWidth** (int): `1024`
**initialLayoutIdentifier** (QString): `full`
**insertTimeFormat** (QString): *empty*
**interfaceFontSize** (int): `11`
**interfaceLanguage** (QString): *empty*
**internalIconTheme** (QString): `true`
**itemHeight** (int): `15`
**legacyLinking** (QString): `false`
**localTrash/autoCleanupDays** (int): `30`
**localTrash/autoCleanupEnabled** (QString): `true`
**localTrash/supportEnabled** (QString): `true`
**localTrashSplitterSizes** (QByteArray): `<binary data>`
**markdownHighlightingEnabled** (QString): `true`
**navigationPanelHideSearch** (QString): `false`
**networking/ignoreSSLErrors** (QString): `true`
**networking/proxyType** (int): `2`
**newNoteAskHeadline** (QString): `false`
**noteEditIsCentralWidget** (QString): `true`
**noteListPreview** (QString): `false`
**noteSaveIntervalTime** (int): `10`
**noteSubfoldersPanelDisplayAsFullTree** (QString): `true`
**noteSubfoldersPanelHideSearch** (QString): `false`
**noteSubfoldersPanelOrder** (int): `0`
**noteSubfoldersPanelShowFullPath** (QString): `false`
**noteSubfoldersPanelShowNotesRecursively** (QString): `false`
**noteSubfoldersPanelShowRootFolderName** (QString): `true`
**noteSubfoldersPanelSort** (int): `0`
**notesPanelOrder** (int): `0`
**notesPanelSort** (int): `1`
**notesPath** (QString): `D:/Users/an/Nextcloud/Notes`
**notifyAllExternalModifications** (QString): `false`
**overrideInterfaceFontSize** (QString): `false`
**ownCloud/supportEnabled** (QString): `false`
**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): `false`
**ownCloudInfo/connectionErrorMessage** (QString): `Unknown error`
**ownCloudInfo/notesPathExistsText** (QString): `unknown`
**ownCloudInfo/serverVersion** (QString): *empty*
**previousWorkspace** (QString): `initial`
**recentNoteFolders** (QStringList): `C:/Users/an/Dropbox/notes-qownnotes`
**restoreCursorPosition** (QString): `false`
**restoreLastNoteAtStartup** (QString): `true`
**restoreNoteTabs** (QString): `true`
**savedSearches/noteFolder-1** (QStringList): `reflexiones, latex math, 2021-02-14 - Lu, 2021-02-12 - chequeo MS, 2021-02-14, Todo - Personal, MS Appointment Jai Perumal, 2021-02-06, todo, Todo - Annalect, ToDo, Note 2020-09-21T23.13.54, Note 2020-09-21T22.41.47, Note 2020-09-14T20.56.18, Note 2020-09-09T09.39.52, Note 2020-07-28T22.54.55, Note 2020-07-27T09.56.02, Note 2020-07-16T12.30.51, Note 2020-07-07T11.59.45, Note 2020-07-06T22.03.47, Note 2020-07-02T10.20.47, Note 2020-07-01T12.51.42, Note 2020-06-30T17.13.12, Note 2020-06-30T11.54.31, Note 2020-06-29T12.40.20, Note 2020-06-25T12.32.24, Note 2020-06-19T18.16.26, Note 2020-06-18T20.41.01, Note 2020-06-18T12.13.35, Note 2020-06-15T11.28.34, Note 2020-06-08T22.26.31, Note 2020-06-08T09.46.58, Note 2020-06-06T17.10.02, Note 2020-06-06T15.23.12, Note 2020-06-05T10.37.15, Note 2020-06-04T11.04.30, Note 2020-05-25T22.36.40, Note 2020-05-18T11.47.38, Note 2020-05-18T10.32.12, Note 2020-05-14T15.06.15, Note 2020-05-12T11.49.00, Note 2020-04-30T10.57.37, Note 2020-04-29T12.50.34, Note 2020-04-23T12.10.53, Note 2020-04-17T12.14.47, Note 2020-04-17T10.13.43, Note 2020-04-15T20.10.25, Note 2020-04-14T14.18.11, Note 2020-04-14T12.52.50, Note 2020-04-14T12.21.37, Note 2020-04-14T12.21.11, Note 2020-04-07T20.28.48, Note 2020-04-03T08.57.42, Note 2020-03-13T09.15.40, Note 2020-02-27T21.16.08, Note 2020-02-22T16.14.55, Note 2020-02-22T13.05.35, Note 2020-02-20T19.49.53, Note 2020-02-19T19.00.24, Note 2020-02-09T16.24.59, Note 2020-02-08T20.02.59, Note 2020-01-27T18.25.43, Note 2020-01-27T18.24.31, Note 2020-01-27T18.21.40, Note 2020-01-27T18.21.12, Note 2020-01-12T13.26.38, Note 2020-01-02T21.14.59, All the matter in the universe HowStuffWorks, Note 2019-12-30T14.18.16, Note 2019-12-29T20.51.15, Note 2019-12-29T20.40.28, Note 2019-12-29T20.40.00, Note 2019-12-29T20.39.19, Note 2019-12-29T20.32.59, Note 2019-12-29T20.32.47, Note 2019-12-29T20.32.02, Note 2019-12-29T17.50.44`
**showMatches** (QString): `true`
**showMenuBar** (QString): `true`
**showStatusBar** (QString): `true`
**spellCheckLanguage** (QString): `auto`
**systemIconTheme** (QString): `false`
**tagWasAddedToNote** (QString): `true`
**taggingShowNotesRecursively** (QString): `false`
**tagsPanelHideNoteCount** (QString): `false`
**tagsPanelHideSearch** (QString): `false`
**tagsPanelOrder** (int): `0`
**tagsPanelSort** (int): `0`
**todoCalendarSupport** (QString): `true`
**toolbar/1/items** (QStringList): `action_New_note, action_Find_note, action_Remove_note, action_Open_note_in_external_editor, actionShow_local_trash, actionAllow_note_editing, , action_Back_in_note_history, action_Forward_in_note_history, , action_Find_text_in_note, actionReplace_in_current_note, , actionShow_versions, actionShow_trash, actionShare_note, , actionOpen_List`
**toolbar/1/name** (QString): `mainToolBar`
**toolbar/1/title** (QString): `main toolbar`
**toolbar/2/items** (QStringList): `actionFormat_text_bold, actionFormat_text_italic, actionStrike_out_text, actionInsert_code_block, actionInsert_block_quote`
**toolbar/2/name** (QString): `formattingToolbar`
**toolbar/2/title** (QString): `formatting toolbar`
**toolbar/3/items** (QStringList): `actionInsert_Link_to_note, actionInsert_image, actionInsert_current_time`
**toolbar/3/name** (QString): `insertingToolbar`
**toolbar/3/title** (QString): `inserting toolbar`
**toolbar/4/items** (QStringList): `action_Encrypt_note, actionEdit_encrypted_note, actionDecrypt_note`
**toolbar/4/name** (QString): `encryptionToolbar`
**toolbar/4/title** (QString): `encryption toolbar`
**toolbar/5/items** (QStringList): `actionWorkspaceComboBox, actionStore_as_new_workspace, actionRemove_current_workspace, actionRename_current_workspace, actionSwitch_to_previous_workspace, actionUnlock_panels, , actionToggle_distraction_free_mode, action_Increase_note_text_size, action_Decrease_note_text_size, action_Reset_note_text_size`
**toolbar/5/name** (QString): `windowToolbar`
**toolbar/5/title** (QString): `window toolbar`
**toolbar/6/items** (QStringList): `action_Quit`
**toolbar/6/name** (QString): `quitToolbar`
**toolbar/6/title** (QString): `quit toolbar`
**toolbar/size** (int): `6`
**useNoteFolderButtons** (QString): `false`
**useSoftWrapInNoteEditor** (QString): `true`
**useUNIXNewline** (QString): `true`
**webSocketServerService/bookmarksNoteName** (QString): `Bookmarks`
**webSocketServerService/bookmarksTag** (QString): `bookmarks`
**webSocketServerService/port** (int): `22222`
**webSocketServerService/token** (QString): `nX32BmDT`
**workspace-90ad17eb-ded6-423c-a886-856cd6dfc8e8/noteSubFolderDockWidgetVisible** (QString): `true`
**workspace-90ad17eb-ded6-423c-a886-856cd6dfc8e8/windowState** (QByteArray): `<binary data>`
**workspace-initial/name** (QString): `Full`
**workspace-initial/noteSubFolderDockWidgetVisible** (QString): `true`
**workspace-initial/windowState** (QByteArray): `<binary data>`
**workspaces** (QStringList): `initial`

## System environment

**ALLUSERSPROFILE**: `C:\ProgramData`
**APPDATA**: `C:\Users\an\AppData\Roaming`
**CommonProgramFiles**: `C:\Program Files\Common Files`
**CommonProgramFiles(x86)**: `C:\Program Files (x86)\Common Files`
**CommonProgramW6432**: `C:\Program Files\Common Files`
**COMPOSE_CONVERT_WINDOWS_PATHS**: `true`
**COMPUTERNAME**: `DOLLY`
**ComSpec**: `C:\WINDOWS\system32\cmd.exe`
**DokanLibrary1**: `C:\Program Files\Dokan\Dokan Library-1.2.0\`
**DokanLibrary1_LibraryPath_x64**: `C:\Program Files\Dokan\Dokan Library-1.2.0\lib\`
**DokanLibrary1_LibraryPath_x86**: `C:\Program Files\Dokan\Dokan Library-1.2.0\x86\lib\`
**DriverData**: `C:\Windows\System32\Drivers\DriverData`
**HOMEDRIVE**: `C:`
**HOMEPATH**: `\Users\an`
**LOCALAPPDATA**: `C:\Users\an\AppData\Local`
**LOGONSERVER**: `\\DOLLY`
**MOZ_PLUGIN_PATH**: `C:\Program Files (x86)\Foxit Software\Foxit Reader\Foxit Reader\plugins\`
**NUMBER_OF_PROCESSORS**: `12`
**OneDrive**: `C:\Users\an\OneDrive`
**OneDriveConsumer**: `C:\Users\an\OneDrive`
**OS**: `Windows_NT`
**ProgramData**: `C:\ProgramData`
**ProgramFiles**: `C:\Program Files`
**ProgramFiles(x86)**: `C:\Program Files (x86)`
**ProgramW6432**: `C:\Program Files`
**PSModulePath**: `%ProgramFiles%\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules`
**PUBLIC**: `C:\Users\Public`
**SESSIONNAME**: `Console`
**SystemDrive**: `C:`
**SystemRoot**: `C:\WINDOWS`
**TEMP**: `C:\Users\an\AppData\Local\Temp`
**TMP**: `C:\Users\an\AppData\Local\Temp`
**USERDOMAIN**: `DOLLY`
**USERDOMAIN_ROAMINGPROFILE**: `DOLLY`
**USERNAME**: `an`
**USERPROFILE**: `C:\Users\an`
**VBOX_MSI_INSTALL_PATH**: `C:\Program Files\Oracle\VirtualBox\`
**windir**: `C:\WINDOWS`
pbek commented 3 years ago

[22:16:03] [warning] QQmlComponent: Component is not ready

have you moved away your old QON folder before unzipping the new one? if not, please do so. there are still some deprecated or damaged qml libraries in your QON app folder...

siran commented 3 years ago

I renamed the old folder and uncompressed the new one in a new folder. I think I might not have restarted yet. Windows 10 .

siran commented 3 years ago

I also renamed temporarily the AppData/QON folder so that QON was started fresh. I also have restarted my computer since. Log message is still [1]. Is there some library -- QQmlComponent or alike -- that I'd need to manually install?

[1]

08:40:40] [scripting] loading script file: C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/preview-styling/preview-styling.qml
[08:40:40] [scripting] loading script file: C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/latex-math/latex-math.qml
[08:40:40] [warning] QQmlComponent: Component is not ready
[08:40:40] [warning] script errors: (file:///C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/latex-math/latex-math.qml:3:1: module "QtQuick" is not installed import QtQuick 2.0 ^)
[08:40:40] [scripting] loading script file: C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/in-note-text-tagging/in-note-text-tagging.qml
[08:40:40] [status] The scripting engine was reloaded
pbek commented 3 years ago

Can you please post the output from the debug settings again and a directory listing of the folder in Application arguments of that output.

siran commented 3 years ago

The error is module "QtQuick" is not installed import QtQuick 2.0v. Can I manually install this? How to force QON to perform reinstallation? Thanks!

Log Panel Output

[15:48:01] [scripting] loading script file: C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/latex-math/latex-math.qml
[15:48:01] [warning] QQmlComponent: Component is not ready
[15:48:01] [warning] script errors: (file:///C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/latex-math/latex-math.qml:3:1: module "QtQuick" is not installed import QtQuick 2.0 ^)
[15:48:01] [status] The scripting engine was reloaded

QOwnNotes Debug Information

General Info

Current Date: Sun Feb 21 15:31:53 2021 Version: 21.2.3 Build date: Feb 19 2021 Build number: 813 Platform: windows Operating System: Windows 10 Version 2009 Build architecture: x86_64 Current architecture: x86_64 Release: GitHub Actions Qt Version (build): 5.15.2 Qt Version (runtime): 5.15.2 Portable mode: no Settings path / key: \HKEY_CURRENT_USER\Software\PBE\QOwnNotes Application database path: C:\Users\an\AppData\Roaming\PBE\QOwnNotes\QOwnNotes.sqlite Application arguments: D:\Users\an\_bin\QOwnNotes\QOwnNotes.exe Qt Debug: 0 Locale (system): en_US Locale (interface): empty Primary screen resolution: 1768x992 Icon theme: breeze-qownnotes Notes in current note folder: 85 Calendar items: 0 Enabled scripts: 2

Server Info

serverUrl: https://nd.nl.tab.digital appIsValid: no notesPathExists: unknown connectionErrorMessage: Unknown error

Spellchecking

Enabled: false Selected language: auto Language codes: en_US, es_ANY Language names: American English (United States), español de España (España) Application dictionaries path: C:\Users\an\AppData\Roaming\PBE\QOwnNotes\dicts

Note folders

currentNoteFolderId: 1

Note folder default

id: 1 isCurrent: yes activeTagId: 4 localPath: D:\Users\an\Nextcloud\Notes remotePath: Notes cloudConnectionId: 1 isShowSubfolders: yes isUseGit: no activeNoteSubFolder name: empty database file: D:\Users\an\Nextcloud\Notes\notes.sqlite

Cloud connections

Cloud connection TabDigital

id: 1 isCurrent: yes serverUrl: https://nd.nl.tab.digital username: anmichel@gmail.com

Enabled scripts

Script Custom note preview styling

id: 1 path: C:\Users\an\AppData\Roaming\PBE\QOwnNotes\scripts\preview-styling\preview-styling.qml variablesJson:

{
    "customStylesheet": "h2 {margin-left: 20px;}\nh3 {margin-left: 40px;}\nh4 {margin-left: 60px;}\npre {display:block !important; background-color:#edfced; width:100% !important;}\ncode {display:block !important; background-color:#edfced; width:100% !important;}\n\n"
}

identifier: preview-styling version: 0.0.5 minAppVersion: 20.6.0

Script Latex Math

id: 2 path: C:\Users\an\AppData\Roaming\PBE\QOwnNotes\scripts\latex-math\latex-math.qml variablesJson: empty identifier: latex-math version: 0.0.5 minAppVersion: 20.8.0

Settings

AboutDialog/geometry (QByteArray): <binary data> ActionDialog/geometry (QByteArray): <binary data> ActiveNoteHistoryItem (NoteHistoryItem): <binary data> Debug/fakeOldVersionNumber (QString): false Debug/fileLogging (QString): false DictionaryManagerDialog/geometry (QByteArray): <binary data> DictionaryManagerDialog/mainSplitterState (QByteArray): <binary data> DistractionFreeMode/menuBarGeometry (QByteArray): <binary data> DistractionFreeMode/menuBarHeight (int): 21 DistractionFreeMode/menuBarVisible (QString): true DistractionFreeMode/windowState (QByteArray): <binary data> Editor/ColorSchemes (QStringList): EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85 Editor/CurrentSchemaKey (QString): EditorColorSchema-6033d61b-cb96-46d5-a3a8-20d5172017eb Editor/autoBracketClosing (QString): false Editor/autoBracketRemoval (QString): false Editor/centerCursor (QString): false Editor/disableCursorBlinking (QString): false Editor/editorWidthInDFMOnly (QString): true Editor/highlightCurrentLine (QString): true Editor/indentSize (int): 4 Editor/removeTrailingSpaces (QString): false Editor/useTabIndent (QString): false Editor/vimMode (QString): false EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_-1 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_0 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_1 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_1000 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_1001 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_1002 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_1003 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_1004 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_1005 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_1006 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_11 (QString): false EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_12 (QString): false EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_13 (QString): false EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_14 (QString): false EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_15 (QString): false EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_16 (QString): false EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_17 (QString): false EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_18 (QString): false EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_19 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_2 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_21 (QString): false EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_22 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_23 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_25 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_28 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_3 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_4 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColorEnabled_8 (QString): false EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_-1 (QColor): #ffffff EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_0 (QColor): #fff8ef EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_1 (QColor): #fff2e4 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_1000 (QColor): #edfced EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_1001 (QColor): #edfced EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_1002 (QColor): #edfced EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_1003 (QColor): #edfced EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_1004 (QColor): #edfced EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_1005 (QColor): #edfced EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_1006 (QColor): #edfced EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_11 (QColor): #aaf7ff EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_12 (QColor): #f1f1f4 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_13 (QColor): #f1f1f4 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_14 (QColor): #f1f1f4 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_15 (QColor): #f1f1f4 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_16 (QColor): #f1f1f4 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_17 (QColor): #f1f1f4 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_18 (QColor): #f5f9d8 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_19 (QColor): #e2e7e2 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_2 (QColor): #fff2e4 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_21 (QColor): #ebebeb EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_22 (QColor): #f7f6ff EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_23 (QColor): #edfced EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_25 (QColor): #fffae2 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_28 (QColor): #ebebeb EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_3 (QColor): #edffed EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_4 (QColor): #edfced EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/BackgroundColor_8 (QColor): #dbf9e5 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Bold_12 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Bold_13 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Bold_14 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Bold_15 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Bold_16 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Bold_17 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Bold_8 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/FontSizeAdaption_12 (int): 110 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/FontSizeAdaption_13 (int): 108 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/FontSizeAdaption_14 (int): 106 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/FontSizeAdaption_15 (int): 104 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/FontSizeAdaption_16 (int): 102 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/FontSizeAdaption_17 (int): 100 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/FontSizeAdaption_8 (QString): 100 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_-1 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_0 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_1 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_10 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_1000 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_1001 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_1002 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_1003 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_1004 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_1005 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_1006 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_11 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_12 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_13 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_14 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_15 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_16 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_17 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_18 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_19 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_2 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_20 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_21 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_22 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_23 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_24 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_26 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_29 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_3 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_30 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_4 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_5 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_6 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_7 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_8 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColorEnabled_9 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_-1 (QColor): #000000 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_0 (QColor): #fc7e00 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_1 (QColor): #fc7e00 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_10 (QColor): #a3007b EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_1000 (QColor): #f92672 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_1001 (QColor): #3ba23f EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_1002 (QColor): #908b74 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_1003 (QColor): #636def EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_1004 (QColor): #b57c50 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_1005 (QColor): #ae81ff EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_1006 (QColor): #f92672 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_11 (QColor): #ababab EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_12 (QColor): #00316e EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_13 (QColor): #00316e EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_14 (QColor): #00316e EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_15 (QColor): #00316e EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_16 (QColor): #00316e EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_17 (QColor): #00316e EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_18 (QColor): #aa0000 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_19 (QColor): #008000 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_2 (QColor): #fc7e00 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_20 (QColor): #3d3d3d EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_21 (QColor): #393939 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_22 (QColor): #4e18b9 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_23 (QColor): #006c00 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_24 (QColor): #cccccc EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_26 (QColor): #ff5500 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_29 (QColor): #bf0000 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_3 (QColor): #00bf00 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_30 (QColor): #007e00 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_4 (QColor): #006c00 EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_5 (QColor): #3d3d3d EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_6 (QColor): #3d3d3d EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_7 (QColor): #0057ae EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_8 (QColor): #00428a EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/ForegroundColor_9 (QColor): #a3007b EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Italic_7 (QString): true EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Name (QString): Light (anm) EditorColorSchema-f924ae92-89f0-478f-916f-d2927a41cf85/Underline_26 (QString): true FileDialog/LastPath (QString): C:/Users/an/Desktop FileDialog/LastPath-InsertImage (QString): D:/Users/an/Nextcloud/Notes/media FileDialog/LastPath-NoteHTMLExport (QString): C:/Users/an/Desktop FileDialog/LastPath-NoteMarkdownExport (QString): C:/Users/an/Desktop FileDialog/LastPath-NotePDFExport (QString): D:/Users/an/Downloads/tmp/basura FileDialog/LastPath-PreviewHTMLFileExport (QString): D:/Users/an/Downloads/tmp/basura ImageDialog/disableCopying (QString): true ImageDialog/geometry (QByteArray): <binary data> IssueAssistantDialog/geometry (QByteArray): <binary data> LastUpdateCheck (QDateTime): 2021-02-21T14:39:50.513 LinkDialog/geometry (QByteArray): <binary data> LocalTrashDialog/geometry (QByteArray): <binary data> LogWidget/criticalLog (QString): true LogWidget/debugLog (QString): true LogWidget/fatalLog (QString): true LogWidget/infoLog (QString): true LogWidget/scriptingLog (QString): true LogWidget/statusLog (QString): true LogWidget/warningLog (QString): true MainWindow/geometry (QByteArray): <binary data> MainWindow/mainToolBar.iconSize (int): 24 MainWindow/menuBarGeometry (QByteArray): <binary data> MainWindow/noteSubFolderTreeWidgetExpandState-1 (QStringList): annalect, CineMestizo, CineMestizo/do, _CineMestizo, __personal, knowledge MainWindow/noteTextEdit.code.font (QString): Consolas,11,-1,5,50,0,0,0,0,0,Regular MainWindow/noteTextEdit.font (QString): MS Shell Dlg 2,11,-1,5,50,0,0,0,0,0,Regular MainWindow/noteTextView.code.font (QString): Courier New,9,-1,2,50,0,0,0,0,0 MainWindow/noteTextView.font (QString): MS Shell Dlg 2,8.25,-1,5,50,0,0,0,0,0 MainWindow/noteTextView.ignoreCodeFontSize (QString): true MainWindow/noteTextView.rtl (QString): false MainWindow/noteTextView.underline (QString): true MainWindow/noteTextView.useEditorStyles (QString): true MainWindow/noteTextView.useInternalExportStyling (QString): true MainWindow/showNotesFromAllNoteSubFolders (QString): true MessageBoxOverride/move-notes (int): 16384 MessageBoxOverride/note-replace-links (int): 16384 MessageBoxOverride/tag-notes (int): 16384 MessageBoxOverride/update-and-restart (int): 16384 NoteDialog/geometry (QByteArray): <binary data> NoteFolder-1/NoteTabNameList (QStringList): ToDo - Experimento NoteFolder-1/NoteTabStickinessList (QStringList): empty NoteFolder-1/NoteTabSubFolderPathDataList (QStringList):

__personal
experimento

NoteFolder-1/allowDifferentNoteFileName (QString): false NoteHistory-1 (QVariantList): <variant list with 200 item(s)> NoteHistoryCurrentIndex-1 (int): 199 OrphanedAttachmentsDialog/geometry (QByteArray): <binary data> OrphanedImagesDialog/geometry (QByteArray): <binary data> PiwikClientId (QString): <hidden> Printer/NotePDFExportOrientation (int): 0 Printer/NotePDFExportPageSize (int): 10 Printer/NotePrinting (QByteArray): <binary data> ScriptRepositoryDialog/geometry (QByteArray): <binary data> ScriptRepositoryDialog/mainSplitterState (QByteArray): <binary data> SearchEngineId (int): 2 SettingsDialog/geometry (QByteArray): <binary data> SettingsDialog/mainSplitterState (QByteArray): <binary data> ShareDialog/geometry (QByteArray): <binary data> ShowSystemTray (QString): true StartHidden (QString): true TagAddDialog/geometry (QByteArray): <binary data> TodoDialog/geometry (QByteArray): <binary data> TodoDialog/mainSplitterState (QByteArray): <binary data> TodoDialog/showCompletedItems (int): 0 TodoDialog/todoListSelectorSelectedItem (QString): Personal UpdateDialog/geometry (QByteArray): <binary data> WelcomeDialog/geometry (QByteArray): <binary data> acceptAllExternalModifications (QString): true allowNoteEditing (QString): true allowOnlyOneAppInstance (QString): true appMetrics/disableAppHeartbeat (QString): false appMetrics/disableTracking (QString): false appMetrics/notificationShown (QString): true automaticNoteFolderDatabaseClosing (QString): true checkSpelling (QString): false closeTodoListAfterSave (QString): false cryptoKey (qlonglong): <hidden> currentNoteFolderId (int): 1 currentWorkspace (QString): 90ad17eb-ded6-423c-a886-856cd6dfc8e8 cursorWidth (int): 1 customNoteFileExtensionList (QStringList): empty darkMode (QString): false darkModeColors (QString): false darkModeIconTheme (QString): false darkModeTrayIcon (QString): false defaultNoteFileExtension (QString): md demoNotesCreated (QString): true disableAutomaticUpdateDialog (QString): false disableSavedSearchesAutoCompletion (QString): false dockWasInitializedOnce (QString): true enableNoteTree (QString): false enableSocketServer (QString): false externalEditorPath (QString): empty fullyHighlightedBlockquotes (QString): false gitCommitInterval (int): 30 gitExecutablePath (QString): empty gitLogCommand (QString): empty guiFirstRunInit (QString): true ignoreAllExternalModifications (QString): false ignoreAllExternalNoteFolderChanges (QString): false ignoreNoteSubFolders (QString): ^\. imageScaleDown (QString): false imageScaleDownMaximumHeight (int): 1024 imageScaleDownMaximumWidth (int): 1024 initialLayoutIdentifier (QString): full insertTimeFormat (QString): yyyy-MM-dd hh:mm interfaceFontSize (int): 11 interfaceLanguage (QString): empty internalIconTheme (QString): true itemHeight (int): 15 legacyLinking (QString): false localTrash/autoCleanupDays (int): 30 localTrash/autoCleanupEnabled (QString): true localTrash/supportEnabled (QString): true localTrashSplitterSizes (QByteArray): <binary data> markdownHighlightingEnabled (QString): true navigationPanelHideSearch (QString): false networking/ignoreSSLErrors (QString): true networking/proxyType (int): 2 newNoteAskHeadline (QString): false noteEditIsCentralWidget (QString): true noteListPreview (QString): false noteSaveIntervalTime (int): 10 noteSubfoldersPanelDisplayAsFullTree (QString): true noteSubfoldersPanelHideSearch (QString): false noteSubfoldersPanelOrder (int): 0 noteSubfoldersPanelShowFullPath (QString): false noteSubfoldersPanelShowNotesRecursively (QString): false noteSubfoldersPanelShowRootFolderName (QString): true noteSubfoldersPanelSort (int): 0 notesPanelOrder (int): 0 notesPanelSort (int): 1 notesPath (QString): D:/Users/an/Nextcloud/Notes notifyAllExternalModifications (QString): false overrideInterfaceFontSize (QString): false ownCloud/supportEnabled (QString): false ownCloud/todoCalendarBackend (int): 3 ownCloud/todoCalendarCalDAVPassword (QString): <hidden> ownCloud/todoCalendarCalDAVServerUrl (QString): empty ownCloud/todoCalendarCalDAVUsername (QString): empty ownCloud/todoCalendarCloudConnectionId (int): 0 ownCloud/todoCalendarDisplayNameList (QStringList): empty ownCloud/todoCalendarEnabledList (QStringList): empty ownCloud/todoCalendarEnabledUrlList (QStringList): empty ownCloud/todoCalendarUrlList (QStringList): empty ownCloudInfo/appIsValid (QString): false ownCloudInfo/connectionErrorMessage (QString): Unknown error ownCloudInfo/notesPathExistsText (QString): unknown ownCloudInfo/serverVersion (QString): empty previousWorkspace (QString): initial recentNoteFolders (QStringList): C:/Users/an/Dropbox/notes-qownnotes restoreCursorPosition (QString): false restoreLastNoteAtStartup (QString): true restoreNoteTabs (QString): true showMatches (QString): true showMenuBar (QString): true showStatusBar (QString): true spellCheckLanguage (QString): auto systemIconTheme (QString): false tagWasAddedToNote (QString): true taggingShowNotesRecursively (QString): false tagsPanelHideNoteCount (QString): false tagsPanelHideSearch (QString): false tagsPanelOrder (int): 0 tagsPanelSort (int): 0 todoCalendarSupport (QString): true toolbar/1/items (QStringList): action_New_note, action_Find_note, action_Remove_note, action_Open_note_in_external_editor, actionShow_local_trash, actionAllow_note_editing, , action_Back_in_note_history, action_Forward_in_note_history, , action_Find_text_in_note, actionReplace_in_current_note, , actionShow_versions, actionShow_trash, actionShare_note, , actionOpen_List toolbar/1/name (QString): mainToolBar toolbar/1/title (QString): main toolbar toolbar/2/items (QStringList): actionFormat_text_bold, actionFormat_text_italic, actionStrike_out_text, actionInsert_code_block, actionInsert_block_quote toolbar/2/name (QString): formattingToolbar toolbar/2/title (QString): formatting toolbar toolbar/3/items (QStringList): actionInsert_Link_to_note, actionInsert_image, actionInsert_current_time toolbar/3/name (QString): insertingToolbar toolbar/3/title (QString): inserting toolbar toolbar/4/items (QStringList): action_Encrypt_note, actionEdit_encrypted_note, actionDecrypt_note toolbar/4/name (QString): encryptionToolbar toolbar/4/title (QString): encryption toolbar toolbar/5/items (QStringList): actionWorkspaceComboBox, actionStore_as_new_workspace, actionRemove_current_workspace, actionRename_current_workspace, actionSwitch_to_previous_workspace, actionUnlock_panels, , actionToggle_distraction_free_mode, action_Increase_note_text_size, action_Decrease_note_text_size, action_Reset_note_text_size toolbar/5/name (QString): windowToolbar toolbar/5/title (QString): window toolbar toolbar/6/items (QStringList): action_Quit toolbar/6/name (QString): quitToolbar toolbar/6/title (QString): quit toolbar toolbar/size (int): 6 useNoteFolderButtons (QString): false useSoftWrapInNoteEditor (QString): true useUNIXNewline (QString): true webSocketServerService/bookmarksNoteName (QString): Bookmarks webSocketServerService/bookmarksTag (QString): bookmarks webSocketServerService/port (int): 22222 webSocketServerService/token (QString): nX32BmDT workspace-90ad17eb-ded6-423c-a886-856cd6dfc8e8/noteSubFolderDockWidgetVisible (QString): true workspace-90ad17eb-ded6-423c-a886-856cd6dfc8e8/windowState (QByteArray): <binary data> workspace-initial/name (QString): Full workspace-initial/noteSubFolderDockWidgetVisible (QString): true workspace-initial/windowState (QByteArray): <binary data> workspaces (QStringList): initial

System environment

ALLUSERSPROFILE: C:\ProgramData APPDATA: C:\Users\an\AppData\Roaming CommonProgramFiles: C:\Program Files\Common Files CommonProgramFiles(x86): C:\Program Files (x86)\Common Files CommonProgramW6432: C:\Program Files\Common Files COMPOSE_CONVERT_WINDOWS_PATHS: true COMPUTERNAME: DOLLY ComSpec: C:\WINDOWS\system32\cmd.exe DokanLibrary1: C:\Program Files\Dokan\Dokan Library-1.2.0\ DokanLibrary1_LibraryPath_x64: C:\Program Files\Dokan\Dokan Library-1.2.0\lib\ DokanLibrary1_LibraryPath_x86: C:\Program Files\Dokan\Dokan Library-1.2.0\x86\lib\ DriverData: C:\Windows\System32\Drivers\DriverData HOMEDRIVE: C: HOMEPATH: \Users\an LOCALAPPDATA: C:\Users\an\AppData\Local LOGONSERVER: \\DOLLY MOZ_PLUGIN_PATH: C:\Program Files (x86)\Foxit Software\Foxit Reader\Foxit Reader\plugins\ NUMBER_OF_PROCESSORS: 12 OneDrive: C:\Users\an\OneDrive OneDriveConsumer: C:\Users\an\OneDrive OS: Windows_NT PATHEXT: .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC PROCESSOR_ARCHITECTURE: AMD64 PROCESSOR_IDENTIFIER: Intel64 Family 6 Model 158 Stepping 10, GenuineIntel PROCESSOR_LEVEL: 6 PROCESSOR_REVISION: 9e0a ProgramData: C:\ProgramData ProgramFiles: C:\Program Files ProgramFiles(x86): C:\Program Files (x86) ProgramW6432: C:\Program Files PSModulePath: C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules PUBLIC: C:\Users\Public SESSIONNAME: Console SystemDrive: C: SystemRoot: C:\WINDOWS TEMP: C:\Users\an\AppData\Local\Temp TMP: C:\Users\an\AppData\Local\Temp USERDOMAIN: DOLLY USERDOMAIN_ROAMINGPROFILE: DOLLY USERNAME: an USERPROFILE: C:\Users\an VBOX_MSI_INSTALL_PATH: C:\Program Files\Oracle\VirtualBox\ windir: C:\WINDOWS

pbek commented 3 years ago

I remember troubles with QtQuick on Windows...

@r00tr4v3n, do you use QtQuick components in your script, I can't see any. I only see the QtQuick include. @siran, what happens when you remove the QtQuick include line?

siran commented 3 years ago

I commented QtQuick like and it kind of works. Not really, since I don't see the equations, but it's trying.

log:

[16:08:16] [scripting] loading script file: C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/preview-styling/preview-styling.qml
[16:08:16] [scripting] loading script file: C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/latex-math/latex-math.qml
[16:08:16] [warning] startSynchronousProcess - 'process.waitForStarted' returned false
[16:08:16] [status] The scripting engine was reloaded
[16:08:27] [debug] storing note file: "latex math.md"
[16:08:27] [debug] stored note: Note: <id>2 <name>"latex math" <fileName>"latex math.md" <noteSubFolderId>0 <relativePath>"" <hasDirtyData>false
[16:08:27] [debug] storeUpdatedNotesToDisk - 'count': 1
[16:08:27] [status] Stored 1 note(s) to disk

commented script:

import QtQml 2.13
import com.qownnotes.noteapi 1.0
// import QtQuick 2.0

image

pbek commented 3 years ago

Great! Did you now set the settings for the Latex Math script? Can you please post that part of the output from the debug settings.

siran commented 3 years ago

Did you now set the settings for the Latex Math script? no, I don't know. They don't appear on 'script settings'.

On Mon, Feb 22, 2021 at 12:15 AM Patrizio Bekerle notifications@github.com wrote:

Great! Did you now set the settings for the Latex Math script? Can you please post that part of the output from the debug settings.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/qownnotes/scripts/issues/126#issuecomment-783087305, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABL7IIQOPUTIE6D7RTFH5DTAHR5JANCNFSM4XTXV7FA .

pbek commented 3 years ago

They don't appear on 'script settings'.

then the script doesn't work at all, but you showed screenshots where it actually replaced text. please check the settings again 😉

siran commented 3 years ago

Shouldn't the setting appear here?

image

pbek commented 3 years ago

That's weird. And you really edited C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/latex-math/latex-math.qml? And are there no errors in the log panel?

siran commented 3 years ago

I realized that I was in my Mac now so I reinstalled QON, modified the qml script, now I see the settings on Script Settings. Thanks. Latex Math settings:


### Script `Latex Math`

**id**: `2`

**path**: `/Users/anmichelr/Library/Application
Support/PBE/QOwnNotes/scripts/latex-math/latex-math.qml`

**variablesJson**:

{

"customPreamble": "\newcommand{\mycmd}[1]{\bf \underline{#1}}",

"executable": "/Applications/klatexformula.app",

"formulaBgColor": "-",

"formulaColor": "#000000",

"formulaPrefix": "\bf ",

"settingDPI": 597,

"settingImageSize": 16,

"usepackages": "amsmath,amssymb,amsfonts"

}


**identifier**: `latex-math`

**version**: `0.0.5`

**minAppVersion**: `20.8.0`

Relevant log output in the Log panel

Expand ``` [12:40:10] [status] Stored 1 note(s) to disk [12:40:20] [status] Stored 1 note(s) to disk [12:40:24] [scripting] loading script file: /Users/anmichelr/Library/Application Support/PBE/QOwnNotes/scripts/preview-styling/preview-styling.qml [12:40:24] [scripting] loading script file: /Users/anmichelr/Library/Application Support/PBE/QOwnNotes/scripts/latex-math/latex-math.qml [12:40:24] [warning] QQmlComponent: Component is not ready [12:40:24] [warning] script errors: (file:///Users/anmichelr/Library/Application Support/PBE/QOwnNotes/scripts/latex-math/latex-math.qml:3:1: module "QtQuick" is not installed import QtQuick 2.0 ^) [12:40:24] [status] The scripting engine was reloaded [12:42:29] [scripting] loading script file: /Users/anmichelr/Library/Application Support/PBE/QOwnNotes/scripts/preview-styling/preview-styling.qml [12:42:29] [scripting] loading script file: /Users/anmichelr/Library/Application Support/PBE/QOwnNotes/scripts/latex-math/latex-math.qml [12:42:29] [status] The scripting engine was reloaded [12:48:48] [scripting] loading script file: /Users/anmichelr/Library/Application Support/PBE/QOwnNotes/scripts/preview-styling/preview-styling.qml [12:48:48] [scripting] loading script file: /Users/anmichelr/Library/Application Support/PBE/QOwnNotes/scripts/latex-math/latex-math.qml ```

Information about the application, settings and environment

Expand On Mon, Feb 22, 2021 at 12:08 PM Patrizio Bekerle wrote: > That's weird. And you really edited > C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/latex-math/latex-math.qml? > And are there no errors in the log panel? > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > , > or unsubscribe > > . >
siran commented 3 years ago

I updated "executable": "/Applications/klatexformula.app"

but it still doesn't work. What path should I put here? I don't have any bin/ folder for KLatexFormula

pbek commented 3 years ago

"App"s on macOS are just folders... you need to open that folder and use the real path to the binary. so I guess the path needs to be something like /Applications/klatexformula.app/something/more.

siran commented 3 years ago

When right-click on the missing image [1] the path of the latex image is //c/Users/myuser/AppData/Local/PBE/QOwnNotes/cache/scripts/latex-math/7f7e031f3347542bb25ce65b9c63ef4b.png However, 1) that folder C:\Users\myuser\AppData\Local\PBE\QOwnNotes\cache\scripts\latex-math is empty 2) I'm on Windows so that path might be invalid

I also reinstalled a portable KLatexFormula and configured the script accordingly [2]

I reload the script engine and typed a new formula, but the image is not appearing [3]. The path of the image is still wrong //c/Users/myuser/AppData/Local/PBE/QOwnNotes/cache/scripts/latex-math/7002a4785bce81b9636b0509c92580f3.png

The log panel says

[14:52:03] [scripting] loading script file: C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/preview-styling/preview-styling.qml
[14:52:03] [scripting] loading script file: C:/Users/an/AppData/Roaming/PBE/QOwnNotes/scripts/latex-math/latex-math.qml
[14:52:03] [warning] startSynchronousProcess - 'process.waitForStarted' returned false
[14:52:03] [status] The scripting engine was reloaded
[14:52:12] [debug] storing note file: "latex math.md"
[14:52:12] [debug] stored note: Note: <id>2 <name>"latex math" <fileName>"latex math.md" <noteSubFolderId>0 <relativePath>"" <hasDirtyData>false
[14:52:12] [debug] storeUpdatedNotesToDisk - 'count': 1
[14:52:12] [status] Stored 1 note(s) to disk

[1] image

[2] image

[3] image

pbek commented 3 years ago

any ideas, @r00tr4v3n?

r00tr4v3n commented 3 years ago

I guess, the path has to be translated to Windows? const path = workDir + "/" + filename + ".png" Is script.cacheDir("latex-math"); not platform independent? Sorry, I don't have a Windows machine to test.

Aganel commented 3 years ago

Hello! I've made the script to work on windows (tested on Windows 7 x64) (and removed some unused code from it).

Here is pull request: https://github.com/qownnotes/scripts/pull/129

pbek commented 3 years ago

Thank you, I'll wait for feedback from @r00tr4v3n. @siran, maybe you also want to take a look at it.

r00tr4v3n commented 3 years ago

Looks good to me, thank you! :)

pbek commented 3 years ago

Thanks

pbek commented 3 years ago

@siran, should be fixed now. I will close this issue until there is more information.

Nathan5563 commented 8 months ago

Hey, I'm getting similar issues (empty image icon) despite having the updated script. QOwnNotes_YSO10Cc2h6 QOwnNotes_thSCY0aXp7

raphaeltolentino55 commented 7 months ago

Good Day,

I am on Mac and I only get the image icon as the one above. Any news?

d3mage commented 6 months ago

I also have the same issue. Could you possibly reopen this one?

pbek commented 6 months ago

Best open a new one with more context...