Skip to content

[FEATURE] Cunstom autocomplete into multiple words #297

Description

@sciurius

Script name

quick-commands

Script authors

@LockeBirdsey

Expected behavior

I want to add a custom \myname to autocomplete to Firstname Lastname.

Actual behavior

\myname yields a popup that lets me choose between Firstname and lastname.

Steps to reproduce

In Scripts > Settings > Quick Commands, under Custom Commands, add

 myname Firstname Lastname

In a note type \myname + Control-Space.

Alternatives examined
 myname "Firstname Lastname"

This yields a popup to choose between "Firstname and Lastname". But it may be a road to a solution. Maybe there is already a function somewhere that splits a string into words that honours quotes (similar to Perl Text::ParseWords.

Output from the debug section in the settings dialog

QOwnNotes Debug Information

General Info

Current Date: Sat Aug 22 19:36:33 2026
Version: 26.8.7
Build date: Aug 22 2026
Build number: 1373
Platform: linux (xcb)
Operating System: Fedora Linux 44 (MATE-Compiz)
Build architecture: x86_64
Current architecture: x86_64
Release: OBS
Qt Version (build): 5.15.16
Qt Version (runtime): 5.15.18
Portable mode: no
Settings path / key: /home/<user>/.config/PBE/QOwnNotes.conf
Settings override path: /home/<user>/.config/PBE/QOwnNotes.override.conf
Settings loaded from override: 0
Application database path: /home/<user>/.local/share/PBE/QOwnNotes/QOwnNotes.sqlite
Application arguments: /bin/QOwnNotes
Qt Debug: no
System Botan: no
Libgit2: no
QLiteHtml: no
Locale (system): en_GB
Locale (interface): empty
Primary screen resolution: 1920x1080
Screen resolution(s): 1920x1080, 1920x1080
Icon theme: mate
Notes in current note folder: 3
Calendar items: 73
Enabled scripts: 9
Database drivers: QSQLITE

Server Info

serverUrl: empty
appIsValid: no
notesPathExists: empty
connectionErrorMessage: empty

Spellchecking

Enabled: false
Selected language: auto
Language codes: en_AG, en_AU, en_BS, en_BW, en_BZ, en_CA, en_DK, en_GB, en_GH, en_HK, en_IE, en_IN, en_JM, en_MW, en_NA, en_NG, en_NZ, en_PH, en_SG, en_TT, en_US, en_ZA, en_ZM, en_ZW, nl_AW, nl_BE, nl_NL
Language names: English (Antigua & Barbuda), Australian English (Australia), English (Bahamas), English (Botswana), English (Belize), Canadian English (Canada), English (Denmark), British English (United Kingdom), English (Ghana), English (Hong Kong SAR China), English (Ireland), English (India), English (Jamaica), English (Malawi), English (Namibia), English (Nigeria), English (New Zealand), English (Philippines), English (Singapore), English (Trinidad & Tobago), American English (United States), English (South Africa), English (Zambia), English (Zimbabwe), Nederlands (Aruba), Nederlands (België), Nederlands (Nederland)
Application dictionaries path: /home/<user>/.local/share/PBE/QOwnNotes/dicts

Note folders

currentNoteFolderId: 13

Note folder note-folder-12

id: 12
isCurrent: no
activeTagId: -1
localPath: /home/<user>/Cloud/Nextcloud/Notes
remotePath: /note-folder-12
cloudConnectionId: 1
isShowSubfolders: yes
isUseGit: no
allowDifferentNoteFileName: yes
activeNoteSubFolder name: empty
database file: /home/<user>/Cloud/Nextcloud/Notes/notes.sqlite

Note folder note-folder-13

id: 13
isCurrent: yes
activeTagId: 0
localPath: /home/<user>/Private/Joan/Uitvaart
remotePath: empty
cloudConnectionId: 0
isShowSubfolders: no
isUseGit: no
allowDifferentNoteFileName: no
activeNoteSubFolder name: empty
database file: /home/<user>/Private/Joan/Uitvaart/notes.sqlite

Cloud connections

Cloud connection cloud-connection-1

id: 1
isCurrent: no
serverUrl: https://cloud.squirrel.nl
username: <cloud-connection-1-user>
accountId: <cloud-connection-1-account>

Enabled scripts

Script script-1

id: 1
path: /home/<user>/.local/share/PBE/QOwnNotes/scripts/toggle-checkbox/toggle-checkbox.qml
variablesJson:

{
    "multipleLinesMethod": "cycleIndividually"
}

identifier: toggle-checkbox
version: 1.4.1
minAppVersion: 19.3.2

Script script-2

id: 2
path: /home/<user>/.local/share/PBE/QOwnNotes/scripts/frontmatter-headline-note-template/frontmatter-headline-note-template.qml
variablesJson:

{
    "extraFrontMatterEntries": "tags:\n    - None",
    "headlinePreviewCSS": ""
}

identifier: frontmatter-headline-note-template
version: 0.0.1
minAppVersion: 23.3.0

Script script-3

id: 3
path: /home/<user>/.local/share/PBE/QOwnNotes/scripts/export-checkboxes/export-checkboxes.qml
variablesJson:

{
}

identifier: export-checkboxes
version: 0.0.4
minAppVersion: 20.6.0

Script script-4

id: 4
path: /home/<user>/.local/share/PBE/QOwnNotes/scripts/definition-lists/definition-lists.qml
variablesJson:

{
}

identifier: definition-lists
version: 0.0.2
minAppVersion: 20.6.0

Script script-5

id: 5
path: /home/<user>/.local/share/PBE/QOwnNotes/scripts/characters-highlight/characters-highlight.qml
variablesJson:

{
    "charactersList": "  ",
    "styleForEditor": "28"
}

identifier: characters-highlight
version: 0.0.1
minAppVersion: 22.4.1

Script script-6

id: 6
path: /home/<user>/.local/share/PBE/QOwnNotes/scripts/indent-line/indent-line.qml
variablesJson:

{
    "indent_spaces_number": 4
}

identifier: indent-line
version: 1.0.0
minAppVersion: 19.03.2

Script script-7

id: 7
path: /home/<user>/.local/share/PBE/QOwnNotes/scripts/new-note-namer/new-note-namer.qml
variablesJson:

{
    "extraDialogForFileName": true,
    "extraDialogForTitle": true,
    "headingStyle": "0"
}

identifier: new-note-namer
version: 0.0.4
minAppVersion: 17.06.2

Script script-8

id: 8
path: /home/<user>/.local/share/PBE/QOwnNotes/scripts/quick-commands/quick-commands.qml
variablesJson:

{
    "customCommands": "abc def ghi jkl"
}

identifier: quick-commands
version: 0.1.0
minAppVersion: 25.4.1

Script script-9

id: 9
path: /home/<user>/.local/share/PBE/QOwnNotes/scripts/insert-toc/insert-toc.qml
variablesJson:

{
    "tocLinks": true,
    "tocTitle": ""
}

identifier: insert-toc
version: 0.0.3
minAppVersion: 17.06.2

Settings

AboutDialog/geometry (QByteArray): <binary data>
ActiveNoteHistoryItem (NoteHistoryItem): <binary data>
ColorModes/ColorMode-dark/darkMode (QString): true
ColorModes/ColorMode-dark/darkModeColors (QString): true
ColorModes/ColorMode-dark/darkModeIconTheme (QString): true
ColorModes/ColorMode-dark/darkModeTrayIcon (QString): true
ColorModes/ColorMode-dark/editorColorSchemaKey (QString): EditorColorSchema-cdbf28fc-1ddc-4d13-bb21-6a4043316a2f
ColorModes/ColorMode-dark/internalIconTheme (QString): false
ColorModes/ColorMode-dark/name (QString): Dark
ColorModes/ColorMode-dark/systemIconTheme (QString): false
ColorModes/ColorMode-light/darkMode (QString): false
ColorModes/ColorMode-light/darkModeColors (QString): false
ColorModes/ColorMode-light/darkModeIconTheme (QString): false
ColorModes/ColorMode-light/darkModeTrayIcon (QString): false
ColorModes/ColorMode-light/editorColorSchemaKey (QString): EditorColorSchema-6033d61b-cb96-46d5-a3a8-20d5172017eb
ColorModes/ColorMode-light/internalIconTheme (QString): false
ColorModes/ColorMode-light/name (QString): System
ColorModes/ColorMode-light/systemIconTheme (QString): false
ColorModes/currentId (QString): ColorMode-light
ColorModes/ids (QStringList): ColorMode-light, ColorMode-dark
Debug/fakeOldScriptVersions (bool): false
Debug/fakeOldVersionNumber (bool): false
Debug/fileLogging (bool): false
Debug/scriptProfilingThreshold (int): 500
DistractionFreeMode/editorWidthMode (QString): 2
DistractionFreeMode/hideStatusBar (bool): false
DistractionFreeMode/isEnabled (QString): false
DistractionFreeMode/leaveFullScreenOnExit (QString): false
DistractionFreeMode/menuBarGeometry (QByteArray): <binary data>
DistractionFreeMode/menuBarHeight (QString): 27
DistractionFreeMode/menuBarVisible (QString): true
DistractionFreeMode/openInFullScreen (bool): true
DistractionFreeMode/statusBarWasVisible (QString): true
DistractionFreeMode/windowState (QByteArray): <binary data>
Editor/CurrentSchemaKey (QString): EditorColorSchema-6033d61b-cb96-46d5-a3a8-20d5172017eb
Editor/autoBracketClosing (bool): true
Editor/autoBracketRemoval (bool): true
Editor/centerCursor (QString): false
Editor/disableCursorBlinking (bool): false
Editor/editorWidthInDFMOnly (bool): true
Editor/ensureEmptyLastLine (bool): true
Editor/hangingIndent (bool): false
Editor/headingFolding (bool): true
Editor/hideFormattingSyntax (bool): false
Editor/highlightCurrentLine (bool): true
Editor/indentSize (int): 4
Editor/markdownLspArguments (QStringList): empty
Editor/markdownLspCommand (QString): marksman
Editor/markdownLspEnabled (bool): false
Editor/markdownLspVerboseLogging (bool): false
Editor/removeTrailingSpaces (bool): false
Editor/showLineEndingMarkers (bool): false
Editor/showLineNumbers (bool): false
Editor/showMarkdownImagePreviews (bool): true
Editor/showNoteTextStats (bool): false
Editor/showWhitespaceMarkers (bool): false
Editor/useTabIndent (bool): false
Editor/vimMode (bool): false
Editor/wikiLinkFileNameAutoSelect (bool): false
Editor/wikiLinkSupport (bool): false
FileDialog/LastPath (QString): /home/<user>/tmp
FileDialog/LastPath-ExternalEditor (QString): /home/<user>/bin
FileDialog/LastPath-ImportTextFiles (QString): /home/<user>/src/ChordPro
FileDialog/LastPath-InsertImage (QString): /home/<user>/tmp/markdown-here.wiki/images
FileDialog/LastPath-NoteHTMLExport (QString): /home/<user>/tmp
FileDialog/LastPath-NoteMarkdownExport (QString): /home/<user>/src/mma-plugins/rhythm
FileDialog/LastPath-NotePDFExport (QString): /home/<user>/tmp
FileDialog/LastPath-SettingsExport (QString): /home/<user>/tmp
IssueAssistantDialog/geometry (QByteArray): <binary data>
LastUpdateCheck (QDateTime): 2026-08-22T18:49:22.387
LayoutDialog/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-12 (QStringList): Boodschappen, PrivÃ�Â�Ã�Â�Ã�Â�Ã�©, PrivÃ�Â�Ã�Â�Ã�Â�Ã�©/Joan, PrivÃ�Â�Ã�©/Joan, PrivÃ�Â�Ã�©, NCNotes, PrivÃ�©/Joan, PrivÃ�©, Privé/Joan, Privé, Privé/Johan, Privé, Privé/Joan
MainWindow/noteTextEdit.code.font (QString): Noto Sans,13,-1,5,50,0,0,0,0,0
MainWindow/noteTextEdit.font (QString): Noto Sans,13,-1,5,50,0,0,0,0,0
MainWindow/noteTextView.code.font (QString): Noto Sans,11,-1,5,50,0,0,0,0,0
MainWindow/noteTextView.font (QString): Noto Sans,11,-1,5,50,0,0,0,0,0
MainWindow/noteTextView.ignoreCodeFontSize (bool): true
MainWindow/noteTextView.refreshDebounceTime (int): 600
MainWindow/noteTextView.rtl (bool): false
MainWindow/noteTextView.underline (bool): true
MainWindow/noteTextView.useEditorStyles (bool): true
MainWindow/noteTextView.useInternalExportStyling (bool): true
MainWindow/showNotesFromAllNoteSubFolders (bool): false
MessageBoxOverride/show-exported-note-html-in-file-manager (QString): 65536
MessageBoxOverride/show-exported-pdf-in-file-manager (QString): 65536
NoteDiffDialog/geometry (QByteArray): <binary data>
NoteFolder-12/NoteTabNameList (QStringList): Baxter 2023-01-01
NoteFolder-12/NoteTabStickinessList (QStringList): empty
NoteFolder-12/NoteTabSubFolderPathDataList (QStringList):

Privé
Joan
OLD

NoteFolder-12/allSubfolders (QString): true
NoteFolder-12/allowDifferentNoteFileName (bool): true
NoteFolder-13/NoteTabNameList (QStringList): Afhandeling
NoteFolder-13/NoteTabStickinessList (QStringList): empty
NoteFolder-13/NoteTabSubFolderPathDataList (QStringList): empty
NoteFolder-13/allowDifferentNoteFileName (QString): false
NoteHistory-12 (QVariantList): <variant list with 95 item(s)>
NoteHistory-13 (QVariantList): <variant list with 89 item(s)>
NoteHistoryCurrentIndex-12 (int): 94
NoteHistoryCurrentIndex-13 (int): 88
PiwikClientId (QString): <hidden>
Printer/NotePDFExport (QByteArray): <binary data>
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>
SettingsDialog/shortcutTreeWidgetHeaderOrder/order (QStringList): 0, 1, 2
SettingsDialog/shortcutTreeWidgetHeaderOrder/widths (QStringList): 259, 148, 198
ShareDialog/geometry (QByteArray): <binary data>
ShowSystemTray (bool): true
StartHidden (bool): false
TodoDialog/geometry (QByteArray): <binary data>
TodoDialog/mainSplitterState (QByteArray): <binary data>
TodoDialog/showCompletedItems (QString): 0
TodoDialog/showDueTodayItemsOnly (QString): 0
TodoDialog/todoItemTreeWidgetHeaderOrder/order (QStringList): 0, 1
TodoDialog/todoItemTreeWidgetHeaderOrder/widths (QStringList): 100, 254
TodoDialog/todoListSelectorSelectedItem (QString): Default
UpdateDialog/geometry (QByteArray): <binary data>
VersionDialog/geometry (QByteArray): <binary data>
WebSocketTokenDialog/geometry (QByteArray): <binary data>
WelcomeDialog/geometry (QByteArray): <binary data>
acceptAllExternalModifications (bool): false
ai/autocompleteEnabled (bool): false
ai/groq/apiKey (QString): <hidden>
ai/mcpServerEnabled (bool): false
ai/mcpServerPort (int): 22226
ai/mcpServerToken (QString): <hidden>
ai/openai/apiKey (QString): <hidden>
ai/responseTimeout (int): 15
allowEmptyNotes (bool): true
allowNoteEditing (bool): true
allowOnlyOneAppInstance (bool): true
appMetrics/disableAppHeartbeat (bool): true
appMetrics/disableTracking (bool): true
appMetrics/notificationShown (QString): true
autoReadOnlyMode (bool): false
autoReadOnlyModeTimeout (int): 30
automaticNoteFolderDatabaseClosing (bool): false
checkSpelling (QString): false
closeTodoListAfterSave (bool): false
cryptoKey (QString): <hidden>
currentLayout (QString): grqXDF5kwhMR
currentNoteFolderId (int): 13
cursorWidth (int): 1
darkMode (bool): false
darkModeColors (bool): false
darkModeIconTheme (bool): false
darkModeTrayIcon (bool): false
debugInfoAnonymize (bool): true
defaultNoteFileExtension (QString): markdown
demoNotesCreated (QString): true
detectLeadingEmojiInNoteTitle (bool): true
disableAutomaticUpdateDialog (bool): false
disableSavedSearchesAutoCompletion (bool): false
dockWasInitializedOnce (QString): true
enableNoteChecksumChecks (bool): false
enableNoteTree (bool): true
enableReadOnlyMode (bool): true
enableSocketServer (bool): true
enableWebAppSupport (bool): false
externalDiffToolPath (QString): /bin/meld
externalEditorPath (QString): /home/<user>/bin/cemacs
fullyHighlightedBlockquotes (bool): false
gitCommitInterval (int): 30
gitExecutablePath (QString): empty
gitLogCommand (QString): empty
guiFirstRunInit (bool): true
harperBinaryPath (QString): harper-ls
harperCheckDelay (int): 1500
harperDialect (QString): American
harperEnabled (bool): false
harperEnabledLinters (QStringList): SpellCheck, SentenceCapitalization, RepeatedWords, LongSentences, AnA, UnclosedQuotes, CorrectNumberSuffix, Spaces, QuoteSpacing, NoFrenchSpaces, WrongApostrophe
harperTcpAddress (QString): 127.0.0.1
harperTcpPort (int): 4000
harperTransportMode (int): 0
hideIconsInMenus (bool): false
hideTabCloseButton (bool): false
ignoreAllExternalModifications (bool): false
ignoreAllExternalNoteFolderChanges (bool): false
ignoreNoteSubFolders (QString): ^\.;^Joplin;^Default
ignoredNoteFiles (QString): empty
imageScaleDown (bool): false
imageScaleDownMaximumHeight (int): 1024
imageScaleDownMaximumWidth (int): 1024
initialLayoutPresetIdentifier (QString): full
insertTimeFormat (QString): yyyy-MM-dd hh:mm
interfaceFontSize (int): 11
interfaceLanguage (QString): empty
interfaceScalingFactor (int): 100
internalIconTheme (QString): false
itemHeight (int): 17
keychainTimeout (int): 2
languageToolApiKey (QString): <hidden>
languageToolCheckDelay (int): 1500
languageToolEnabled (bool): false
languageToolEnabledCategories (QStringList): TYPOS, GRAMMAR, STYLE, REDUNDANCY, PUNCTUATION, TYPOGRAPHY
languageToolLanguage (QString): auto
languageToolServerUrl (QString): http://localhost:8081
layout-T4d38qQh4wFS/name (QString): Full
layout-T4d38qQh4wFS/noteEditIsCentralWidget (bool): false
layout-T4d38qQh4wFS/noteSubFolderDockWidgetVisible (bool): true
layout-T4d38qQh4wFS/windowState (QByteArray): <binary data>
layout-e6caab7d-c00c-4f08-b251-efdd80909888/name (QString): Dual
layout-e6caab7d-c00c-4f08-b251-efdd80909888/noteEditIsCentralWidget (bool): false
layout-e6caab7d-c00c-4f08-b251-efdd80909888/noteSubFolderDockWidgetVisible (bool): true
layout-e6caab7d-c00c-4f08-b251-efdd80909888/windowState (QByteArray): <binary data>
layout-grqXDF5kwhMR/name (QString): Minimal
layout-grqXDF5kwhMR/noteEditIsCentralWidget (bool): true
layout-grqXDF5kwhMR/noteSubFolderDockWidgetVisible (bool): true
layout-grqXDF5kwhMR/windowState (QByteArray): <binary data>
layouts (QStringList): e6caab7d-c00c-4f08-b251-efdd80909888, grqXDF5kwhMR, T4d38qQh4wFS
legacyLinking (bool): false
localTrash/autoCleanupDays (int): 30
localTrash/autoCleanupEnabled (bool): true
localTrash/mode (int): 2
localTrash/supportEnabled (bool): true
markdownHighlightingEnabled (bool): true
maxNoteFileSize (int): 1048576
navigationPanelAutoSelect (bool): true
navigationPanelHideSearch (bool): false
networking/ignoreSSLErrors (bool): false
networking/proxyType (int): 2
newNoteAskHeadline (bool): false
newNoteUseSetextHeadings (bool): false
noteEditIsCentralWidget (bool): true
noteFileExtensionList (QStringList): markdown, md, txt
noteListPreview (bool): false
noteSaveIntervalTime (int): 10
noteSearchPanelOpenCreatedNotesInNewTab (bool): false
noteSubfoldersPanelDisplayAsFullTree (bool): true
noteSubfoldersPanelHideSearch (bool): false
noteSubfoldersPanelOrder (int): 0
noteSubfoldersPanelShowFullPath (bool): false
noteSubfoldersPanelShowNotesRecursively (bool): false
noteSubfoldersPanelShowRootFolderName (bool): true
noteSubfoldersPanelSort (int): 0
noteSubfoldersPanelTabsUnsetAllNotesSelection (bool): false
notesPanelOrder (int): 0
notesPanelSort (int): 0
notesPath (QString): /home/<user>/Private/Joan/Uitvaart
notifyAllExternalModifications (bool): false
overrideInterfaceFontSize (bool): false
overrideInterfaceScalingFactor (bool): false
ownCloud/ignoreNonTodoCalendars (QString): false
ownCloud/supportEnabled (bool): false
ownCloud/todoCalendarBackend (int): 3
ownCloud/todoCalendarCalDAVPassword (QString): <hidden>
ownCloud/todoCalendarCalDAVServerUrl (QString): https://davical.squirrel.nl
ownCloud/todoCalendarCalDAVUsername (QString): <cloud-connection-1-user>
ownCloud/todoCalendarCloudConnectionId (int): 1
ownCloud/todoCalendarDisplayNameList (QStringList): empty
ownCloud/todoCalendarEnabledList (QStringList): empty
ownCloud/todoCalendarEnabledUrlList (QStringList): empty
ownCloud/todoCalendarUrlList (QStringList): empty
ownCloudInfo/appIsValid (bool): false
ownCloudInfo/connectionErrorMessage (QString): empty
ownCloudInfo/notesPathExistsText (QString): empty
ownCloudInfo/serverVersion (QString): empty
previousLayout (QString): T4d38qQh4wFS
recentNoteFolders (QStringList): <anonymized string list with 2 item(s)>
restoreCursorPosition (bool): true
restoreLastNoteAtStartup (bool): true
restoreNoteTabs (bool): true
savedSearches/noteFolder-12 (QStringList): <anonymized string list with 19 item(s)>
savedSearches/noteFolder-13 (QStringList): <anonymized string list with 2 item(s)>
showMatches (bool): true
showMenuBar (bool): true
showStatusBar (bool): true
showStatusBarNotePath (bool): true
showStatusBarRelativeNotePath (bool): false
spellCheckLanguage (QString): auto
startInReadOnlyMode (bool): false
stripLeadingEmojiFromNoteFilename (bool): true
systemIconTheme (QString): false
tagWasAddedToNote (QString): true
taggingShowNotesRecursively (bool): false
tagsPanelHideNoteCount (bool): false
tagsPanelHideSearch (bool): false
tagsPanelOrder (int): 0
tagsPanelSort (int): 0
todoCalendarSupport (bool): true
toolbar/1/items (QStringList): action_New_note, action_Find_note, action_Remove_note, action_Open_note_in_external_editor, actionAllow_note_editing, , action_Back_in_note_history, action_Forward_in_note_history, , action_Find_text_in_note, actionReplace_in_current_note, , actionShow_versions, actionShow_trash, actionShare_note,
toolbar/1/name (QString): mainToolBar
toolbar/1/title (QString): main toolbar
toolbar/2/items (QStringList): actionFormat_text_bold, actionFormat_text_italic, actionStrike_out_text, actionInsert_code_block, actionInsert_block_quote
toolbar/2/name (QString): formattingToolbar
toolbar/2/title (QString): formatting toolbar
toolbar/3/items (QStringList): actionInsert_image, actionInsert_current_time
toolbar/3/name (QString): insertingToolbar
toolbar/3/title (QString): inserting toolbar
toolbar/4/items (QStringList): action_Encrypt_note, actionEdit_encrypted_note, actionDecrypt_note
toolbar/4/name (QString): encryptionToolbar
toolbar/4/title (QString): encryption toolbar
toolbar/5/items (QStringList): actionEnable_AI, actionAiBackendComboBox, actionAiModelComboBox
toolbar/5/name (QString): aiToolbar
toolbar/5/title (QString): AI toolbar
toolbar/6/items (QStringList): actionLayoutComboBox, actionManage_layouts, actionSwitch_to_previous_layout, actionUnlock_panels, , actionFold_all_headings, actionUnfold_all_headings, actionToggle_distraction_free_mode, action_Increase_note_text_size, action_Decrease_note_text_size, action_Reset_note_text_size
toolbar/6/name (QString): windowToolbar
toolbar/6/title (QString): window toolbar
toolbar/7/items (QString): action_Quit
toolbar/7/name (QString): quitToolbar
toolbar/7/title (QString): quit toolbar
toolbar/size (QString): 7
useNoteFolderButtons (bool): true
useUNIXNewline (bool): true
versionSplitterSizes (QByteArray): <binary data>
webAppClientService/connectionName (QString): qownnotes-<cloud-connection-1-user>-phoenix.squirrel.nl
webAppClientService/serverUrl (QString): wss://app.qownnotes.org
webAppClientService/token (QString): <hidden>
webSocketServerService/bookmarkSuggestionApiEnabled (bool): false
webSocketServerService/bookmarkSuggestionApiPort (int): 22224
webSocketServerService/bookmarkSuggestionApiToken (QString): <hidden>
webSocketServerService/bookmarksNoteName (QString): Bookmarks
webSocketServerService/bookmarksTag (QString): bookmarks
webSocketServerService/commandSnippetsNoteName (QString): Commands
webSocketServerService/commandSnippetsTag (QString): commands
webSocketServerService/port (int): 22222
webSocketServerService/token (QString): <hidden>

System environment

SHELL: /bin/tcsh
IMSETTINGS_INTEGRATE_DESKTOP: yes
XDG_SESSION_PATH: /org/freedesktop/DisplayManager/Session0
SSH_AUTH_SOCK: <hidden>
DESKTOP_SESSION: mate
SSH_AGENT_PID: 2675
XDG_SEAT: seat0
PWD: /home/<user>
LOGNAME: <anonymized>
XDG_SESSION_DESKTOP: mate
XDG_SESSION_TYPE: x11
XAUTHORITY: /run/lightdm/<cloud-connection-1-user>/xauthority
XDG_GREETER_DATA_DIR: /var/lib/lightdm-data/<cloud-connection-1-user>
HOME: /home/<user>
LANG: en_GB.utf8
XDG_CURRENT_DESKTOP: MATE
XDG_SEAT_PATH: /org/freedesktop/DisplayManager/Seat0
IMSETTINGS_MODULE: none
XDG_SESSION_CLASS: user
TERM: dumb
USER: <anonymized>
DISPLAY: :0
SHLVL: 1
XDG_VTNR: 1
XDG_SESSION_ID: 2
XDG_RUNTIME_DIR: /run/user/2048
GTK3_MODULES: xapp-gtk3-module
PATH: /usr/local/bin:/home/<user>/node_modules/.bin:/home/<user>/.local/bin:/home/<user>/bin:/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/home/<user>/bin:/usr/ucb:/bin:/usr/bin:/usr/local/bin:.:/usr/local/sbin:/usr/sbin
GDMSESSION: mate
DBUS_SESSION_BUS_ADDRESS: unix:path=/run/user/2048/bus
MAIL: /var/spool/mail/<cloud-connection-1-user>
HOSTTYPE: x86_64-linux
VENDOR: unknown
OSTYPE: linux
MACHTYPE: x86_64
GROUP: <cloud-connection-1-user>
HOST: phoenix.squirrel.nl
HOSTNAME: <anonymized>
MODULEPATH: /etc/modulefiles:/usr/share/modulefiles:/usr/share/modulefiles/Linux:/usr/share/modulefiles/Core:/usr/share/lmod/lmod/modulefiles/Core
CVS_RSH: ssh
DEBUGINFOD_URLS: ima:enforcing https://debuginfod.fedoraproject.org/ ima:ignore
DEBUGINFOD_IMA_CERT_PATH: /etc/keys/ima:
XDG_DATA_HOME: /home/<user>/.local/share
XDG_DATA_DIRS: /home/<user>/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
SSH_ASKPASS: /usr/bin/ksshaskpass
KDEDIRS: /usr
LMOD_sys: Linux
MODULEPATH_ROOT: /usr/share/modulefiles
BASH_ENV: /usr/share/lmod/lmod/init/bash
MANPATH: /usr/share/lmod/lmod/share/man:
LMOD_ROOT: /usr/share/lmod
LMOD_PKG: /usr/share/lmod/lmod
LMOD_CMD: /usr/share/lmod/lmod/libexec/lmod
LMOD_DIR: /usr/share/lmod/lmod/libexec
MODULESHOME: /usr/share/lmod/lmod
TARG_TITLE_BAR_PAREN:
LMOD_SETTARG_FULL_SUPPORT: no
LMOD_SETTARG_CMD: :
LMOD_VERSION: 9.1.1
EDITOR: cemacs
QTDIR: /usr/lib64/qt-3.3
QTINC: /usr/lib64/qt-3.3/include
QTLIB: /usr/lib64/qt-3.3/lib
QUOTING_STYLE: literal
RCSINIT: -zLT
GPG_TTY: not a tty
LOCPATH: /home/<user>/.config/locale
CVSROOT: :pserver:cvs@phoenix.squirrel.nl:/usr/local/cvs
CVSREAD: 1
VISUAL: cemacs
PSRESOURCEPATH: /home/<user>/lib/fonts/upr::
PAGER: less
LESSCHARSET: utf-8
PERL5LIB: /home/<user>/lib/perl5
RAKULIB: /home/<user>/lib/raku
PYTHONPATH: /home/<user>/lib/python
CHORDPRO_LIB: /home/<user>/lib/ChordPro
PGPPATH: /home/<user>/.pgp
I_WANT_A_BROKEN_PS: yes
RSYNC_RSH: ssh
TT2SITE_LIB: /home/<user>/src/tt2site/lib
PASSWORD_STORE_DIR: <hidden>
MATE_DESKTOP_SESSION_ID: this-is-deprecated
SESSION_MANAGER: local/unix:@/tmp/.ICE-unix/2712,unix/unix:/tmp/.ICE-unix/2712
GTK_OVERLAY_SCROLLING: 0
QT_FONT_DPI: 96
QT_SCALE_FACTOR: 1
GIO_LAUNCHED_DESKTOP_FILE_PID: 27939

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions